1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2025-12-19 18:48:24 +00:00

remove: TheRARBG due to significant downstream (Sonarr/Radarr) Support Issues

- bad releases
- dupe releases
This commit is contained in:
Servarr
2025-10-05 11:54:28 -05:00
parent da17499819
commit 3ea0f2dade
2 changed files with 1 additions and 112 deletions

View File

@@ -1,111 +0,0 @@
---
id: therarbg
name: TheRARBG
description: "TheRARBG is a Public site inspired by RARBG.to for MOVIES / TV / GENERAL"
language: en-US
type: public
encoding: UTF-8
links:
- https://therarbg.to/
- https://therarbg.com/
- https://therar.site/
- https://rarbg.unblockninja.com/
- https://rarbg.ninjaproxy1.com/
- https://rarbg.proxyninja.org/
- https://rarbg.proxyninja.net/
- https://rarbg.torrentbay.st/
- https://rarbg.torrentsbay.org/
legacylinks:
- https://t-rb.org/
- https://the.rarbg.club/
- https://trb.archivebay.online/
- https://trb.t-pb.org/
- https://trb.themirror.wiki/
- https://torrentlite.org/ # fork, dead
caps:
categorymappings:
- {id: Movies, cat: Movies, desc: "Movies"}
- {id: TV, cat: TV, desc: "TV"}
- {id: Games, cat: PC/Games, desc: "Games"}
- {id: Music, cat: Audio, desc: "Music"}
- {id: Anime, cat: TV/Anime, desc: "Anime"}
- {id: Documentaries, cat: TV/Documentary, desc: "Documentaries"}
- {id: Apps, cat: PC/0day, desc: "Apps"}
- {id: Other, cat: Other, desc: "Other"}
- {id: Books, cat: Books, desc: "Books"}
- {id: XXX, cat: XXX, desc: "XXX"}
- {id: TV shows, cat: TV, desc: "TV shows"}
- {id: E-books, cat: Books/EBook, desc: "E-books"}
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q, imdbid]
music-search: [q]
book-search: [q]
settings:
- name: sort
type: select
label: Sort requested from site
default: -a
options:
-a: created desc
a: created asc
-se: seeders desc
se: seeders asc
-s: size desc
s: size asc
search:
paths:
- path: "get-posts/order:{{ .Config.sort }}{{ range .Categories }}:category:{{.}}{{end}}{{ if or .Query.IMDBID .Keywords }}:keywords:{{ or .Query.IMDBID .Keywords }}{{ else }}:time:10D{{ end }}:paginate_by:100:format:json/"
response:
type: json
keywordsfilters:
- name: re_replace
args: ["\\W+", " "]
- name: trim
rows:
selector: results
fields:
category:
selector: c
title:
selector: n
_id:
selector: pk
details_url:
selector: n
filters:
- name: tolower
- name: re_replace
args: [" ", "-"]
details:
text: "/post-detail/{{ .Result._id }}/{{ .Result.details_url }}/"
infohash:
selector: h
poster:
selector: t
imdbid:
selector: i
filters:
- name: replace
args: ["B", ""]
date:
selector: a
size:
selector: s
seeders:
selector: se
leechers:
selector: le
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# json

View File

@@ -41,7 +41,7 @@ MAX_COMMITS_TO_PICK=50
MAX_COMMITS_TO_SEARCH=100
VALIDATION_SCRIPT="scripts/validate.py"
BLOCKLIST=("uniongang.yml" "uniongangcookie.yml" "sharewood.yml" "ygg-api.yml" "yggtorrent.yml" "yggcookie.yml" "anirena.yml" "torrentgalaxy.yml" "torrent-heaven.yml" "scenelinks.yml")
BLOCKLIST=("uniongang.yml" "uniongangcookie.yml" "sharewood.yml" "ygg-api.yml" "yggtorrent.yml" "yggcookie.yml" "anirena.yml" "torrentgalaxy.yml" "torrent-heaven.yml" "scenelinks.yml" "therarbg.yml")
CONFLICTS_NONYML_EXTENSIONS='\.(cs|js|iss|html|ico|png|csproj)$'
# Initialize Defaults
removed_indexers=""