2

西瓜视频下载的那些事儿

 2 years ago
source link: https://www.80shihua.com/archives/2795
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

西瓜视频下载的那些事儿

作者: dreamfly 分类: javascript 发布时间: 2022-04-16 10:04

西瓜视频正在茁壮成长,已经快有赶超b站的势头了。作为一个自媒体平台,每天都会有大量的视频产生,可以说它应该是对标国外的youtube视频。

西瓜视频默认没有提供下载的功能,不过,我们可以通过一些技术手段来进行视频的下载。

window.atob函数方法用于解码使用 base-64 编码的字符串。编码函数数btoa。

分析网页源码,获取到视频的信息

window._SSR_HYDRATED_DATA.anyVideo.gidInformation.packerData.video.videoResource

获取视频下载链接

只要打开浏览器控制台,输入下面的代码就能获取到视频下载链接。

window.atob(window._SSR_HYDRATED_DATA.anyVideo.gidInformation.packerData.video.videoResource.dash_120fps.dynamic_video.dynamic_video_list.pop().main_url);

音频下载链接

window.atob(window._SSR_HYDRATED_DATA.anyVideo.gidInformation.packerData.video.videoResource.dash_120fps.dynamic_video.dynamic_audio_list.pop().main_url);

通过合并音频和视频,我们就能得到最后想要的视频了

如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!

发表评论 取消回复

您的电子邮箱地址不会被公开。 必填项已用*标注


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK