This website requires JavaScript.
Explore
Help
Sign In
aw
/
snippets
Watch
1
Fork
0
You've already forked snippets
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
snippets
/
youtube-audio-dl
4 lines
80 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
add youtube-audio-dl script
2020-10-13 14:40:56 +02:00
#!/usr/bin/env bash
change youtube scripts to use yt-dlp instead of youtube-dl
2021-12-08 13:11:19 +01:00
yt-dlp -i -f bestaudio --extract-audio --add-metadata "$1"
Reference in New Issue
Copy Permalink