Browse Source

Extended Newznab description

pull/1136/merge
Ruud 13 years ago
parent
commit
24b341005e
  1. 4
      couchpotato/core/providers/nzb/newznab/__init__.py

4
couchpotato/core/providers/nzb/newznab/__init__.py

@ -11,7 +11,9 @@ config = [{
'subtab': 'nzb_providers', 'subtab': 'nzb_providers',
'name': 'newznab', 'name': 'newznab',
'order': 10, 'order': 10,
'description': 'Enable multiple NewzNab providers such as <a href="https://nzb.su" target="_blank">NZB.su</a> and <a href="https://nzbs.org" target="_blank">nzbs.org</a>', 'description': 'Enable <a href="http://newznab.com/" target="_blank">NewzNab providers</a> such as <a href="https://nzb.su" target="_blank">NZB.su</a>, \
<a href="https://nzbs.org" target="_blank">NZBs.org</a>, <a href="http://dognzb.cr/" target="_blank">DOGnzb.cr</a>, \
<a href="https://github.com/spotweb/spotweb" target="_blank">Spotweb</a>',
'wizard': True, 'wizard': True,
'options': [ 'options': [
{ {

Loading…
Cancel
Save