mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
[Search engine] Fix LegitTorrents plugin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#VERSION: 2.00
|
||||
#VERSION: 2.01
|
||||
#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 "class" in params and params["class"].startswith("#FF"):
|
||||
if "width" in params and params["width"] == "30":
|
||||
self.save_item_key = "leech" if "seeds" in self.current_item else "seeds"
|
||||
|
||||
elif tag == "tr":
|
||||
|
||||
@@ -2,7 +2,7 @@ btdigg: 1.31
|
||||
demonoid: 1.2
|
||||
extratorrent: 2.04
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.00
|
||||
legittorrents: 2.01
|
||||
mininova: 2.02
|
||||
piratebay: 2.14
|
||||
torlock: 2.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#VERSION: 2.00
|
||||
#VERSION: 2.01
|
||||
#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 "class" in params and params["class"].startswith("#FF"):
|
||||
if "width" in params and params["width"] == "30":
|
||||
self.save_item_key = "leech" if "seeds" in self.current_item else "seeds"
|
||||
|
||||
elif tag == "tr":
|
||||
|
||||
@@ -2,7 +2,7 @@ btdigg: 1.31
|
||||
demonoid: 1.2
|
||||
extratorrent: 2.04
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.00
|
||||
legittorrents: 2.01
|
||||
mininova: 2.02
|
||||
piratebay: 2.14
|
||||
torlock: 2.0
|
||||
|
||||
Reference in New Issue
Block a user