alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
784 stars 66 forks source link

Chrome, youtube4kdownloader plugin, Aria2-Explorer download youtube video interception failed #159

Closed bill-2021 closed 9 months ago

bill-2021 commented 9 months ago

Describe the bug Chrome, youtube4kdownloader plugin, Aria2-Explorer download youtube video interception failed, set a white list*, can intercept, but the parsing is incorrect

Expected behavior How to explain this?

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

描述错误 Chrome,youtube4kdownloader插件,Aria2-Explorer下载youtube视频拦截失败,设置白名单*,可以拦截,但解析不正确

预期行为 如何解决这一问题?

截图 请看截图。

桌面(请填写以下信息):

其他上下文 在此处添加有关该问题的任何其他上下文。

微信图片_20231004125411

微信图片_20231004130256

alexhua commented 9 months ago

看了一下,下载的时候网站没有提供文件大小信息,所以不用白名单拦截不下来。 这种downloader8.php结尾的URL用的是HTTP POST方法,请求下载的时候会向服务器发送一些数据,Aria2不支持,所以只能通过浏览器下载。