Added youtube-to-mp4 downloader.

This commit is contained in:
Markus Birth 2016-11-15 20:35:14 +01:00
parent e0d2c414a0
commit 915cbfb0c0

2
yt2mp4.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
youtube-dl -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/bestvideo+bestaudio/best "$1"