From 3ea0f2dade67d24b59f953464b47ed84e1dc7319 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 5 Oct 2025 11:54:28 -0500 Subject: [PATCH] remove: TheRARBG due to significant downstream (Sonarr/Radarr) Support Issues - bad releases - dupe releases --- definitions/v11/therarbg.yml | 111 ----------------------------------- scripts/indexer-sync-v2.sh | 2 +- 2 files changed, 1 insertion(+), 112 deletions(-) delete mode 100644 definitions/v11/therarbg.yml diff --git a/definitions/v11/therarbg.yml b/definitions/v11/therarbg.yml deleted file mode 100644 index 6aa56822a..000000000 --- a/definitions/v11/therarbg.yml +++ /dev/null @@ -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 diff --git a/scripts/indexer-sync-v2.sh b/scripts/indexer-sync-v2.sh index dfbed089b..052a6778a 100755 --- a/scripts/indexer-sync-v2.sh +++ b/scripts/indexer-sync-v2.sh @@ -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=""