给朋友的妹妹写的一个脚本,用于批量下载央视某个频道的视频,比方说下面这个频道。
https://tv.cctv.com/lm/gzsbqlx/index.shtml
坦白来说我是从来没有见过这么奇怪的需求, 怎么会有人把 CCTV 当成 CCAV 看。
用 Docker 部署。
docker run --rm -v ./data:/data ghcr.io/by-justin/cctvdownloader --help
# or use the following command to make it automatically restart on falilure
# docker run --restart on-failure:99 -d ./data:/data ghcr.io/by-justin/cctvdownloader
因为某些奇怪的原因, 国内访问会 403,要代理 hls.cntv.cdn20.com
。在 clash 里面添加
DOMAIN-SUFFIX, hls.cntv.cdn20.com, PROXY
Enjoy!