mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 11:24:15 +00:00
[search engine] Remove filters from Demonoid
This commit is contained in:
parent
12de907732
commit
95eb0efabe
@ -1,4 +1,4 @@
|
||||
#VERSION: 1.2
|
||||
#VERSION: 1.21
|
||||
#AUTHORS: Douman (custparasite@gmx.se)
|
||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
@ -121,7 +121,7 @@ class demonoid(object):
|
||||
""" Performs search """
|
||||
#prepare query
|
||||
cat = self.supported_categories[cat.lower()]
|
||||
query = "".join((self.url, "/files/?category=", cat, "&subcategory=All&quality=All&seeded=2&external=2&query=", what, "&to=1&uid=0&sort=S"))
|
||||
query = "".join((self.url, "/files/?category=", cat, "&subcategory=All&quality=All&seeded=2&external=2&query=", what, "&uid=0&sort=S"))
|
||||
|
||||
data = retrieve_url(query)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
btdigg: 1.32
|
||||
demonoid: 1.2
|
||||
demonoid: 1.21
|
||||
extratorrent: 2.04
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.01
|
||||
|
@ -1,4 +1,4 @@
|
||||
#VERSION: 1.2
|
||||
#VERSION: 1.21
|
||||
#AUTHORS: Douman (custparasite@gmx.se)
|
||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
@ -121,7 +121,7 @@ class demonoid(object):
|
||||
""" Performs search """
|
||||
#prepare query
|
||||
cat = self.supported_categories[cat.lower()]
|
||||
query = "".join((self.url, "/files/?category=", cat, "&subcategory=All&quality=All&seeded=2&external=2&query=", what, "&to=1&uid=0&sort=S"))
|
||||
query = "".join((self.url, "/files/?category=", cat, "&subcategory=All&quality=All&seeded=2&external=2&query=", what, "&uid=0&sort=S"))
|
||||
|
||||
data = retrieve_url(query)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
btdigg: 1.32
|
||||
demonoid: 1.2
|
||||
demonoid: 1.21
|
||||
extratorrent: 2.04
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.01
|
||||
|
Loading…
x
Reference in New Issue
Block a user