yt-dlp视频下载
pip install yt-dlpyt-dlp --skip-unavailable-fragments --no-check-certificate --sleep-interval 3 --no-part --no-cache-dir --geo-bypass --no-playlist --no-call-home --hls-prefer-native --hls-use-mpegts --user-agent "Mozilla/5.0 (iPad; CPU OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MQBHD/6.9.1 Safari/537.22" --fixup detect_or_warn' "https://xxxxxxx.com"
# 设置ua,禁止缓存,忽略证书等等,参数比较多,更具需要设置即可。alias you='youtube-dl --skip-unavailable-fragments --no-check-certificate --sleep-interval 3 --no-part --no-cache-dir --geo-bypass --no-playlist --no-call-home --hls-prefer-native --hls-use-mpegts --user-agent "Mozilla/5.0 (iPad; CPU OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MQBHD/6.9.1 Safari/537.22" --fixup detect_or_warn'
# 可以添加到.bashrc或者.zshrc最后更新于