mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
[Search engine] Update legittorrents plugin
This commit is contained in:
parent
7856863b3e
commit
9400aac003
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 2.01
|
#VERSION: 2.02
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
# Douman (custparasite@gmx.se)
|
# Douman (custparasite@gmx.se)
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ class legittorrents(object):
|
||||||
elif link.startswith("download"):
|
elif link.startswith("download"):
|
||||||
self.current_item["link"] = "/".join((self.url, link))
|
self.current_item["link"] = "/".join((self.url, link))
|
||||||
elif tag == "td":
|
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"
|
self.save_item_key = "leech" if "seeds" in self.current_item else "seeds"
|
||||||
|
|
||||||
elif tag == "tr":
|
elif tag == "tr":
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
demonoid: 1.23
|
demonoid: 1.23
|
||||||
extratorrent: 3.10
|
extratorrent: 3.10
|
||||||
legittorrents: 2.01
|
legittorrents: 2.02
|
||||||
piratebay: 2.15
|
piratebay: 2.15
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentz: 2.22
|
torrentz: 2.22
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#VERSION: 2.01
|
#VERSION: 2.02
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
# Douman (custparasite@gmx.se)
|
# Douman (custparasite@gmx.se)
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ class legittorrents(object):
|
||||||
elif link.startswith("download"):
|
elif link.startswith("download"):
|
||||||
self.current_item["link"] = "/".join((self.url, link))
|
self.current_item["link"] = "/".join((self.url, link))
|
||||||
elif tag == "td":
|
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"
|
self.save_item_key = "leech" if "seeds" in self.current_item else "seeds"
|
||||||
|
|
||||||
elif tag == "tr":
|
elif tag == "tr":
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
demonoid: 1.23
|
demonoid: 1.23
|
||||||
extratorrent: 3.10
|
extratorrent: 3.10
|
||||||
legittorrents: 2.01
|
legittorrents: 2.02
|
||||||
piratebay: 2.15
|
piratebay: 2.15
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentz: 2.22
|
torrentz: 2.22
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue