Purfview / IMDb-Scout-Mod

Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for Reference View. Adds/Removes to/from Trakt's watchlist. Removes ads
https://greasyfork.org/en/scripts/407284-imdb-scout-mod
MIT License
384 stars 50 forks source link

torrentgalaxy issue with false positives #178

Closed rezad1393 closed 1 year ago

rezad1393 commented 1 year ago

sometimes torrentgalaxy give a list of torrents found with no items. like this: TGx_Browse Torrents (6_18_2023 9_11_02 PM).zip

can you change torrentgalaxy search be moved to positive search? when correct torrent are found it is like this in the table <div class="tgxtablerow txlight" onmouseover="

I dont know how to add this to the script.

can you also ass a guide for users to add these themselves to the custom part of script? maybe 3 or 4 example with div detection? right now when I add <div class="tgxtablerow txlight" i doesnt work.

Purfview commented 1 year ago

Not sure what you meant, show me a link where it doesn't work.

EDIT: Nevermind, I see link in that zip.

rezad1393 commented 1 year ago

I added this to my own custom part of script and it works.

 'positiveMatch': true,
    'matchRegex': /tgxtablerow txlight/,

check to see if it is correct and add it?

Purfview commented 1 year ago

Should be fixed - https://github.com/Purfview/IMDb-Scout-Mod/commit/46ce91a7d43f2be7752a5e583a213b5768df9df8