mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 19:15:35 +08:00
Give the URL of failed m3u8 downloads
This commit is contained in:
parent
c725333d41
commit
cb1f984799
@ -1188,7 +1188,7 @@ class InfoExtractor(object):
|
||||
res = self._download_webpage_handle(
|
||||
m3u8_url, video_id,
|
||||
note=note or 'Downloading m3u8 information',
|
||||
errnote=errnote or 'Failed to download m3u8 information',
|
||||
errnote=errnote or 'Failed to download m3u8 information: %s' % m3u8_url,
|
||||
fatal=fatal)
|
||||
if res is False:
|
||||
return []
|
||||
|
Loading…
Reference in New Issue
Block a user