Skip to content

Commit

Permalink
jackett indexers as of 946011e2ec2b5e2e00639fc3e01f0c7942d4c64f
Browse files Browse the repository at this point in the history
Fixes #420

Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
  • Loading branch information
mynameisbogdan and ilike2burnthing committed Mar 21, 2024
1 parent fd050f0 commit 22fb873
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 140 deletions.
139 changes: 0 additions & 139 deletions definitions/v7/broadcity.yml

This file was deleted.

2 changes: 2 additions & 0 deletions definitions/v7/btsow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "BTSOW is a Public torrent indexer"
language: en-US
type: public
encoding: UTF-8
certificates:
- 14bf7ca4d82b0fde3a10c199600e35e2ce63fde4 # Expired 21st March 2024
# use https://tellme.pw/btsow to find the new domain
links:
- https://btsow.motorcycles/
Expand Down
2 changes: 2 additions & 0 deletions definitions/v7/h-p2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ links:
caps:
categorymappings:
- {id: 6, cat: XXX/WEB-DL, desc: "OnlyFans"}
- {id: 8, cat: XXX/WEB-DL, desc: "Privacy"}
- {id: 9, cat: XXX/WEB-DL, desc: "Other"}

modes:
search: [q]
Expand Down
6 changes: 6 additions & 0 deletions definitions/v7/nyaasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ settings:
type: checkbox
label: Improve Sonarr compatibility by trying to add Season information into Release Titles
default: false
- name: strip_s01
type: checkbox
label: Remove first season keywords (S1/S01/Season 1), as some results do not include this for first/single season releases
default: false
- name: radarr_compatibility
type: checkbox
label: Improve Radarr compatibility by removing year information from keywords and adding it to Release Titles
Expand Down Expand Up @@ -161,6 +165,8 @@ search:
keywordsfilters:
- name: re_replace
args: [" *\\b((?:19|20)\\d{2})\\b", "{{ if .Config.radarr_compatibility }}{{ else }} $1{{ end }}"]
- name: re_replace
args: ["(?i) *\\b(S(?:0|eason *)?1)\\b", "{{ if .Config.strip_s01 }}{{ else }} $1{{ end }}"]

rows:
selector: tr.default,tr.danger,tr.success
Expand Down
1 change: 1 addition & 0 deletions definitions/v7/rutracker-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ caps:
- {id: 1667, cat: Audio/Lossless, desc: " |- Джаз и блюз"}
- {id: 1668, cat: Audio/Lossless, desc: " |- Электронная музыка"}
- {id: 1670, cat: Audio/Lossless, desc: " |- Отечественная поп-музыка"}
- {id: 1746, cat: Audio/Lossless, desc: " |- Русский рок, метал"}
- {id: 1669, cat: Audio/Lossless, desc: " |- Шансон, авторские, военные песни"}
- {id: 1740, cat: Audio/Lossless, desc: " |- Музыка в формате (Hi-Res stereo)"}
- {id: 1679, cat: Audio/Lossless, desc: " |- Зарубежная поп музыка (Lossless)"}
Expand Down
6 changes: 6 additions & 0 deletions definitions/v9/nyaasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ settings:
type: checkbox
label: Improve Sonarr compatibility by trying to add Season information into Release Titles
default: false
- name: strip_s01
type: checkbox
label: Remove first season keywords (S1/S01/Season 1), as some results do not include this for first/single season releases
default: false
- name: radarr_compatibility
type: checkbox
label: Improve Radarr compatibility by removing year information from keywords and adding it to Release Titles
Expand Down Expand Up @@ -161,6 +165,8 @@ search:
keywordsfilters:
- name: re_replace
args: [" *\\b((?:19|20)\\d{2})\\b", "{{ if .Config.radarr_compatibility }}{{ else }} $1{{ end }}"]
- name: re_replace
args: ["(?i) *\\b(S(?:0|eason *)?1)\\b", "{{ if .Config.strip_s01 }}{{ else }} $1{{ end }}"]

rows:
selector: tr.default,tr.danger,tr.success
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/torrenteros-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 7.0.3
# json UNIT3D 7.2.5

0 comments on commit 22fb873

Please sign in to comment.