mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
imetorrentsclone: fix anime cat detection.
This commit is contained in:
parent
e146ad227c
commit
c2aec85893
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ search:
|
|||
default: "{{ if .Result.category_is_tv_show }}TV shows{{ else }}Other{{ end }}"
|
||||
filters:
|
||||
- name: regexp
|
||||
args: " in (.+?)$"
|
||||
args: " in (.+?)[.]?$"
|
||||
details:
|
||||
selector: div.tt-name > a[href^="/"]
|
||||
attribute: href
|
||||
|
|
Loading…
Add table
Reference in a new issue