WOT: new selectors

This commit is contained in:
Garfield69
2024-06-01 06:08:31 +12:00
parent e3786fa43e
commit d17390a1eb

View File

@@ -154,16 +154,16 @@ search:
- name: querystring - name: querystring
args: cat args: cat
title: title:
selector: a[href^="details.php?id="] > b selector: a[href^="torrent.php?id="] > b
details: details:
selector: a[href^="details.php?id="] selector: a[href^="torrent.php?id="]
attribute: href attribute: href
download: download:
selector: a[href^="download.php?torrent="] selector: a[href^="download.php?torrent="]
attribute: href attribute: href
poster: poster:
selector: a[href^="details.php?id="] selector: a[href^="torrent.php?id="]
attribute: onMouseOver attribute: onmouseover
filters: filters:
- name: regexp - name: regexp
args: "src=(.+?) " args: "src=(.+?) "
@@ -198,4 +198,4 @@ search:
minimumseedtime: minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60) # 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200 text: 259200
# WoT Reworked v8.2.1 # WoT Reworked v8.3.7