-
-
Notifications
You must be signed in to change notification settings - Fork 91
ygg: purge/remove due to YGG being anti-automation #481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
2127f4a to
6e201cb
Compare
- 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
6e201cb to
862bb0b
Compare
Suppression des indexeurs YGG des définitions officiellesNote : Ce document a été traduit par IA (Claude Résumé
Pourquoi supprimer YGG ?
Instructions d’installation manuelleUtilisateurs Docker# Créer le répertoire des définitions personnalisées
mkdir -p /config/Definitions/Custom
# Télécharger les définitions YGG vers le dossier personnalisé
curl -o /config/Definitions/Custom/yggtorrent.yml \
https://raw.githubusercontent.com/Prowlarr/Indexers/17e54db771ee41658a26fe96e5529574724f633f/definitions/v11/yggtorrent.yml
curl -o /config/Definitions/Custom/yggcookie.yml \
https://raw.githubusercontent.com/Prowlarr/Indexers/17e54db771ee41658a26fe96e5529574724f633f/definitions/v11/yggcookie.yml
# Redémarrer Prowlarr pour détecter les définitions personnalisées
# Ajouter des indexeurs via : Indexeurs → Ajouter des indexeursUtilisateurs Windows# Créer le répertoire des définitions personnalisées
New-Item -ItemType Directory -Force -Path "$env:PROGRAMDATA\Prowlarr\Definitions\Custom"
# Télécharger les définitions YGG vers le dossier personnalisé
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Prowlarr/Indexers/17e54db771ee41658a26fe96e5529574724f633f/definitions/v11/yggtorrent.yml" `
-OutFile "$env:PROGRAMDATA\Prowlarr\Definitions\Custom\yggtorrent.yml"
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Prowlarr/Indexers/17e54db771ee41658a26fe96e5529574724f633f/definitions/v11/yggcookie.yml" `
-OutFile "$env:PROGRAMDATA\Prowlarr\Definitions\Custom\yggcookie.yml"
# Redémarrer Prowlarr pour détecter les définitions personnalisées
# Ajouter des indexeurs via : Paramètres → Indexeurs → Ajouter un indexeurUtilisateurs Linux# Créer le répertoire des définitions personnalisées
mkdir -p /var/lib/prowlarr/Definitions/Custom
# Télécharger les définitions YGG vers le dossier personnalisé
wget -P /var/lib/prowlarr/Definitions/Custom/ \
https://raw.githubusercontent.com/Prowlarr/Indexers/17e54db771ee41658a26fe96e5529574724f633f/definitions/v11/yggtorrent.yml
wget -P /var/lib/prowlarr/Definitions/Custom/ \
https://raw.githubusercontent.com/Prowlarr/Indexers/17e54db771ee41658a26fe96e5529574724f633f/definitions/v11/yggcookie.yml
# Redémarrer Prowlarr pour détecter les définitions personnalisées
# Ajouter des indexeurs via : Paramètres → Indexeurs → Ajouter un indexeurChemins AppData courants
Consultez le Wiki du répertoire AppData de Prowlarr pour des informations détaillées sur les chemins. Étapes de configuration
Notes
|
|
There appear to be issues simply dropping in jackett's YGG definitions. for now you may use the removed prowlarr ones
For Jackett definition support and getting the ygg definitions to drop in work with Prowlarr, please visit their github. There are currently no expectations for any material Cardigann differences between Jackett and Prowlarr, so you'd have to ask Jackett why their definition is no longer compatible with Cardigann v11. |
This comment was marked as resolved.
This comment was marked as resolved.
English Instructions Updated |
Remove YGG Indexers from Official Definitions
Summary
yggtorrent.ymlandyggcookie.ymlfrom v11 definitionsWhy Remove YGG?
Important Differences
YGG definitions differ between Prowlarr and Jackett due to architectural limitations:
Reference commits:
User Responsibilities
Manual maintenance required: YGG users must:
Update process:
# Check for updates periodically and replace files manually curl -o /path/to/custom/yggtorrent.yml \ https://raw.githubusercontent.com/Prowlarr/Indexers/[LATEST_COMMIT]/definitions/v11/yggtorrent.ymlManual Installation Instructions
Docker Users
Windows Users
Linux Users
Common AppData Paths
/config/Definitions/Custom/%PROGRAMDATA%\Prowlarr\Definitions\Custom\/var/lib/prowlarr/Definitions/Custom/(default installation)~/.config/Prowlarr/Definitions/Custom/See the Prowlarr AppData Directory Wiki for detailed path information.
Configuration Steps
Notes