Private GIT

Skip to content
Snippets Groups Projects
Commit c2cb188d authored by Ruud's avatar Ruud
Browse files

HTTPS for nzbs.org

parent d489b574
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,10 @@ log = CPLog(__name__) ...@@ -13,10 +13,10 @@ log = CPLog(__name__)
class Nzbs(NZBProvider, RSS): class Nzbs(NZBProvider, RSS):
urls = { urls = {
'download': 'http://nzbs.org/index.php?action=getnzb&nzbid=%s%s', 'download': 'https://nzbs.org/index.php?action=getnzb&nzbid=%s%s',
'nfo': 'http://nzbs.org/index.php?action=view&nzbid=%s&nfo=1', 'nfo': 'https://nzbs.org/index.php?action=view&nzbid=%s&nfo=1',
'detail': 'http://nzbs.org/index.php?action=view&nzbid=%s', 'detail': 'https://nzbs.org/index.php?action=view&nzbid=%s',
'api': 'http://nzbs.org/rss.php', 'api': 'https://nzbs.org/rss.php',
} }
cat_ids = [ cat_ids = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment