mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 03:08:50 +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:
|
||||
- name: querystring
|
||||
args: category
|
||||
- name: re_replace
|
||||
args: ["(\\b0\\b)", "31"]
|
||||
|
||||
title:
|
||||
selector: a[href^="index.php?page=torrent-details&id="]
|
||||
details:
|
||||
|
|
Loading…
Add table
Reference in a new issue