mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
eztv: code tidy
This commit is contained in:
parent
4c4f0f044c
commit
f0a8bf9ad8
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ settings: []
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{else}}/{{end}}"
|
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}/{{ end }}"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it)
|
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it)
|
||||||
|
@ -73,7 +73,7 @@ search:
|
||||||
selector: td:nth-child(3) a.magnet, td:nth-child(3) a
|
selector: td:nth-child(3) a.magnet, td:nth-child(3) a
|
||||||
attribute: href
|
attribute: href
|
||||||
size:
|
size:
|
||||||
text: "500 MB"
|
text: "512 MB"
|
||||||
size:
|
size:
|
||||||
optional: true
|
optional: true
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue