mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
empornium: adjust download selector. #5991
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
||||
fields:
|
||||
download:
|
||||
selector: a[href^="torrents.php?action=download&id="]
|
||||
selector: a[href^="/torrents.php?action=download&id="]
|
||||
attribute: href
|
||||
description:
|
||||
selector: div.tags
|
||||
@@ -140,6 +140,7 @@
|
||||
selector: td:nth-child(9)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
span.icon[title*="Freeleech"]: 0
|
||||
"img[alt=\"Freeleech\"]": "0"
|
||||
"*": "1"
|
||||
uploadvolumefactor:
|
||||
|
Reference in New Issue
Block a user