Updated mock arr container names
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
---
|
||||
id: oxtorrent-co
|
||||
name: OxTorrent
|
||||
description: "OxTorrent is a FRENCH Public Torrent Tracker for TV / MOVIES / GENERAL"
|
||||
description: "OxTorrent is a FRENCH Public Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
language: fr-FR
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://www.oxtorrent.co/
|
||||
- https://www1.oxtorrent.co/
|
||||
legacylinks:
|
||||
- https://oxtorrent.unblockit.download/
|
||||
- https://www.oxtorrent.co/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
@@ -60,7 +61,7 @@ download:
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ else }}{{ end }}"
|
||||
- path: "recherche/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}/"
|
||||
keywordsfilters:
|
||||
# if searching for season packs switch S01 to saison 1 #9712
|
||||
- name: re_replace
|
||||
@@ -81,7 +82,7 @@ search:
|
||||
selector: td:nth-child(1) a
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["(?i)\\b(FRENCH|MULTI|TRUEFRENCH|VOSTFR|SUBFRENCH)\\b(.+?)(\\b(19|20\\d{2})\\b)$", "$3 $1$2"]
|
||||
args: ["(?i)\\b(FRENCH|MULTI|TRUEFRENCH|VOSTFR|SUBFRENCH)\\b(.+?)(\\b((19|20)\\d{2})\\b)$", "$3 $1$2"]
|
||||
title_vostfr:
|
||||
text: "{{ .Result.title_phase1 }}"
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user