Skip to content

Commit 4e3c47c

Browse files
jackett indexers as of 8c2baf3bd2e195a32fc595f38f24edf24e8f7e78
1 parent 4125138 commit 4e3c47c

File tree

7 files changed

+37
-564
lines changed

7 files changed

+37
-564
lines changed

definitions/v7/lightning-tor.yml

-174
This file was deleted.

definitions/v7/locadora.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: locadora
33
name: Locadora
4-
description: "Locadora is a Brazilian tracker for Movies and TV Shows"
4+
description: "Locadora is a BRAZILIAN Private Tracker for MOVIES and TV"
55
language: pt-BR
66
type: private
77
encoding: UTF-8
@@ -12,15 +12,16 @@ legacylinks:
1212

1313
caps:
1414
categorymappings:
15-
- {id: 1, cat: Movies}
16-
- {id: 2, cat: TV}
17-
- {id: 6, cat: TV/Anime}
18-
- {id: 7, cat: Movies, desc: "Concerts"}
15+
- {id: 1, cat: Movies, desc: "Filmes"}
16+
- {id: 2, cat: TV, desc: "Series"}
17+
- {id: 6, cat: TV/Anime, desc: "Animes"}
18+
- {id: 7, cat: Audio/Video, desc: "Shows"}
1919

2020
modes:
2121
search: [q]
2222
tv-search: [q, season, ep, imdbid, tvdbid, tmdbid]
2323
movie-search: [q, imdbid, tmdbid]
24+
music-search: [q]
2425

2526
settings:
2627
- name: apikey

definitions/v7/sharkpt.yml

-153
This file was deleted.

definitions/v7/tvchaosuk.yml

+9
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ search:
9292
qty: 100
9393
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
9494
# can search by genre but need range support. &genres[]=Action&genres[]=Comedy for Action and Comedy
95+
keywordsfilters:
96+
# if searching for season packs switch S01 to Series 1 #14369
97+
- name: re_replace
98+
args: ["(?i)(S0)(\\d{1,2})$", "Series $2"]
99+
- name: re_replace
100+
args: ["(?i)(S)(\\d{1,3})$", "Series $2"]
95101

96102
rows:
97103
selector: table > tbody > tr
@@ -105,6 +111,9 @@ search:
105111
args: "/categories/(\\d+)"
106112
title:
107113
selector: a.view-torrent
114+
filters:
115+
- name: re_replace
116+
args: ["(?i)Series[\\s]+(\\d+)", "S$1"]
108117
download:
109118
selector: a[href*="/download/"]
110119
attribute: href

0 commit comments

Comments
 (0)