1
0
Fork 0

[downloader/fragment] HLS download can continue without first fragment

Closes #5274
This commit is contained in:
pukkandan 2022-10-18 18:33:00 +05:30
commit 814bba3933
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
6 changed files with 30 additions and 34 deletions

View file

@ -186,5 +186,4 @@ body > figure > img {
ctx['dest_stream'].write(
b'--%b--\r\n\r\n' % frag_boundary.encode('us-ascii'))
self._finish_frag_download(ctx, info_dict)
return True
return self._finish_frag_download(ctx, info_dict)