mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 13:12:52 +08:00
Add files via upload
This commit is contained in:
parent
71f59dc6e0
commit
2b9a77c9bc
@ -252,6 +252,14 @@ def _real_main(argv=None):
|
|||||||
'key': 'MetadataFromTitle',
|
'key': 'MetadataFromTitle',
|
||||||
'titleformat': opts.metafromtitle
|
'titleformat': opts.metafromtitle
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if opts.metafromuser:
|
||||||
|
postprocessors.append({
|
||||||
|
'key': 'MetadataFromUser',
|
||||||
|
'metadata': opts.metafromuser
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
if opts.extractaudio:
|
if opts.extractaudio:
|
||||||
postprocessors.append({
|
postprocessors.append({
|
||||||
'key': 'FFmpegExtractAudio',
|
'key': 'FFmpegExtractAudio',
|
||||||
|
Loading…
Reference in New Issue
Block a user