Personal Video Database alternate Forum it is NOW online again.
0 Members and 1 Guest are viewing this topic.
Hello,how can I not download any comments? The attribute comments do not find it to be disabled.
Basically I want to disable the download of the comments
I use the description box for the plot, but not by imdb but MyMovies in Italian. So do not interest me's comments imdb
Already made, but the script IMDB Movie Info continues to download the comment
//~Plot_summary~If Pos('<div class="plot_summary minPlotHeightWithPoster">', HTML) > 0 then beginEndPos := Pos('<div class="plot_summary minPlotHeightWithPoster">', HTML);curPos := PosFrom('<div class="summary_text" itemprop="description">', HTML, EndPos); EndPos := PosFrom('</div>', HTML, curPos); TmpStr0 := RemoveTags(Trim(Copy(HTML, curPos, endPos - curPos)), false); debug_pos1:=Pos('See ',TmpStr0); if debug_pos1 >0 then TmpStr0 := Copy(TmpStr0,0,debug_pos1-1);// if TmpStr0 <> '' then AddFieldValueXML('comment', TmpStr0);end;