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