lardbit / nefarious

Web application for automatically downloading TV & Movies (w/ VPN)

Home Page:https://lardbit.github.io/nefarious/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem when searching in the trackers

sakulsol opened this issue · comments

good morning, it would be possible that when performing a search in automatic mode the program omitted the : , since many trackers do not name the uploads with the :

thanks in advance.

nefarious sends the search term using the full title (including colon), but it will match results without the colon. There's a unit test that has a colon in the title which tests for that.

I wouldn't want to omit the colon before sending to the tracker since we can't guarantee which trackers omit the colon vs include it. We just have to hope their search mechanisms work well enough.

Closed due to inactivity.