8000 GitHub - fostertheweb/wavtub: ๐ŸŒŠ๐Ÿ“บ YouTube URLs to WAV files in a container.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fostertheweb/wavtub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒŠ๐Ÿ“บ wavtub

Run a wavtub container passing one or more YouTube URLs separated by a space:

docker run --rm -v $PWD:/tmp/output fostertheweb/wavtub:latest https://www.youtube.com/watch?v=jDRTghGZ7XU

Consider writing a script to avoid all that typing:

#!/bin/bash
docker run --rm -v ${PWD}:/tmp/output fostertheweb/wavtub:latest ${@}

About

๐ŸŒŠ๐Ÿ“บ YouTube URLs to WAV files in a container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0