mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 11:18:14 +00:00
asiandvdclub: fix lint #11994
This commit is contained in:
parent
78778808b3
commit
254f30cb1f
1 changed files with 12 additions and 12 deletions
|
@ -74,18 +74,18 @@ search:
|
||||||
selector: img[class^="cat-"]
|
selector: img[class^="cat-"]
|
||||||
attribute: class
|
attribute: class
|
||||||
case:
|
case:
|
||||||
img.cat-anime : 1
|
img.cat-anime: 1
|
||||||
img.cat-hk : 2
|
img.cat-hk: 2
|
||||||
img.cat-japan : 3
|
img.cat-japan: 3
|
||||||
img.cat-korea : 4
|
img.cat-korea: 4
|
||||||
img.cat-china : 5
|
img.cat-china: 5
|
||||||
img.cat-phil : 6
|
img.cat-phil: 6
|
||||||
img.cat-taiwan : 7
|
img.cat-taiwan: 7
|
||||||
img.cat-thai : 8
|
img.cat-thai: 8
|
||||||
img.cat-viet : 9
|
img.cat-viet: 9
|
||||||
img.cat-malaysia : 10
|
img.cat-malaysia: 10
|
||||||
img.cat-rest : 11
|
img.cat-rest: 11
|
||||||
img.cat-misc : 12 # unconfirmed as there are currently no torrents for cat[12]
|
img.cat-misc: 12 # unconfirmed as there are currently no torrents for cat[12]
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrent/"]
|
selector: a[href^="/torrent/"]
|
||||||
details:
|
details:
|
||||||
|
|
Loading…
Add table
Reference in a new issue