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] 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="]