pillone / usntssearch

NZB Metasearch engine
pillone.github.io/usntssearch
265 stars 79 forks source link

Create unique GUID URL's for NZBDrone compatibility #138

Open CoryManson opened 9 years ago

CoryManson commented 9 years ago

As per http://forums.nzbdrone.com/t/2097 the Develop branch now identifies release by GUID.

I barely know anything about python so this took some time to do but seems to work well. NZB MegasearcH by default just used a bogus URL for GUID, I've replaced it with a random UUID which should always be unique.

Results before change (Note line #9): https://pastebin.com/jGfdca9i

After: https://pastebin.com/G5q1jx48

This PR also fixes the TVRage suggestions module errors mentioned here: https://github.com/pillone/usntssearch/issues/137