mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
[Search engine] Fix Mininova plugin
This commit is contained in:
parent
e4349e8db1
commit
06cd41801e
@ -1,4 +1,4 @@
|
||||
#VERSION: 2.01
|
||||
#VERSION: 2.02
|
||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
@ -90,6 +90,9 @@ class mininova(object):
|
||||
if ("class", "g") in attrs:
|
||||
self.cur_item_name = "seeds"
|
||||
self.current_item["seeds"] = ""
|
||||
elif ("class", "r") in attrs:
|
||||
self.cur_item_name = "seeds"
|
||||
self.current_item["seeds"] = ""
|
||||
elif ("class", "b") in attrs:
|
||||
self.cur_item_name = "leech"
|
||||
self.current_item["leech"] = ""
|
||||
|
@ -3,7 +3,7 @@ demonoid: 1.2
|
||||
extratorrent: 2.04
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.00
|
||||
mininova: 2.01
|
||||
mininova: 2.02
|
||||
piratebay: 2.14
|
||||
torlock: 2.0
|
||||
torrentreactor: 1.41
|
||||
|
@ -1,4 +1,4 @@
|
||||
#VERSION: 2.01
|
||||
#VERSION: 2.02
|
||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
@ -90,6 +90,9 @@ class mininova(object):
|
||||
if ("class", "g") in attrs:
|
||||
self.cur_item_name = "seeds"
|
||||
self.current_item["seeds"] = ""
|
||||
elif ("class", "r") in attrs:
|
||||
self.cur_item_name = "seeds"
|
||||
self.current_item["seeds"] = ""
|
||||
elif ("class", "b") in attrs:
|
||||
self.cur_item_name = "leech"
|
||||
self.current_item["leech"] = ""
|
||||
|
@ -3,7 +3,7 @@ demonoid: 1.2
|
||||
extratorrent: 2.04
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.00
|
||||
mininova: 2.01
|
||||
mininova: 2.02
|
||||
piratebay: 2.14
|
||||
torlock: 2.0
|
||||
torrentreactor: 1.41
|
||||
|
Loading…
Reference in New Issue
Block a user