[Search engine] Update legittorrents plugin

This commit is contained in:
ngosang
2017-04-20 21:17:24 +02:00
committed by sledgehammer999
parent 7856863b3e
commit 9400aac003
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#VERSION: 2.01
#VERSION: 2.02
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
# Douman (custparasite@gmx.se)
@@ -61,7 +61,7 @@ class legittorrents(object):
elif link.startswith("download"):
self.current_item["link"] = "/".join((self.url, link))
elif tag == "td":
if "width" in params and params["width"] == "30":
if "width" in params and params["width"] == "30" and not "leech" in self.current_item:
self.save_item_key = "leech" if "seeds" in self.current_item else "seeds"
elif tag == "tr":

View File

@@ -1,6 +1,6 @@
demonoid: 1.23
extratorrent: 3.10
legittorrents: 2.01
legittorrents: 2.02
piratebay: 2.15
torlock: 2.0
torrentz: 2.22

View File

@@ -1,4 +1,4 @@
#VERSION: 2.01
#VERSION: 2.02
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
# Douman (custparasite@gmx.se)
@@ -61,7 +61,7 @@ class legittorrents(object):
elif link.startswith("download"):
self.current_item["link"] = "/".join((self.url, link))
elif tag == "td":
if "width" in params and params["width"] == "30":
if "width" in params and params["width"] == "30" and not "leech" in self.current_item:
self.save_item_key = "leech" if "seeds" in self.current_item else "seeds"
elif tag == "tr":

View File

@@ -1,6 +1,6 @@
demonoid: 1.23
extratorrent: 3.10
legittorrents: 2.01
legittorrents: 2.02
piratebay: 2.15
torlock: 2.0
torrentz: 2.22