Private GIT

Skip to content
Snippets Groups Projects
Commit dc855904 authored by Fernando's avatar Fernando
Browse files

Merge pull request #1798 from fernandog/ipt_update

Update IPTorrents search URL
parents 5f2e190e c1915129
No related branches found
No related tags found
No related merge requests found
...@@ -60,12 +60,12 @@ class IPTorrentsProvider(generic.TorrentProvider): ...@@ -60,12 +60,12 @@ class IPTorrentsProvider(generic.TorrentProvider):
self.urls = {'base_url': 'https://iptorrents.eu', self.urls = {'base_url': 'https://iptorrents.eu',
'login': 'https://iptorrents.eu/torrents/', 'login': 'https://iptorrents.eu/torrents/',
'search': 'https://iptorrents.eu/torrents/?%s%s&q=%s&qf=ti', 'search': 'https://iptorrents.eu/torrents/t?%s%s&q=%s&qf=#torrents',
} }
self.url = self.urls['base_url'] self.url = self.urls['base_url']
self.categorie = 'l73=1&l78=1&l66=1&l65=1&l79=1&l5=1&l4=1' self.categorie = 'l73='
def isEnabled(self): def isEnabled(self):
return self.enabled return self.enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment