acgtools / hanime-hunter

A CLI app to download HAnime. 用于下载里番的 CLI 工具
GNU General Public License v3.0
140 stars 12 forks source link

[BUG] The last file sometimes ends with `octet-stream` not `mp4` during series batch downloading #26

Closed Kirrito-k423 closed 8 months ago

Kirrito-k423 commented 9 months ago

描述出现的问题

如图,系列下载时。假如最新的文件是最近发布,有时该文件会以octet-stream结尾

截图 (可选)

image

运行环境

如上图

Kirrito-k423 commented 9 months ago

好像这个问题,我现在没遇到了。一开始遇到蛮多

Kirrito-k423 commented 8 months ago

还是会出现,触发情况不是很清楚。有是有有时没有。我出现这种情况的代码 hani.exe dl -s https://hanime1.me/watch?v=6826

dreamjz commented 8 months ago

Thank you for your report.

网站有的文件 Content-Type 给的 application/octet-stream,有的是 video/mp4 , 实际上二进制内容没问题,我改下文件扩展为 mp4 就行。