swordfish6975
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
couchpotato/core/media/_base/providers/torrent/iptorrents.py
|
|
@ -16,7 +16,7 @@ class Base(TorrentProvider): |
|
|
|
urls = { |
|
|
|
'test': '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 |
|
|
|