>>246

FC2のスクリプトの37行目と38行目

myFileName = MS_NthFieldB(S_Source,"<h2 id=" + chr(34) + "video_title" + chr(34) + ">",2)
myFileName = MS_NthFieldB(myFileName,"</h2>",1)

これを

myFileName = MS_NthFieldB(S_Source,"<h2 class=",2)
myFileName = MS_NthFieldB(myFileName,"</h2>",1)
myFileName = MS_NthFieldB(myFileName,chr(34)+">",2)