4a4b5be1c7a95e0cfb0e3da155205d850cb5bd76
				
			
			
		
	YouTubeDL
A simple tool to download YouTube videos or extract audio using yt-dlp in a Docker container.
Features
- Build a Docker container with 
yt-dlppre-installed. - Run the container to download videos or extract audio.
 
Usage
Build the Docker Container
./ytdl.sh build
Run the Container to Download or Extract Audio
./ytdl.sh run [YouTube URL]
This will download the video or extract audio (in MP3 format) and save it to the vid directory in the current working directory.
Requirements
- Docker installed on your system.
 - Internet connection for downloading videos.
 
Notes
- The script mounts the 
viddirectory to the container for saving downloaded files. - Ensure the 
viddirectory exists before running the script. 
Description
				
					Languages
				
				
								
								
									Dockerfile
								
								57.3%
							
						
							
								
								
									Shell
								
								42.7%