CHDBits: improve compatibility

This commit is contained in:
kaso17
2017-02-01 18:56:40 +01:00
parent 3910cdd9fe
commit 0695ee90d6

View File

@@ -53,6 +53,8 @@
selector: table.torrents > tbody > tr:has(table.torrentname)
fields:
title:
selector: a[href^="details.php?id="]
title|optional:
selector: a[title][href^="details.php?id="]
attribute: title
category:
@@ -62,7 +64,7 @@
- name: querystring
args: cat
details:
selector: a[title][href^="details.php?id="]
selector: a[href^="details.php?id="]
attribute: href
download:
selector: a[href^="download.php?id="]