Browse Source

fix 404 error

pull/5442/head
Joel Kåberg 10 years ago
parent
commit
501b7adb2b
  1. 2
      couchpotato/core/media/_base/providers/torrent/iptorrents.py

2
couchpotato/core/media/_base/providers/torrent/iptorrents.py

@ -17,7 +17,7 @@ class Base(TorrentProvider):
'test': 'https://iptorrents.eu/',
'base_url': 'https://iptorrents.eu',
'login': 'https://iptorrents.eu/',
'login_check': 'https://iptorrents.eu/inbox.php',
'login_check': 'https://iptorrents.eu/oldinbox.php',
'search': 'https://iptorrents.eu/t?%s%%s&q=%s&qf=#torrents&p=%%d',
}

Loading…
Cancel
Save