mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Update youtube.py
This commit is contained in:
parent
3f283e5e2e
commit
9b27d94d06
@ -157,7 +157,7 @@ def get_media_info(url, days=None):
|
||||
paths.update({
|
||||
'temp': str(temp_dir_path),
|
||||
})
|
||||
postprocessors = opts.get('postprocessors', default_opts.get('postprocessors', list()))
|
||||
postprocessors = opts.get('postprocessors', default_opts.__dict__.get('postprocessors', list()))
|
||||
postprocessors.extend((dict(
|
||||
key='Exec',
|
||||
when='playlist',
|
||||
|
Loading…
Reference in New Issue
Block a user