diff --git a/couchpotato/core/providers/nzb/newznab/__init__.py b/couchpotato/core/providers/nzb/newznab/__init__.py
index 2349590f..625da1ac 100644
--- a/couchpotato/core/providers/nzb/newznab/__init__.py
+++ b/couchpotato/core/providers/nzb/newznab/__init__.py
@@ -12,9 +12,10 @@ config = [{
'list': 'nzb_providers',
'name': 'newznab',
'order': 10,
- 'description': 'Enable NewzNab providers such as NZB.su, \
+ 'description': 'Enable NewzNab such as NZB.su, \
NZBs.org, DOGnzb.cr, \
- Spotweb or NZBGeek',
+ Spotweb, NZBGeek, \
+ SmackDown, NZBFinder',
'wizard': True,
'options': [
{
@@ -23,18 +24,18 @@ config = [{
},
{
'name': 'use',
- 'default': '0,0,0,0'
+ 'default': '0,0,0,0,0,0'
},
{
'name': 'host',
- 'default': 'nzb.su,dognzb.cr,nzbs.org,https://index.nzbgeek.info',
+ 'default': 'nzb.su,dognzb.cr,nzbs.org,https://index.nzbgeek.info, https://smackdownonyou.com, https://www.nzbfinder.ws',
'description': 'The hostname of your newznab provider',
},
{
'name': 'extra_score',
'advanced': True,
'label': 'Extra Score',
- 'default': '0,0,0,0',
+ 'default': '0,0,0,0,0,0',
'description': 'Starting score for each release found via this provider.',
},
{