mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
release 2015.02.02.1
This commit is contained in:
parent
cc9ca3ba6e
commit
869b4aeff4
10
README.md
10
README.md
@ -368,11 +368,11 @@ ## Post-processing Options:
|
|||||||
--add-metadata write metadata to the video file
|
--add-metadata write metadata to the video file
|
||||||
--xattrs write metadata to the video file's xattrs
|
--xattrs write metadata to the video file's xattrs
|
||||||
(using dublin core and xdg standards)
|
(using dublin core and xdg standards)
|
||||||
--fixup POLICY (experimental) Automatically correct known
|
--fixup POLICY Automatically correct known faults of the
|
||||||
faults of the file. One of never (do
|
file. One of never (do nothing), warn (only
|
||||||
nothing), warn (only emit a warning),
|
emit a warning), detect_or_warn(the
|
||||||
detect_or_warn(check whether we can do
|
default; fix file if we can, warn
|
||||||
anything about it, warn otherwise
|
otherwise)
|
||||||
--prefer-avconv Prefer avconv over ffmpeg for running the
|
--prefer-avconv Prefer avconv over ffmpeg for running the
|
||||||
postprocessors (default)
|
postprocessors (default)
|
||||||
--prefer-ffmpeg Prefer ffmpeg over avconv for running the
|
--prefer-ffmpeg Prefer ffmpeg over avconv for running the
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2015.02.02'
|
__version__ = '2015.02.02.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user