Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

此网站无法捕获 m3u8 #338

Open
775405984 opened this issue Apr 17, 2024 · 1 comment
Open

此网站无法捕获 m3u8 #338

775405984 opened this issue Apr 17, 2024 · 1 comment

Comments

@775405984
Copy link

扩展版本号 extension version

v2.5.1

浏览器

Google Chrome

浏览器版本号

v118.0.5993.159

涉及网址

https://websurg.com/en/doi/vd01en7112/

请详细描述问题

只能捕获一大堆加密了的mp4文件。
image
Video DownloadHelper 倒是可以捕获一个没有声音的视频m3u8,N_m3u8DL-CLI 可以下载。
image
PotPlayer也可以播放,就是没有音频。
image

@xifangczy
Copy link
Owner

xifangczy commented Apr 17, 2024

感谢提交

网站确实没有提供 m3u8 文件,但会提供一个master.json文件 应该是vimeo的自有格式?
在设置 添加一条正则 https://[0-9a-z]*-adaptive.akamaized.net/.*master\.json 可以得到它。

通过对url更改后缀得到对应的不同格式
例如 master.json 更改为 master.m3u8 获得m3u8文件。。

Video DownloadHelper 应该是对url进行了自动替换。

猫抓不会针对某一个网站提供自动替换等操作,但会尝试强化正则匹配或者添加其他功能达到这个目的。

暂时使用缓存捕捉获取视频吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants