Browse Source

HTTP to HTTPS

Updated URL to SSL, better account security.
pull/2901/head
Michael Walker 11 years ago
parent
commit
188a1a3b03
  1. 2
      couchpotato/core/providers/torrent/torrentshack/__init__.py

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

@ -11,7 +11,7 @@ config = [{
'tab': 'searcher', 'tab': 'searcher',
'list': 'torrent_providers', 'list': 'torrent_providers',
'name': 'TorrentShack', 'name': 'TorrentShack',
'description': 'See <a href="http://www.torrentshack.net/">TorrentShack</a>', 'description': 'See <a href="https://www.torrentshack.net/">TorrentShack</a>',
'options': [ 'options': [
{ {
'name': 'enabled', 'name': 'enabled',

Loading…
Cancel
Save