1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-17 23:05:11 -05:00

Use hostname rather than IP

This commit is contained in:
SickrageDK 2015-02-20 12:30:10 +01:00
parent f0a86329b2
commit 98d923555e

View File

@ -56,9 +56,9 @@ class HoundDawgsProvider(generic.TorrentProvider):
self.cache = HoundDawgsCache(self)
self.urls = {'base_url': 'https://192.99.10.104/',
'search': 'https://192.99.10.104/torrents.php?type=&userid=&searchstr=%s&searchimdb=&searchtags=&order_by=s3&order_way=desc&%s',
'login': 'https://192.99.10.104/login.php',
self.urls = {'base_url': 'https://hounddawgs.org/',
'search': 'https://hounddawgs.org/torrents.php?type=&userid=&searchstr=%s&searchimdb=&searchtags=&order_by=s3&order_way=desc&%s',
'login': 'https://hounddawgs.org/login.php',
}
self.url = self.urls['base_url']