├── Api Keys └── .gitkeep ├── Cached Data └── .gitkeep ├── Initialize.py ├── LICENSE ├── Logs └── .gitkeep ├── Media └── .gitkeep ├── Profile └── .gitkeep ├── README.md ├── Scheduled Runs └── .gitkeep ├── Scripts ├── .gitkeep ├── Add.py ├── Archiver.py ├── Check.py ├── Data.py ├── Donate.py ├── FAQ.py ├── Manual.py ├── Run.py ├── Schedule.py ├── Setup.py ├── Start.py ├── Stop.py └── Torrent.py └── Torrent List └── .gitkeep /Api Keys/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Cached Data/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Initialize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Initialize.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/LICENSE -------------------------------------------------------------------------------- /Logs/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Media/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Profile/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/README.md -------------------------------------------------------------------------------- /Scheduled Runs/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Scripts/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Scripts/Add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Add.py -------------------------------------------------------------------------------- /Scripts/Archiver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Archiver.py -------------------------------------------------------------------------------- /Scripts/Check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Check.py -------------------------------------------------------------------------------- /Scripts/Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Data.py -------------------------------------------------------------------------------- /Scripts/Donate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Donate.py -------------------------------------------------------------------------------- /Scripts/FAQ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/FAQ.py -------------------------------------------------------------------------------- /Scripts/Manual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Manual.py -------------------------------------------------------------------------------- /Scripts/Run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Run.py -------------------------------------------------------------------------------- /Scripts/Schedule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Schedule.py -------------------------------------------------------------------------------- /Scripts/Setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Setup.py -------------------------------------------------------------------------------- /Scripts/Start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Start.py -------------------------------------------------------------------------------- /Scripts/Stop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Stop.py -------------------------------------------------------------------------------- /Scripts/Torrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1ddenShadow/Real-Debrid-Media-Manager/HEAD/Scripts/Torrent.py -------------------------------------------------------------------------------- /Torrent List/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------