Bit Che > Scripts & Development
OLD -- Re: Bit Che - Scripts (current scripts & submit new)
CuF:
Tough fight, but here is AsianDVDClub.
Edit: And of limited interest, MouseBits
RuTracker seems to work MOST of the time. Still a problem where it gets confused if you do a search then log in with your browser and then try to use BitChe again.
It's otherwise fine, I don't know if we'd consider it ready for release though.
Its sister site Pornolab seems to be even more cranky.
HDBits is whatever that's about and that's really the end of my list.
Btw, I'd love to add bit-hdtv.com to Bit Che if I had an invite. ;)
One of the few sites where I let an account lapse and really regretted it.
Edit2: Attached MouseBits script updated to fix garbage result for 0 hits.
CuF:
Quick update for TorrentZone. It stopped working for me at first because the failed1 was actually text that appeared if you were logged in as well.
After fixing it it still didn't work for a while... and then it did. (After logging in properly BC wasn't giving an error, but it wasn't searching either).
Seems to be okay atm. If anyone has problems chime in.
CuF:
More updates:
MouseBits Uh, a fix for the fix. Not sure what I did there, works now.
Fulldls Fix for bad date results.
Bovski:
didn't know if I was supposed to add the script here or just to git
Same script just the site changed
Would be clearer if we could have in-line maths
--- Code: ---start
@q=split(@r,`</td>`,2)
t=array(@q,3)
o=find(@i,t,`./viewtopic.php`)
if (o>0)
a=put(3)
b=put(8)
c=put(9)
d=put(12)
e=put(13)
else
a=put(5)
b=put(10)
c=put(11)
d=put(14)
e=put(15)
end if
t=array(@q,a)
@i=find(@i,t,`href`)
$page=extract(@i,t,`"./`,`"`,@home)
$name=extract(@i,t,`>`,`</a>`)
t=array(@q,b)
@i=find(@i,t,`href`)
$torrent=extract(@i,t,`"./`,`"`,@home)
$size=array(@q,c)
$seeds=array(@q,d)
$leeches=array(@q,e)
aloop
[/code1]
--- End code ---
would have been shorter as
--- Code: ---start
@q=split(@r,`</td>`,2)
t=array(@q,3)
o=find(@i,t,`./viewtopic.php`)
if (o>0)
d=put(-2)
end if
t=array(@q,5+d)
@i=find(@i,t,`href`)
$page=extract(@i,t,`"./`,`"`,@home)
$name=extract(@i,t,`>`,`</a>`)
t=array(@q,10+d)
@i=find(@i,t,`href`)
$torrent=extract(@i,t,`"./`,`"`,@home)
$size=array(@q,11+d)
$seeds=array(@q,14+d)
$leeches=array(@q,15+d)
aloop
[/code1]
--- End code ---
or even a third argument to the array command to do the add would be gr8
--- Code: ---t=array(@q,5,d)
--- End code ---
CuF:
--- Quote from: CuF on January 29, 2013, 05:13:14 pm ---More updates:
MouseBits Uh, a fix for the fix. Not sure what I did there, works now.
Fulldls Fix for bad date results.
--- End quote ---
Quoting myself because this Fulldls update should be added. Every time there's an autoscript update I get garbage dates again.
@Bovski: I don't use the git myself. I'm happy to see the scripts posted here.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version