diff options
author | pukkandan <pukkandan@gmail.com> | 2021-02-18 00:39:38 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-02-18 01:06:40 +0530 |
commit | c2934512c29e300e7a525c339751c9a8bde65e1b (patch) | |
tree | 2613aaee9435252418f2233ee4846ac04accd284 /README.md | |
parent | 55e36f035cff0b7b75118930bb7bd03a75ffd534 (diff) | |
download | hypervideo-pre-c2934512c29e300e7a525c339751c9a8bde65e1b.tar.lz hypervideo-pre-c2934512c29e300e7a525c339751c9a8bde65e1b.tar.xz hypervideo-pre-c2934512c29e300e7a525c339751c9a8bde65e1b.zip |
Option `--windows-filenames` to force use of windows compatible filenames
* Also changed `--trim-file-name` to `--trim-filenames` to be similar to related options
Related: https://web.archive.org/web/20210217190806/https://old.reddit.com/r/youtubedl/comments/llc4o5/do_you_guys_also_have_this_error
:ci skip dl
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -361,6 +361,12 @@ Then simply type this filenames --no-restrict-filenames Allow Unicode characters, "&" and spaces in filenames (default) + --windows-filenames Force filenames to be windows compatible + --no-windows-filenames Make filenames windows compatible only if + using windows (default) + --trim-filenames LENGTH Limit the filename length (excluding + extension) to the specified number of + characters -w, --no-overwrites Do not overwrite any files --force-overwrites Overwrite all video and metadata files. This option includes --no-continue @@ -411,8 +417,6 @@ Then simply type this may change --no-cache-dir Disable filesystem caching --rm-cache-dir Delete all filesystem cache files - --trim-file-name LENGTH Limit the filename length (extension - excluded) ## Thumbnail Images: --write-thumbnail Write thumbnail image to disk |