mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
rapidzona: cat & description can be missing
This commit is contained in:
parent
a9f7c64ec6
commit
39267c7618
1 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,8 @@ search:
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: p a:nth-child(3), p:has(a:nth-child(3):empty) a:nth-child(2)
|
selector: p a:nth-child(3), p:has(a:nth-child(3):empty) a:nth-child(2)
|
||||||
|
optional: true
|
||||||
|
default: 71
|
||||||
case:
|
case:
|
||||||
a[href$="/porno-xxx-adult-torrent/"]: 71
|
a[href$="/porno-xxx-adult-torrent/"]: 71
|
||||||
a[href$="/porno-video-movies-torrent/"]: 73
|
a[href$="/porno-video-movies-torrent/"]: 73
|
||||||
|
@ -166,6 +168,9 @@ search:
|
||||||
text: 1
|
text: 1
|
||||||
description:
|
description:
|
||||||
selector: div.news
|
selector: div.news
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["^...$", ""]
|
||||||
date:
|
date:
|
||||||
selector: p.title-footer
|
selector: p.title-footer
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Add table
Reference in a new issue