mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
CHDBits: improve compatibility
This commit is contained in:
@@ -53,6 +53,8 @@
|
|||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
|
selector: a[href^="details.php?id="]
|
||||||
|
title|optional:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[title][href^="details.php?id="]
|
||||||
attribute: title
|
attribute: title
|
||||||
category:
|
category:
|
||||||
@@ -62,7 +64,7 @@
|
|||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
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="]
|
||||||
|
Reference in New Issue
Block a user