diff --git a/couchpotato/core/providers/nzb/newznab/__init__.py b/couchpotato/core/providers/nzb/newznab/__init__.py index c9507f91..1e76d1ca 100644 --- a/couchpotato/core/providers/nzb/newznab/__init__.py +++ b/couchpotato/core/providers/nzb/newznab/__init__.py @@ -13,7 +13,7 @@ config = [{ 'order': 10, 'description': 'Enable NewzNab providers such as NZB.su, \ NZBs.org, DOGnzb.cr, \ - Spotweb', + Spotweb or NZBGeek', 'wizard': True, 'options': [ { @@ -22,16 +22,16 @@ config = [{ }, { 'name': 'use', - 'default': '0,0,0' + 'default': '0,0,0,0' }, { 'name': 'host', - 'default': 'nzb.su,dognzb.cr,nzbs.org', + 'default': 'nzb.su,dognzb.cr,nzbs.org,https://index.nzbgeek.info', 'description': 'The hostname of your newznab provider', }, { 'name': 'api_key', - 'default': ',,', + 'default': ',,,', 'label': 'Api Key', 'description': 'Can be found on your profile page', 'type': 'combined',