I've tried to grab additional data from the torrent page for two different sites now using code2.
I'm calling the additional code like this:
$size=code($page,2)
Then doing something like this:
[code2]
x=find(@i,@data,`"header">Size</td>`,`"top"`)
$size=extract(x,@data,`>`,`<`)
[/code2]
Unfortunately I'm either getting 0 as a result OR something like @CODE2=....
Debugging never shows code2 executed.