mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 18:07:29 +08:00
Add format mixing info.
This commit is contained in:
parent
d838b1bd4a
commit
00447175b9
@ -231,8 +231,9 @@ which means you can modify it, redistribute it or use it however you like.
|
||||
mp4 , -f m4a and -f flv are also
|
||||
supported. You can also use the special
|
||||
names "best", "bestvideo", "bestaudio",
|
||||
"worst", "worstvideo" and "worstaudio". By
|
||||
default, youtube-dl will pick the best
|
||||
"worst", "worstvideo" and "worstaudio".
|
||||
Use a plus sign to mix formats: -f 22+140
|
||||
By default, youtube-dl will pick the best
|
||||
quality. Use commas to download multiple
|
||||
audio formats, such as -f
|
||||
136/137/mp4/bestvideo,140/m4a/bestaudio
|
||||
|
@ -125,7 +125,6 @@ from .postprocessor import (
|
||||
ExecAfterDownloadPP,
|
||||
)
|
||||
|
||||
|
||||
def _real_main(argv=None):
|
||||
# Compatibility fixes for Windows
|
||||
if sys.platform == 'win32':
|
||||
|
Loading…
x
Reference in New Issue
Block a user