-
Notifications
You must be signed in to change notification settings - Fork 8
torrentleech not working. #26
Comments
If you manually edit the script to remove the |
none of these work: |
Unfortunately I'm not on TorrentLeech so I can't test things. If you find a combination that works, I'm ready and willing to merge the change. |
my problem is that whatever I use doesn't work and also yours doesn't work (which is not id based and is name based) |
I can give you the html part and you can give me the needed regex mach for it? |
I am not a web devepoler so I dont know how to show you the result page this is the best I can take out of firefox (it doesnt let me save from web developer and I dont know how)
|
this is the main page js |
I am trying to add this to websites supported by this script.
but I have issue with false positive (always says found results)
the url you used is not working and I am also trying to add support for imdb-id which has this url
https://www.torrentleech.org/torrents/browse/index/imdbID/ttxxxxxxxx
but when no movies are found the script still says found.
the matchRegex that I use is this " 'matchRegex': /No results found.</div>/, "
but this doesnt work.
this is the part that shows no results found:
"
using that also doesnt work.
any idea what should I use?
The text was updated successfully, but these errors were encountered: