mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
fixup: quoting fun
This commit is contained in:
parent
0a39d96fc6
commit
36814ddfcd
@ -77,7 +77,7 @@ def yt_dlp_postprocessor_hook(event):
|
|||||||
postprocessor_hook['status'] = PPHookStatus(*event)
|
postprocessor_hook['status'] = PPHookStatus(*event)
|
||||||
if 'started' == event['status']:
|
if 'started' == event['status']:
|
||||||
log.debug(repr(event['info_dict']))
|
log.debug(repr(event['info_dict']))
|
||||||
log.info(f'[{event['postprocessor']}] {event['status']}')
|
log.info(f'[{event["postprocessor"]}] {event["status"]}')
|
||||||
|
|
||||||
|
|
||||||
progress_hook = {
|
progress_hook = {
|
||||||
|
Loading…
Reference in New Issue
Block a user