Private GIT

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

Update IPTorrents search URL

parent 640a804d
No related branches found
No related tags found
No related merge requests found
......@@ -60,12 +60,12 @@ class IPTorrentsProvider(generic.TorrentProvider):
self.urls = {'base_url': 'https://iptorrents.eu',
'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.categorie = 'l73=1&l78=1&l66=1&l65=1&l79=1&l5=1&l4=1'
self.categorie = 'l73='
def isEnabled(self):
return self.enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment