Search found 2 matches

by animelover
2006-12-19 17:51:50
Forum: Ant Movie Catalog > Scripts
Topic: anime news network - not working
Replies: 3
Views: 1210

fixed the title...

edit the function

Code: Select all

AnalyzeAnimePage
change the following code in the 'titres' section:

Code: Select all

BeginPos := Pos('<div id="page-title">', PageContents);
Value := findInfo('<h1 id="page_header">','</h1>',PageContents,'0');
:grinking:
by animelover
2006-12-19 17:32:18
Forum: Ant Movie Catalog > Scripts
Topic: anime news network - not working
Replies: 3
Views: 1210

anime news network - not working

i'm still new to the ant scripting engine, if any has some basic commands like string to integer, etc please let me know ;) anyways, the error was found in the function Add_album_on_list where (pos('<TR',Line)>BeginPos) should be replaced with (pos('<BR',Line)>BeginPos) it semi works only need to so...