anime news network - not working

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
animelover
Posts: 2
Joined: 2006-12-19 17:29:10

anime news network - not working

Post by animelover »

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

Code: Select all

Add_album_on_list
where

Code: Select all

(pos('<TR',Line)>BeginPos)
should be replaced with

Code: Select all

(pos('<BR',Line)>BeginPos)
it semi works only need to sort the titles... i think?
animelover
Posts: 2
Joined: 2006-12-19 17:29:10

Post by animelover »

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:
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

For which script is this correction? :??:
baffab
Posts: 339
Joined: 2005-12-22 09:33:25
Contact:

Post by baffab »

It's for AnimeNewsNetwork ( viewtopic.php?t=3137 ).
The site changed and the script must be modified as animelover said.
Post Reply