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