Search found 1 match

by mikelidman
July 20th, 2011, 1:36 am
Forum: Feature Requests
Topic: nzbclub.com support
Replies: 11
Views: 19514

Re: nzbclub.com support

if link: # Make sure there are no spaces in the URL link = link.replace(' ','') # Compensate for nzbclub rss links if 'nzbclub.com/' in link and not ('nzb_get' in link): link = link.replace('nzb_view', 'nzb_get') link += '.nzb' Find above somewhere in rss.py file and add the second if statement I h...