Browse Source

Update iptorrents.py

pull/7292/head
swordfish6975 6 years ago
committed by GitHub
parent
commit
5155bcd06e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      couchpotato/core/media/_base/providers/torrent/iptorrents.py

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

@ -16,7 +16,7 @@ class Base(TorrentProvider):
urls = { urls = {
'test': 'https://iptorrents.com/', 'test': 'https://iptorrents.com/',
'base_url': 'https://iptorrents.com', 'base_url': 'https://iptorrents.com',
'search': 'https://iptorrents.com/t?%s%%s&q=%s&qf=ti#torrents&p=%%d', 'search': 'https://iptorrents.com/t?q=%s&qf=ti#torrents&p=%%d',
} }
http_time_between_calls = 1 # Seconds http_time_between_calls = 1 # Seconds

Loading…
Cancel
Save