dasunerwartete: new DL selector

and other tidy ups
This commit is contained in:
Garfield69
2024-07-01 06:07:22 +12:00
parent 7b657d3073
commit cbc5a98db0

View File

@@ -148,19 +148,19 @@ search:
selector: a[href^="details.php?id="]
attribute: href
download:
selector: a[href^="download_ssl.php?torrent="]
selector: a[href^="download.php?torrent="]
attribute: href
poster:
selector: img[src^="cloud-data/to_cover/"]
selector: img[src^="cloud-data/"]
attribute: src
size:
selector: div.selection_unter_ad
grabs:
selector: div.selection_unter_ae
seeders:
selector: div.selection_unter_aa > b
selector: div.selection_unter_aa
leechers:
selector: div.selection_unter_aaa > b
selector: div.selection_unter_aaa
date_day:
# Heute 03:27:27
# Gestern 21:00:59
@@ -171,7 +171,8 @@ search:
args: ["Heute ", "Today"]
- name: replace
args: ["Gestern ", "Yesterday"]
- name: fuzzytime
- name: append
args: " +01:00" # CET
date_year:
# 14.03.2024 um 20:43:07
selector: div.selection_unter_ab:not(:contains("Heute")):not(:contains("Gestern"))