mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 13:28:50 +03:00
[Search engine] Update Demonoid plugin
This commit is contained in:
parent
829425831f
commit
7c13f71481
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.21
|
#VERSION: 1.22
|
||||||
#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)
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ from helpers import download_file, retrieve_url
|
||||||
|
|
||||||
class demonoid(object):
|
class demonoid(object):
|
||||||
""" Search engine class """
|
""" Search engine class """
|
||||||
url = "https://www.demonoid.pw"
|
url = "https://www.dnoid.me"
|
||||||
name = "Demonoid"
|
name = "Demonoid"
|
||||||
supported_categories = {'all': '0',
|
supported_categories = {'all': '0',
|
||||||
'music': '2',
|
'music': '2',
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
demonoid: 1.21
|
demonoid: 1.22
|
||||||
extratorrent: 2.05
|
extratorrent: 2.05
|
||||||
legittorrents: 2.01
|
legittorrents: 2.01
|
||||||
mininova: 2.02
|
mininova: 2.02
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 1.21
|
#VERSION: 1.22
|
||||||
#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)
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ from helpers import download_file, retrieve_url
|
||||||
|
|
||||||
class demonoid(object):
|
class demonoid(object):
|
||||||
""" Search engine class """
|
""" Search engine class """
|
||||||
url = "https://www.demonoid.pw"
|
url = "https://www.dnoid.me"
|
||||||
name = "Demonoid"
|
name = "Demonoid"
|
||||||
supported_categories = {'all': '0',
|
supported_categories = {'all': '0',
|
||||||
'music': '2',
|
'music': '2',
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
demonoid: 1.21
|
demonoid: 1.22
|
||||||
extratorrent: 2.05
|
extratorrent: 2.05
|
||||||
legittorrents: 2.01
|
legittorrents: 2.01
|
||||||
mininova: 2.02
|
mininova: 2.02
|
||||||
|
|
Loading…
Reference in a new issue