Convivea

Bit Che => Scripts & Development => Topic started by: AnthonyB on October 25, 2016, 09:08:04 pm

Title: iptorrents.com script no longer working
Post by: AnthonyB on October 25, 2016, 09:08:04 pm
The iptorrents.com Member Sites script seems to be returning !FH to everything for the last few weeks.
Title: Re: iptorrents.com script no longer working
Post by: chip! on October 29, 2016, 02:46:09 am
Can you save a search log and upload here?
Title: Re: iptorrents.com script no longer working
Post by: AnthonyB on November 01, 2016, 09:18:15 pm
Do you mean Script Debug output of the iptorrents.com script?
Title: Re: iptorrents.com script no longer working
Post by: AnthonyB on December 03, 2016, 04:28:03 pm
Sorry chip, not quite sure what you are asking for. Can you please clarify?
Title: Re: iptorrents.com script no longer working
Post by: AnthonyB on March 25, 2017, 04:59:01 pm
Debug output can be found here - http://pastebin.com/nrRR0hGb

I fixed one element:
Line 36
x=findh(x,@data,`class=torrents`,`>Name<`)
change to
x=findh(x,@data,`table id=torrents`,`>Name<`)

but there is still more that needs fixing.

Thanks!