mirror of https://github.com/Jackett/Jackett
asiancinema: fix #4798
This commit is contained in:
parent
a968913bc4
commit
df49bb8578
|
@ -48,11 +48,11 @@
|
|||
selector: table > tbody > tr
|
||||
fields:
|
||||
category:
|
||||
selector: a[href*="/categories/"]
|
||||
selector: a[href*="/category/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "/categories/.*?\\.(\\d+)"
|
||||
args: "/category/.*?\\.(\\d+)"
|
||||
title:
|
||||
selector: a.view-torrent
|
||||
download:
|
||||
|
|
Loading…
Reference in New Issue