1
0
Fork 0
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:
Garfield69 2024-11-16 05:52:17 +13:00
parent 12d952d0f5
commit b90bf95fdd

View file

@ -113,7 +113,7 @@ search:
selector: a[href*="details.php?id="] > b[title]
attribute: title
details:
selector: a[title][href*="details.php?id="]
selector: a[href*="details.php?id="]
attribute: href
download:
selector: a[href*="download.php?id="]