mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ehentai: code tidy
This commit is contained in:
@@ -24,8 +24,8 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "torrents.php{{ if .Keywords }}?search={{ .Keywords }}{{else}}{{end}}"
|
- path: "torrents.php{{ if .Keywords }}?search={{ .Keywords }}{{ else }}{{ end }}"
|
||||||
- path: "torrents.php{{ if .Keywords }}?search={{ .Keywords }}&page=1{{else}}?page=1{{end}}"
|
- path: "torrents.php{{ if .Keywords }}?search={{ .Keywords }}&page=1{{ else }}?page=1{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.itg > tbody > tr:has(td)
|
selector: table.itg > tbody > tr:has(td)
|
||||||
@@ -45,7 +45,7 @@ search:
|
|||||||
selector: td:first-child
|
selector: td:first-child
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +00:00"
|
args: " +00:00" # GMT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02 15:04 -07:00"
|
args: "2006-01-02 15:04 -07:00"
|
||||||
size:
|
size:
|
||||||
|
Reference in New Issue
Block a user