download youtube video

using youtube-dl to download youtube video:bash

(1) sudo apt-get install youtube-dlide

(2) run.shspa

#!/bin/bash

while read line
do
    name=`echo $line| cut -d' ' -f 1`
    echo Download from file: $name
    youtube-dl $name -i -c -o './video/%(id)s.%(ext)s' -u mv.ss.is.user@gmail.com -p mvssisuser
    
done < $1

(3) ./run.sh videolist.txtcode

相關文章
相關標籤/搜索