Skip to content

Instantly share code, notes, and snippets.

@thegrunge36
thegrunge36 / torrent.py
Last active October 11, 2025 20:45
torrent
#!/usr/bin/env python3
"""
🎬 ULTIMATE RADARR/SONARR CATEGORIES MANAGER 🎬
Version corrigée avec gestion d'erreurs améliorée
"""
import requests
import json
import time
import logging