switch wrote:
Enter the username and password at the top of settings.py and use this:
Code: Select all
{'name':'Newzbin - Movies (HD) - Search', 'url':'http://www.newzbin.com/search/?q=%s&go=1&ss=350809&fpn=p&feed=rss'},
The name needs to end in '- Search' and needs q=%s in the url.
Hey switch, sorry to bug you some more but I am running into an issue here. First of all if I try and enter my newzbin username and password in the config file, none of the RSS feeds work at all (When selected nothing happens). I have double and triple checked the username and password and they are set correct.
Code: Select all
username_newzbin = 'username_here'
password_newzbin = 'password_here'
{'name':'Movies (HD) - Browse', 'url':'http://www.newzbin.com/search/?go=1&ss=350809&fpn=p&feed=rss'},
The only way I can get them to work is if I make the username and password blank and include the authentication string at the end of the URL.
Code: Select all
username_newzbin = ''
password_newzbin = ''
{'name':'Movies (HD) - Browse', 'url':'http://www.newzbin.com/search/?go=1&ss=350809&fpn=p&feed=rss&fauth=MjgzNzE3LWVhY2YwYjY5NjU0NTljYTA4MDMwMDllZTBmNTNmODM3MDRiZjg1NTM%3D'},
I'm not sure if it is a result of this but I am unable to get the Search feature of your script working with the above RSS feed, this is the entry I am attempting to use. The search box comes up, I enter text and then it exits to the list of feeds.
Code: Select all
{'name':'Movies (HD) - Search', 'url':'http://www.newzbin.com/search/?q=%s&go=1&ss=350809&fpn=p&feed=rss&fauth=MjgzNzE3LWI0ZDNkYzAyNGY4OTc1M2VkZmZlYWJlMTlhNWEyNzEyODlmOWNjMWU%3D'},
Do you have any input or ideas?
Thanks,
tret