Youtube Auto Archiver View on GitHub
Introduction
A simple and yet highly configurable Python application that automatically checks if a Youtuber is streaming, and downloads said streams while also archiving its latest uploads.
Warning
Due to the way some commands are executed, it is possible to have a command injection vulnerability if you mess up or leave the config file editable by everyone.
This might be fixed in the future, but don't count on it as this project is a personal one.
Features
● General
⚬ Can run on Windows and Linux (Tested on x64 and ARMv8)
⚬ Relatively high level of configurability.
● YouTube
⚬ Automatic livestream download through https://youtube.com/c/.../live
⚬ Automatic livestream thumbnail and description download.
⚬ Automatic download of uploads and their metadata.
⚬ Configurable delays, actions, locations per channel.
● Planned for v1.0.0
⚬ Native support for cookies for yt-dlp and maybe streamlink.
⚬ Better support to prevent command injection. (Will block some features if used)
● Planned for later
⚬ Using TOML for the config file when Python 3.11 is released and stable.
Warning
Due to the way some commands are executed, it is possible to have a command injection vulnerability if you mess up or leave the config file editable by everyone.
This might be fixed in the future, but don't count on it as this project is a personal one.