1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 18:50:27 +08:00

Add format mixing info.

This commit is contained in:
Ryan Jacobs 2014-09-03 16:10:49 -07:00
parent d838b1bd4a
commit 00447175b9
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -125,7 +125,6 @@ from .postprocessor import (
ExecAfterDownloadPP,
)
def _real_main(argv=None):
# Compatibility fixes for Windows
if sys.platform == 'win32':