mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
riperam: handle missing cat in results. resolves #10027
This commit is contained in:
@@ -899,6 +899,15 @@ search:
|
|||||||
selector: li.row:has(a[href^="./download/file.php?id="])
|
selector: li.row:has(a[href^="./download/file.php?id="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
|
category:
|
||||||
|
text: 726
|
||||||
|
category|noappend:
|
||||||
|
selector: a[href*="/viewtopic.php?f="]
|
||||||
|
attribute: href
|
||||||
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: querystring
|
||||||
|
args: f
|
||||||
title:
|
title:
|
||||||
selector: a.topictitle
|
selector: a.topictitle
|
||||||
details:
|
details:
|
||||||
@@ -906,12 +915,6 @@ search:
|
|||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description:
|
||||||
selector: dt a:last-of-type
|
selector: dt a:last-of-type
|
||||||
category:
|
|
||||||
selector: a[href*="/viewtopic.php?f="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: f
|
|
||||||
download:
|
download:
|
||||||
selector: a[href^="./download/file.php?id="]
|
selector: a[href^="./download/file.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user