mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 23:57:25 +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
|
mp4 , -f m4a and -f flv are also
|
||||||
supported. You can also use the special
|
supported. You can also use the special
|
||||||
names "best", "bestvideo", "bestaudio",
|
names "best", "bestvideo", "bestaudio",
|
||||||
"worst", "worstvideo" and "worstaudio". By
|
"worst", "worstvideo" and "worstaudio".
|
||||||
default, youtube-dl will pick the best
|
Use a plus sign to mix formats: -f 22+140
|
||||||
|
By default, youtube-dl will pick the best
|
||||||
quality. Use commas to download multiple
|
quality. Use commas to download multiple
|
||||||
audio formats, such as -f
|
audio formats, such as -f
|
||||||
136/137/mp4/bestvideo,140/m4a/bestaudio
|
136/137/mp4/bestvideo,140/m4a/bestaudio
|
||||||
|
@ -125,7 +125,6 @@ from .postprocessor import (
|
|||||||
ExecAfterDownloadPP,
|
ExecAfterDownloadPP,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def _real_main(argv=None):
|
def _real_main(argv=None):
|
||||||
# Compatibility fixes for Windows
|
# Compatibility fixes for Windows
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user