We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如有一些直播流的视频链接,不存在长度标记,但可以下载。如果把下载的文件改成对应视频文件是可以打开的. 以下截图是谷歌浏览器下载和fiddler抓包。直播链接只在直播时有效,所以无法提供实时的下载链接
The text was updated successfully, but these errors were encountered:
@yinghualuowu 这不支持分段下载哦,直接下就好
Sorry, something went wrong.
dotnetCampus.FileDownloader/src/dotnetCampus.FileDownloader/SegmentFileDownloader.cs
Line 215 in dca9c34
dotnetCampus.FileDownloader
if (contentLength <= 0)
@yinghualuowu 这时不太合适用这个库哦,现在这个库只有分段下载的功能,还在逐步加上
No branches or pull requests
比如有一些直播流的视频链接,不存在长度标记,但可以下载。如果把下载的文件改成对应视频文件是可以打开的.
以下截图是谷歌浏览器下载和fiddler抓包。直播链接只在直播时有效,所以无法提供实时的下载链接
The text was updated successfully, but these errors were encountered: