mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00:00
Update anidex.yml (#3411)
Remove anidb id - sorting names was acting weird as episode numbers were mistaken with the anidb id
This commit is contained in:
parent
3eab605423
commit
4b6a9376de
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
|||
args: id
|
||||
title:
|
||||
selector: td:nth-child(3) > a.torrent > span.span-1440
|
||||
filters:
|
||||
- name: re_replace # remove anidb id from return string
|
||||
args: ["(\\[[A-Z0-9]*\\])\\.", "."]
|
||||
details:
|
||||
selector: td:nth-child(3) > a.torrent
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue