mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 09:10:09 +01:00
parent
8a82af3511
commit
829bbd1d05
@ -3414,6 +3414,13 @@ def feed_entry(name):
|
|||||||
or get_first(microformats, 'lengthSeconds')
|
or get_first(microformats, 'lengthSeconds')
|
||||||
or parse_duration(search_meta('duration'))) or None
|
or parse_duration(search_meta('duration'))) or None
|
||||||
|
|
||||||
|
if get_first(video_details, 'isPostLiveDvr'):
|
||||||
|
self.write_debug('Video is in Post-Live Manifestless mode')
|
||||||
|
if duration or 0 > 4 * 3600:
|
||||||
|
self.report_warning(
|
||||||
|
'The livestream has not finished processing. Only 4 hours of the video can be currently downloaded. '
|
||||||
|
'This is a known issue and patches are welcome')
|
||||||
|
|
||||||
live_broadcast_details, is_live, streaming_data, formats = self._list_formats(
|
live_broadcast_details, is_live, streaming_data, formats = self._list_formats(
|
||||||
video_id, microformats, video_details, player_responses, player_url, duration)
|
video_id, microformats, video_details, player_responses, player_url, duration)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user