mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 19:29:03 +00:00
3dtorrents: replace invalid returned cat 0 with 31 (Other)
This commit is contained in:
parent
2318ded9af
commit
861c27714e
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ search:
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: category
|
args: category
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(\\b0\\b)", "31"]
|
||||||
|
|
||||||
title:
|
title:
|
||||||
selector: a[href^="index.php?page=torrent-details&id="]
|
selector: a[href^="index.php?page=torrent-details&id="]
|
||||||
details:
|
details:
|
||||||
|
|
Loading…
Add table
Reference in a new issue