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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user