icetorrent: site's hrefs now prefixed with /

This commit is contained in:
Garfield69
2020-03-01 17:22:21 +13:00
parent 5530fa1ca4
commit 1b64476102

View File

@@ -111,7 +111,7 @@
# ord: "{{ .Config.type }}"
rows:
selector: table.table-striped > tbody > tr:has(a[href^="details.php?id="])
selector: table.table-striped > tbody > tr:has(a[href^="/details.php?id="])
fields:
category:
@@ -121,9 +121,9 @@
- name: querystring
args: cat
title:
selector: a[href^="details.php?id="]
selector: a[href^="/details.php?id="]
details:
selector: a[href^="details.php?id="]
selector: a[href^="/details.php?id="]
attribute: href
banner:
attribute: rel
@@ -132,7 +132,7 @@
optional: true
attribute: href
download:
selector: a[href^="download.php"]
selector: a[href^="/download.php"]
attribute: href
files:
selector: a[href$="#filelist"]