mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
pixelados: optimize spanish season nomenclature search (#13285)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
id: pixelados
|
id: pixelados
|
||||||
name: Pixelados
|
name: Pixelados
|
||||||
description: "Pixelados is a Spanish Private Torrent Tracker for HD MOVIES / TV"
|
description: "Pixelados is a Spanish Private Torrent Tracker for HD MOVIES / TV"
|
||||||
language: en-US
|
language: es-ES
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
@@ -83,6 +83,10 @@ search:
|
|||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["\\.", " "]
|
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:
|
rows:
|
||||||
selector: data
|
selector: data
|
||||||
@@ -95,6 +99,11 @@ search:
|
|||||||
selector: category_id
|
selector: category_id
|
||||||
title:
|
title:
|
||||||
selector: name
|
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:
|
details:
|
||||||
selector: details_link
|
selector: details_link
|
||||||
download:
|
download:
|
||||||
|
Reference in New Issue
Block a user