mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +00:00
Fixes and optimizations (#3029)
Fixes and optimizations suggested by kaso17
This commit is contained in:
parent
1b4826f966
commit
364061fde0
1 changed files with 11 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
description: "xbytesV2 is a SPANISH site for HD content"
|
description: "xbytesV2 is a SPANISH site for HD content"
|
||||||
language: es-es
|
language: es-es
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: ISO-8859-1
|
||||||
links:
|
links:
|
||||||
- http://xbytesv2.li
|
- http://xbytesv2.li
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
- {id: 30 , cat: Movies/HD, desc: "Peliculas - MicroHD x265"}
|
- {id: 30 , cat: Movies/HD, desc: "Peliculas - MicroHD x265"}
|
||||||
- {id: 35 , cat: TV/HD, desc: "TV/Series - 4K"}
|
- {id: 35 , cat: TV/HD, desc: "TV/Series - 4K"}
|
||||||
- {id: 31 , cat: TV/HD, desc: "TV/Series - x265"}
|
- {id: 31 , cat: TV/HD, desc: "TV/Series - x265"}
|
||||||
- {id: 25 , cat: TV/HD, desc: "TV/Series"}
|
- {id: 25 , cat: TV/HD, desc: "TV/Series - HDTV & WEB-DL 1080p"}
|
||||||
- {id: 37 , cat: TV/Documentary, desc: "Documentales"}
|
- {id: 37 , cat: TV/Documentary, desc: "Documentales"}
|
||||||
- {id: 41 , cat: TV/Sport, desc: "Deportes"}
|
- {id: 41 , cat: TV/Sport, desc: "Deportes"}
|
||||||
- {id: 5 , cat: Movies/HD, desc: "Anime"}
|
- {id: 5 , cat: Movies/HD, desc: "Anime"}
|
||||||
|
@ -57,6 +57,15 @@
|
||||||
args: category
|
args: category
|
||||||
title:
|
title:
|
||||||
selector: td[valign="middle"] a
|
selector: td[valign="middle"] a
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\/", " "]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\(", ""]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\)", ""]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["20[0-2][0-9]", ""]
|
||||||
details:
|
details:
|
||||||
selector: td[valign="middle"] a
|
selector: td[valign="middle"] a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in a new issue