parent
cf4f42cb97
commit
592b748582
4 changed files with 8 additions and 17 deletions
|
|
@ -22,7 +22,7 @@ class YoutubeLiveChatFD(FragmentFD):
|
|||
def real_download(self, filename, info_dict):
|
||||
video_id = info_dict['video_id']
|
||||
self.to_screen('[%s] Downloading live chat' % self.FD_NAME)
|
||||
if not self.params.get('skip_download'):
|
||||
if not self.params.get('skip_download') and info_dict['protocol'] == 'youtube_live_chat':
|
||||
self.report_warning('Live chat download runs until the livestream ends. '
|
||||
'If you wish to download the video simultaneously, run a separate yt-dlp instance')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue