mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
[search engine] Remove filters from Demonoid
This commit is contained in:
parent
12de907732
commit
95eb0efabe
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.2
|
#VERSION: 1.21
|
||||||
#AUTHORS: Douman (custparasite@gmx.se)
|
#AUTHORS: Douman (custparasite@gmx.se)
|
||||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ class demonoid(object):
|
||||||
""" Performs search """
|
""" Performs search """
|
||||||
#prepare query
|
#prepare query
|
||||||
cat = self.supported_categories[cat.lower()]
|
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)
|
data = retrieve_url(query)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
btdigg: 1.32
|
btdigg: 1.32
|
||||||
demonoid: 1.2
|
demonoid: 1.21
|
||||||
extratorrent: 2.04
|
extratorrent: 2.04
|
||||||
kickasstorrents: 1.28
|
kickasstorrents: 1.28
|
||||||
legittorrents: 2.01
|
legittorrents: 2.01
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.2
|
#VERSION: 1.21
|
||||||
#AUTHORS: Douman (custparasite@gmx.se)
|
#AUTHORS: Douman (custparasite@gmx.se)
|
||||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ class demonoid(object):
|
||||||
""" Performs search """
|
""" Performs search """
|
||||||
#prepare query
|
#prepare query
|
||||||
cat = self.supported_categories[cat.lower()]
|
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)
|
data = retrieve_url(query)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
btdigg: 1.32
|
btdigg: 1.32
|
||||||
demonoid: 1.2
|
demonoid: 1.21
|
||||||
extratorrent: 2.04
|
extratorrent: 2.04
|
||||||
kickasstorrents: 1.28
|
kickasstorrents: 1.28
|
||||||
legittorrents: 2.01
|
legittorrents: 2.01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue