注:转自hostloc社区,作者:嗷嗷
首先要安装python,youtu be-dl和ffmpeg
youtube-dl安装方法:https://www.myzhenai.com.cn/post/2968.html
Linux安装FFmpeg的方法:https://www.myzhenai.com.cn/post/1236.html
Linux和Windows下利用ffmpeg批量转换视频的方法:https://www.myzhenai.com.cn/post/3387.html
cmd="youtube-dl -i -x --audio-format mp3 --embed-thumbnail" if [ -n "$3" ] ;then $cmd --playlist-start $2 --playlist-end $3 $1 elif [ -n "$2" ] ;then $cmd --playlist-start $2 $1 elif [ -n "$1" ] ;then $cmd $1 else echo "Error: no input" fi
把它保存到文件,给权限
cat << EOF > ~/yd.sh cmd="youtube-dl -i -x --audio-format mp3 --embed-thumbnail" if [ -n "$3" ] ;then $cmd --playlist-start $2 --playlist-end $3 $1 elif [ -n "$2" ] ;then $cmd --playlist-start $2 $1 elif [ -n "$1" ] ;then $cmd $1 else echo "Error: no input" fi EOF #sed -i "s///" ~/yd.sh #这里就是去掉<xxx> chmod +x ~/yd.sh
下载单个视频是这样用的 ~/yd.sh 视频链接 下载播放列表是这样用的 ~/yd.sh 播放列表链接 指定从列表第5个视频开始下载 ~/yd.sh 播放列表链接 5 指定从列表第5个视频开始第12个视频结束下载 ~/yd.sh 播放列表链接 5 12
sicnature ---------------------------------------------------------------------
I P 地 址: 3.147.65.85
区 域 位 置: 美国
系 统 信 息:
Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普 | 海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source https://myzhenai.com.cn/post/3613.html
1 评论
youtube下载4K、8K
https://greasyfork.org/zh-CN/scripts/369400-local-youtube-downloader
https://www.freedownloadmanager.org/zh/youtube.htm
youtube-dl –proxy socks5://127.0.0.1:1080/ –ffmpeg-location PATH
本機就是127這個地址,1080是本機的SS的客戶端上用的端口號,具體看你的設置;–ffmpeg-location這裏填機器上的ffmpeg的位置;最後加一個比如油官視頻的地址URL
安装个youtubeDownloaderHD
IDM自动嗅探
youtube域名后加1s