豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

pienczyk/yt-2-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt-2-mp3

Docker image tools to download the yt videos to the mp3. Uses:
Alpine Linux
ffbinaries
yt-dlp

Currently image is build for amd64 and arm64 (tested on the Raspberry 4) architectures.

Running

Image supports all of the yt-dlp options.

Example:
Download YT-VIDEO-LINK to the working directory:

docker container run --volume $(pwd):/download pienczyk/yt-2-mp3:latest \
--extract-audio --audio-format mp3 \
--audio-quality 0 \
"YT-VIDEO-LINK"

About

Alpine based Docker image tools to download the yt videos to the mp3 with yt-dlp.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors