1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-14 23:19:03 +00:00

Remove: YGG indexers from official definitions (#481)

- Remove yggtorrent.yml and yggcookie.yml from v11 definitions
- Add YGG indexers to sync script blocklist to prevent re-addition
- Users can add YGG as custom definitions using Jackett sources

Closes #XXX

Co-authored-by: ServarrAdmin <development@lidarr.audio>
This commit is contained in:
bakerboy448
2025-08-24 10:14:04 -05:00
committed by GitHub
parent 17e54db771
commit 11e54be5ae
3 changed files with 1 additions and 769 deletions

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" "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")
CONFLICTS_NONYML_EXTENSIONS='\.(cs|js|iss|html|ico|png|csproj)$'
# Initialize Defaults
removed_indexers=""