mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
[Search engine] Fix Mininova plugin
This commit is contained in:
parent
e4349e8db1
commit
06cd41801e
4 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 2.01
|
#VERSION: 2.02
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||||
|
|
||||||
|
@ -90,6 +90,9 @@ class mininova(object):
|
||||||
if ("class", "g") in attrs:
|
if ("class", "g") in attrs:
|
||||||
self.cur_item_name = "seeds"
|
self.cur_item_name = "seeds"
|
||||||
self.current_item["seeds"] = ""
|
self.current_item["seeds"] = ""
|
||||||
|
elif ("class", "r") in attrs:
|
||||||
|
self.cur_item_name = "seeds"
|
||||||
|
self.current_item["seeds"] = ""
|
||||||
elif ("class", "b") in attrs:
|
elif ("class", "b") in attrs:
|
||||||
self.cur_item_name = "leech"
|
self.cur_item_name = "leech"
|
||||||
self.current_item["leech"] = ""
|
self.current_item["leech"] = ""
|
||||||
|
|
|
@ -3,7 +3,7 @@ demonoid: 1.2
|
||||||
extratorrent: 2.04
|
extratorrent: 2.04
|
||||||
kickasstorrents: 1.28
|
kickasstorrents: 1.28
|
||||||
legittorrents: 2.00
|
legittorrents: 2.00
|
||||||
mininova: 2.01
|
mininova: 2.02
|
||||||
piratebay: 2.14
|
piratebay: 2.14
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentreactor: 1.41
|
torrentreactor: 1.41
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 2.01
|
#VERSION: 2.02
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||||
|
|
||||||
|
@ -90,6 +90,9 @@ class mininova(object):
|
||||||
if ("class", "g") in attrs:
|
if ("class", "g") in attrs:
|
||||||
self.cur_item_name = "seeds"
|
self.cur_item_name = "seeds"
|
||||||
self.current_item["seeds"] = ""
|
self.current_item["seeds"] = ""
|
||||||
|
elif ("class", "r") in attrs:
|
||||||
|
self.cur_item_name = "seeds"
|
||||||
|
self.current_item["seeds"] = ""
|
||||||
elif ("class", "b") in attrs:
|
elif ("class", "b") in attrs:
|
||||||
self.cur_item_name = "leech"
|
self.cur_item_name = "leech"
|
||||||
self.current_item["leech"] = ""
|
self.current_item["leech"] = ""
|
||||||
|
|
|
@ -3,7 +3,7 @@ demonoid: 1.2
|
||||||
extratorrent: 2.04
|
extratorrent: 2.04
|
||||||
kickasstorrents: 1.28
|
kickasstorrents: 1.28
|
||||||
legittorrents: 2.00
|
legittorrents: 2.00
|
||||||
mininova: 2.01
|
mininova: 2.02
|
||||||
piratebay: 2.14
|
piratebay: 2.14
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentreactor: 1.41
|
torrentreactor: 1.41
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue