1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

pixelados: optimize spanish season nomenclature search (#13285)

This commit is contained in:
amoreno 2022-06-09 09:08:20 +02:00 committed by GitHub
parent c5bd2800c5
commit b27059568f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
id: pixelados
name: Pixelados
description: "Pixelados is a Spanish Private Torrent Tracker for HD MOVIES / TV"
language: en-US
language: es-ES
type: private
encoding: UTF-8
links:
@ -83,6 +83,10 @@ search:
keywordsfilters:
- name: re_replace
args: ["\\.", " "]
- name: re_replace
args: ["(?i)\\bS0*(\\d+)\\b", "T$1"]
- name: re_replace
args: ["(?i)S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
rows:
selector: data
@ -95,6 +99,11 @@ search:
selector: category_id
title:
selector: name
filters:
- name: re_replace
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
- name: re_replace
args: ["(\\d{1,2})[×|x](\\d{1,2})", "S$1E$2"]
details:
selector: details_link
download: