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

无法使用N_m3u8DL-RE 录制直播视频 #528

Open
hqhuopili opened this issue Oct 21, 2024 · 3 comments
Open

无法使用N_m3u8DL-RE 录制直播视频 #528

hqhuopili opened this issue Oct 21, 2024 · 3 comments

Comments

@hqhuopili
Copy link

扩展版本号 extension version

2.5.5

浏览器

其他基于 Chromium 的浏览器

浏览器版本号

Brave 已是最新版本 版本 1.71.114 Chromium: 130.0.6723.58(正式版本) (64 位)

涉及网址

https://www.twitch.tv/rainbow6

请详细描述问题

"${url}" --save-dir "%USERPROFILE%\Downloads\m3u8dl" --save-name "${title}_${now}" ${referer|exists:'-H "Referer:*"'} --del-after-done --no-log
点击下载调取N_m3u8DL-RE,之后提示不是真确的链接,就闪退了
Snipaste_2024-10-21_08-55-15
有大手子可以教下如何操作吗?谢谢

@corbamico
Copy link

corbamico commented Oct 21, 2024

debug popup.js发现,好像是新版本edge/chrome(v130) ,对第一部分url固定eat “:”,
调整“https:” 为转义字符“https%3A”
修改为如下参数,N_m3u8DL-RE 下载正常:

==
Microsoft Edge
版本 130.0.2849.46 (正式版本) (64 位)

使用如下N_m3u8DL-RE 参数配置,测试 OK

"${url|replace:"https:","https%3A"}" --save-dir "%USERPROFILE%\Downloads\m3u8dl" --save-name "${title}_${now}" ${referer|exists:'-H "Referer:*"'} --del-after-done --no-log

==
@xifangczy , 建议针对v130调整readme 文档 or 代码兼容

@cloudusa
Copy link

debug popup.js发现,好像是新版本edge/chrome(v130) ,对第一部分url固定eat “:”, 调整“https:” 为转义字符“https%3A” 修改为如下参数,N_m3u8DL-RE 下载正常:

== Microsoft Edge 版本 130.0.2849.46 (正式版本) (64 位)

使用如下N_m3u8DL-RE 参数配置,测试 OK

"${url|replace:"https:","https%3A"}" --save-dir "%USERPROFILE%\Downloads\m3u8dl" --save-name "${title}_${now}" ${referer|exists:'-H "Referer:*"'} --del-after-done --no-log

== @xifangczy , 建议针对v130调整readme 文档 or 代码兼容

实测可用,感谢您提供解决方案 @xifangczy 也希望开发者大大能抽空调整下文档

@xifangczy
Copy link
Owner

xifangczy commented Oct 22, 2024

https://docs.google.com/document/u/0/d/1LjxHl32fE4tCKugrK_PIso7mfXQVEeoD1wSnX2y0ZU8/mobilebasic?resourcekey=0-d1gP4X2sG7GPl9mlTeptIA&_immersive_translate_auto_translate=1

chrome 130版本确实做了一些调整。

目前已经按照规范要求修复了问题 等待下个版本更新

期间可以按照 @corbamico 的方式 修复运行。

也可以开启 调用程序 写入你的参数,但注意按照规范 m3u8dl:// 不能有//

示例:
m3u8dl:"${url}" --save-dir "%USERPROFILE%\Downloads" --del-after-done --save-name "${title}_${now}" --auto-select ${referer|exists:'-H "Referer: *"'}

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

4 participants