1
0
Fork 0

Show name of downloader in verbose log

Closes #3703
This commit is contained in:
pukkandan 2022-05-11 06:36:29 +05:30
commit 3a408f9d19
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
7 changed files with 5 additions and 11 deletions

View file

@ -10,8 +10,6 @@ from ..utils import RegexNotFoundError, dict_get, int_or_none, try_get
class YoutubeLiveChatFD(FragmentFD):
""" Downloads YouTube live chats fragment by fragment """
FD_NAME = 'youtube_live_chat'
def real_download(self, filename, info_dict):
video_id = info_dict['video_id']
self.to_screen('[%s] Downloading live chat' % self.FD_NAME)