最近在看一部美国上将麦克阿瑟推荐的动漫,但是呢在线看总卡顿,俺就尝试把视频下载下来看,想着即不卡顿也没有广告,爽哉。
找到网站播放的m3u8视频流F12,其中url有明显规律,简单一段bash即可下载。
for index in {10..1000}
do
echo "Processing episode $index"
# URL construction
url="https://s3.fakevideo.com/video/huoyingrenzhe/%E7%AC%AC${index}%E9%9B%86/index.m3u8"
# Output file path
output_file="${index}.mp4"
# Download