-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Torrentleech not working #83
Comments
I can't test this as I don't have an account there. Thus I can only give general directions. Probably the site has changed the result page. The easiest is to use a string for
Maybe @Kotaless wants to chime in and is able to resolve this (#63). |
There are two java script get requests after performing a search that are just before the html page request. The first script has four "No results found". One of these:
Matches the div class on the results page: |
It's a dynamic website.
This extension merely retrieves static HTML pages, it doesn't execute any site-specific JS or has knowledge about specific APIs (not unless #9 is resolved). Thanks for digging into this though. |
The current noResultsMatcher "No results found" no longer works. I've tried the following locally:
"Found 0 torrents"
"Found<br><b>0</b><br>torrents.".
I also tried experimenting with EL_COUNT. Torrentleech and podnapisi seem to have a similar results page.
Podnapisi.net:
Torrentleech:
But while the following works for podnapisi:
"noResultsMatcher": ["EL_COUNT", "table.table tr.subtitle-entry", "GT", 0],
This doesn't work for torrentleech:
"noResultsMatcher": ["EL_COUNT", "table.table tr.torrent", "GT", 0],
Any advice on how to get this working?
The text was updated successfully, but these errors were encountered: