Browse Source

Added urls to providers

pull/770/head
Ruud 13 years ago
parent
commit
e33c6b3a5f
  1. 2
      couchpotato/core/providers/nzb/mysterbin/__init__.py
  2. 1
      couchpotato/core/providers/nzb/newzbin/__init__.py
  3. 2
      couchpotato/core/providers/nzb/nzbclub/__init__.py
  4. 2
      couchpotato/core/providers/nzb/nzbindex/__init__.py
  5. 1
      couchpotato/core/providers/nzb/nzbmatrix/__init__.py
  6. 1
      couchpotato/core/providers/torrent/kickasstorrents/__init__.py
  7. 4
      couchpotato/core/providers/torrent/publichd/__init__.py
  8. 1
      couchpotato/core/providers/torrent/sceneaccess/__init__.py
  9. 1
      couchpotato/core/providers/torrent/scenehd/__init__.py
  10. 2
      couchpotato/core/providers/torrent/thepiratebay/__init__.py
  11. 1
      couchpotato/core/providers/torrent/torrentleech/__init__.py

2
couchpotato/core/providers/nzb/mysterbin/__init__.py

@ -10,7 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'Mysterbin',
'description': '',
'description': 'Free provider, less accurate. See <a href="http://www.mysterbin.com/">Mysterbin</a>',
'options': [
{
'name': 'enabled',

1
couchpotato/core/providers/nzb/newzbin/__init__.py

@ -10,6 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'newzbin',
'description': 'See <a href="https://www.newzbin2.es/">Newzbin</a>',
'wizard': True,
'options': [
{

2
couchpotato/core/providers/nzb/nzbclub/__init__.py

@ -10,7 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'NZBClub',
'description': '',
'description': 'Free provider, less accurate. See <a href="https://www.nzbclub.com/">NZBClub</a>',
'options': [
{
'name': 'enabled',

2
couchpotato/core/providers/nzb/nzbindex/__init__.py

@ -10,7 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'nzbindex',
'description': 'Free provider, but less accurate.',
'description': 'Free provider, less accurate. See <a href="http://www.nzbindex.nl/">NZBIndex</a>',
'options': [
{
'name': 'enabled',

1
couchpotato/core/providers/nzb/nzbmatrix/__init__.py

@ -11,6 +11,7 @@ config = [{
'subtab': 'providers',
'name': 'nzbmatrix',
'label': 'NZBMatrix',
'description': 'See <a href="https://nzbmatrix.com/">NZBMatrix</a>',
'wizard': True,
'options': [
{

1
couchpotato/core/providers/torrent/kickasstorrents/__init__.py

@ -10,6 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'KickAssTorrents',
'description': 'See <a href="https://kat.ph/">KickAssTorrents</a>',
'options': [
{
'name': 'enabled',

4
couchpotato/core/providers/torrent/publichd/__init__.py

@ -10,7 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'PublicHD',
'description': 'Public Torrent site with only HD content.',
'description': 'Public Torrent site with only HD content. See <a href="http://publichd.eu/">PublicHD</a>',
'options': [
{
'name': 'enabled',
@ -20,4 +20,4 @@ config = [{
],
},
],
}]
}]

1
couchpotato/core/providers/torrent/sceneaccess/__init__.py

@ -10,6 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'SceneAccess',
'description': 'See <a href="https://sceneaccess.eu/">SceneAccess</a>',
'options': [
{
'name': 'enabled',

1
couchpotato/core/providers/torrent/scenehd/__init__.py

@ -10,6 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'SceneHD',
'description': 'See <a href="http://scenehd.org">SceneHD</a>',
'options': [
{
'name': 'enabled',

2
couchpotato/core/providers/torrent/thepiratebay/__init__.py

@ -9,7 +9,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'ThePirateBay',
'description': 'The world\'s largest bittorrent tracker.',
'description': 'The world\'s largest bittorrent tracker. See <a href="http://fucktimkuik.org/">ThePirateBay</a>',
'options': [
{
'name': 'enabled',

1
couchpotato/core/providers/torrent/torrentleech/__init__.py

@ -10,6 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'providers',
'name': 'TorrentLeech',
'description': 'See <a href="http://torrentleech.org">TorrentLeech</a>',
'options': [
{
'name': 'enabled',

Loading…
Cancel
Save