A Python App for downloading youtube videos and playlists asyncronously. Deploy with Docker.
- Clone the repo
- Create a
container.env
file and set theOUTPUT_FILE_PATH
variable. This is the source folder on your machine that the resulting downloads will be stored in. docker compose up --build
to start the app.
Uses OAuth2 to download videos that are age restricted, etc. This is enabled through environment variables.