nilaoda / N_m3u8DL-CLI

[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
https://nilaoda.github.io/N_m3u8DL-CLI/
MIT License
14.14k stars 2.14k forks source link

这个网址无法下载 #18

Closed joshatt closed 4 years ago

joshatt commented 5 years ago

https://www8.watchmovie.io/series/the-voice-season-16-episode-8 麻烦看一下, 默认的服务器, 也就是server m1, 能观看但不能下载. 解析后是这个: https://b2slave12.kngfe.info/drive//hls/0f308e655695a44f58e080c4aecafd81/0f308e655695a44f58e080c4aecafd81.m3u8

nilaoda commented 5 years ago

添加Referer即可

N_m3u8DL-CLI "https://b2slave12.kngfe.info/drive//hls/0f308e655695a44f58e080c4aecafd81/0f308e655695a44f58e080c4aecafd81.m3u8" --headers "referer:https://vidcloud.icu/streaming.php"

image

joshatt commented 5 years ago

"https://b2slave12.kngfe.info/drive//hls/0f308e655695a44f58e080c4aecafd81/0f308e655695a44f58e080c4aecafd81.m3u8" --headers "referer:https://vidcloud.icu/streaming.php"

多谢解答, 挺管用的