[Search engine] Fix Mininova plugin

This commit is contained in:
ngosang 2016-04-23 22:37:19 +02:00
parent e4349e8db1
commit 06cd41801e
4 changed files with 10 additions and 4 deletions

View File

@ -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"] = ""

View File

@ -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

View File

@ -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"] = ""

View File

@ -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