Browse Source

New https PTP URL

PTP is moving everything to just https://passthepopcorn.me.  The searcher was disabling itself in CP before this change.
pull/7141/head
grizzlymannn 9 years ago
committed by GitHub
parent
commit
6f8161d637
  1. 12
      couchpotato/core/media/_base/providers/torrent/passthepopcorn.py

12
couchpotato/core/media/_base/providers/torrent/passthepopcorn.py

@ -18,12 +18,12 @@ log = CPLog(__name__)
class Base(TorrentProvider):
urls = {
'domain': 'https://tls.passthepopcorn.me',
'detail': 'https://tls.passthepopcorn.me/torrents.php?torrentid=%s',
'torrent': 'https://tls.passthepopcorn.me/torrents.php',
'login': 'https://tls.passthepopcorn.me/ajax.php?action=login',
'login_check': 'https://tls.passthepopcorn.me/ajax.php?action=login',
'search': 'https://tls.passthepopcorn.me/search/%s/0/7/%d'
'domain': 'https://passthepopcorn.me',
'detail': 'https://passthepopcorn.me/torrents.php?torrentid=%s',
'torrent': 'https://passthepopcorn.me/torrents.php',
'login': 'https://passthepopcorn.me/ajax.php?action=login',
'login_check': 'https://passthepopcorn.me/ajax.php?action=login',
'search': 'https://passthepopcorn.me/search/%s/0/7/%d'
}
login_errors = 0

Loading…
Cancel
Save