Browse Source

Use secure connections when available.

pull/992/merge
Ruud 13 years ago
parent
commit
b71f003ad8
  1. 1
      couchpotato/core/providers/automation/bluray/main.py
  2. 2
      couchpotato/core/providers/nzb/mysterbin/__init__.py
  3. 2
      couchpotato/core/providers/nzb/newznab/__init__.py
  4. 2
      couchpotato/core/providers/nzb/nzbindex/__init__.py
  5. 4
      couchpotato/core/providers/nzb/nzbindex/main.py
  6. 2
      couchpotato/core/providers/torrent/passthepopcorn/__init__.py
  7. 2
      couchpotato/core/providers/torrent/publichd/__init__.py
  8. 6
      couchpotato/core/providers/torrent/publichd/main.py
  9. 2
      couchpotato/core/providers/torrent/scenehd/__init__.py
  10. 10
      couchpotato/core/providers/torrent/scenehd/main.py

1
couchpotato/core/providers/automation/bluray/main.py

@ -2,7 +2,6 @@ from couchpotato.core.helpers.rss import RSS
from couchpotato.core.helpers.variable import md5, tryInt
from couchpotato.core.logger import CPLog
from couchpotato.core.providers.automation.base import Automation
from couchpotato.environment import Env
import xml.etree.ElementTree as XMLTree
log = CPLog(__name__)

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

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

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

@ -11,7 +11,7 @@ config = [{
'subtab': 'nzb_providers',
'name': 'newznab',
'order': 10,
'description': 'Enable multiple NewzNab providers such as <a href="http://nzb.su" target="_blank">NZB.su</a> and <a href="http://nzbs.org" target="_blank">nzbs.org</a>',
'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>',
'wizard': True,
'options': [
{

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

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

4
couchpotato/core/providers/nzb/nzbindex/main.py

@ -19,8 +19,8 @@ log = CPLog(__name__)
class NzbIndex(NZBProvider, RSS):
urls = {
'download': 'http://www.nzbindex.nl/download/',
'api': 'http://www.nzbindex.nl/rss/',
'download': 'https://www.nzbindex.com/download/',
'api': 'https://www.nzbindex.com/rss/',
}
http_time_between_calls = 1 # Seconds

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

@ -10,7 +10,7 @@ config = [{
'tab': 'searcher',
'subtab': 'torrent_providers',
'name': 'PassThePopcorn',
'description': 'See <a href="http://passthepopcorn.me">PassThePopcorn.me</a>',
'description': 'See <a href="https://passthepopcorn.me">PassThePopcorn.me</a>',
'options': [
{
'name': 'enabled',

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

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

6
couchpotato/core/providers/torrent/publichd/main.py

@ -14,9 +14,9 @@ log = CPLog(__name__)
class PublicHD(TorrentProvider):
urls = {
'test': 'http://publichd.eu',
'detail': 'http://publichd.eu/index.php?page=torrent-details&id=%s',
'search': 'http://publichd.eu/index.php',
'test': 'https://publichd.eu',
'detail': 'https://publichd.eu/index.php?page=torrent-details&id=%s',
'search': 'https://publichd.eu/index.php',
}
http_time_between_calls = 0

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

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

10
couchpotato/core/providers/torrent/scenehd/main.py

@ -12,11 +12,11 @@ log = CPLog(__name__)
class SceneHD(TorrentProvider):
urls = {
'test': 'http://scenehd.org/',
'login' : 'http://scenehd.org/takelogin.php',
'detail': 'http://scenehd.org/details.php?id=%s',
'search': 'http://scenehd.org/browse.php?ajax',
'download': 'http://scenehd.org/download.php?id=%s',
'test': 'https://scenehd.org/',
'login' : 'https://scenehd.org/takelogin.php',
'detail': 'https://scenehd.org/details.php?id=%s',
'search': 'https://scenehd.org/browse.php?ajax',
'download': 'https://scenehd.org/download.php?id=%s',
}
http_time_between_calls = 1 #seconds

Loading…
Cancel
Save