muziefabriek: new date selector

This commit is contained in:
Garfield69
2020-06-17 07:46:47 +12:00
parent 59a11ffef2
commit b32dd23356

View File

@@ -65,17 +65,17 @@ search:
- name: andmatch - name: andmatch
fields: fields:
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
category: category:
selector: a[href^="browse.php?cat="] selector: a[href^="browse.php?cat="]
attribute: href attribute: href
filters: filters:
- name: querystring - name: querystring
args: cat args: cat
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
download: download:
selector: a[href^="download.php?id="] selector: a[href^="download.php?id="]
attribute: href attribute: href
@@ -98,7 +98,7 @@ search:
- name: regexp - name: regexp
args: (\d+) args: (\d+)
date: date:
selector: td:nth-child(4) table tr:nth-child(2) td:nth-child(3) selector: td:nth-child(4) table tr:nth-child(2) td:nth-child(2)
filters: filters:
- name: replace - name: replace
args: ["januari", "January"] args: ["januari", "January"]