mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
lemonhd: fix details selector. resolves #15705
This commit is contained in:
parent
12d952d0f5
commit
b90bf95fdd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ search:
|
||||||
selector: a[href*="details.php?id="] > b[title]
|
selector: a[href*="details.php?id="] > b[title]
|
||||||
attribute: title
|
attribute: title
|
||||||
details:
|
details:
|
||||||
selector: a[title][href*="details.php?id="]
|
selector: a[href*="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href*="download.php?id="]
|
selector: a[href*="download.php?id="]
|
||||||
|
|
Loading…
Reference in a new issue