You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
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:
"
No results found.
"
using that also doesnt work.
any idea what should I use?
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?