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:
|
||||
paths:
|
||||
- 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 }}{{ else }}{{ end }}"
|
||||
- path: "torrents.php{{ if .Keywords }}?search={{ .Keywords }}&page=1{{ else }}?page=1{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table.itg > tbody > tr:has(td)
|
||||
@@ -45,7 +45,7 @@ search:
|
||||
selector: td:first-child
|
||||
filters:
|
||||
- name: append
|
||||
args: " +00:00"
|
||||
args: " +00:00" # GMT
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04 -07:00"
|
||||
size:
|
||||
|
Reference in New Issue
Block a user