Here's my script for Tokyotosho.com...
[script]
name=Tokyotosho.com
home=http://www.tokyotosho.com
main=http://www.tokyotosho.com/search.php?terms=%SEARCH%
a=h(x,d,<a href=)
b=i(x,d,</table>)
d=c(d,a,b)
r=split(d,<td class="desc-top">)
start
q=split(r,<td)
n=array(q,0)
z=p(1)
a=i(z,n,href)
7=x(n,a,",")
a=i(z,n,">)
1=x(n,a,>,</a>)
n=array(q,1)
a=i(z,n,href="details)
3=x(n,a,",",http://www.tokyotosho.com/)
n=array(q,2)
a=i(z,n,Size)
2=x(n,a,:, |)
aloop
Does Bit Che have problems dealing with UTF-8? Because when it downloads the Tokyotosho search page which uses UTF-8, there are lots of characters that should be periods but instead are weird characters. By the way, does Bit Che have Unicode support?
There's also a problem with the debugger... Try my script with the search "X2 Shouko". In the debugger, the "r" variable has 0 items and the "q" variable has 2 items (when my code needs 3) and magically the script still works and gives out a result. And the torrent link that is stored in the variable "7" is correct but Bit Che won't download it or let me see what files are in it...
BTW, some suggestions: how about having real descriptive names for those functions with only one character.... What the hell is "x", "h", "i", "c"
?? And how about being able to have variables which are longer than one character!!! It's really hard to work with "a", "b", "c", "d"!!!! And a commenting system would also help.