A simple Flask application to assist in downloading videos and audio from YouTube for A/V projects on iOS.
- Download video and audio from YouTube
- Choose between different formats: Video and Audio, Audio only, Video only, or all three
- Select the video/audio format that you need
- Simple web interface
Surprise! It's a Docker image!
docker run -p 5111:5111 zachfleeman/yt-dlp-flask
- Enter the YouTube link in the provided input field.
- Choose the desired format:
- Video and Audio
- Audio only
- Video only
- Three Files (Video, Audio, and both combined)
- Uncheck the "Instant Download" checkbox if you want to browse the available formats.
- Click the "Submit" button to start the download process.
- Once the download is complete, you will be redirected to a download link for the file.
VIDEO_FILTER
: Filter for video format (default:bv[ext=mp4][vcodec^=avc]
)AUDIO_FILTER
: Filter for audio format (default:ba[ext=m4a][acodec^=mp4a]
)