mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tribalmixes: selector changes, add files.
This commit is contained in:
@@ -92,9 +92,9 @@ search:
|
|||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
title:
|
title:
|
||||||
selector: a[href*="/torrent/"]
|
selector: a[href*="/details.php?id="]
|
||||||
details:
|
details:
|
||||||
selector: a[href*="/torrent/"]
|
selector: a[href*="/details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/download.php?id="]
|
selector: a[href^="/download.php?id="]
|
||||||
@@ -105,6 +105,14 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "Size: (.+?)<"
|
args: "Size: (.+?)<"
|
||||||
|
files_optional:
|
||||||
|
selector: a[href^="/download.php?id="]
|
||||||
|
attribute: title
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "\\((\\d+) files\\)"
|
||||||
|
files:
|
||||||
|
text: "{{ if .Result.files_optional }}{{ .Result.files_optional }}{{ else }}1{{ end }}"
|
||||||
seeders:
|
seeders:
|
||||||
selector: a[href^="/download.php?id="]
|
selector: a[href^="/download.php?id="]
|
||||||
attribute: title
|
attribute: title
|
||||||
|
Reference in New Issue
Block a user