1
0
Fork 0
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:
Garfield69 2023-04-24 08:59:14 +12:00
parent 2318ded9af
commit 861c27714e

View file

@ -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: