X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=README.md;h=45cfbec5a8148eb10b600ed2d642a45e58c0b553;hb=ecfef3e5bf1bea8a9881b950b4239a0e1b09d10e;hp=cde1d1485d6ef6e37c88c296f58abfbe357b3659;hpb=a17c95f5e43284dda42ee0dd4002c618de2ea044;p=youtube-dl.git diff --git a/README.md b/README.md index cde1d1485..45cfbec5a 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,13 @@ which means you can modify it, redistribute it or use it however you like. empty string (--proxy "") for direct connection --no-check-certificate Suppress HTTPS certificate validation. --cache-dir DIR Location in the filesystem where youtube-dl can - store downloaded information permanently. By + store some downloaded information permanently. By default $XDG_CACHE_HOME/youtube-dl or ~/.cache - /youtube-dl . + /youtube-dl . At the moment, only YouTube player + files (for videos with obfuscated signatures) are + cached, but that may change. --no-cache-dir Disable filesystem caching + --socket-timeout None Time to wait before giving up, in seconds --bidi-workaround Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH @@ -190,7 +193,9 @@ which means you can modify it, redistribute it or use it however you like. processed files are overwritten by default --embed-subs embed subtitles in the video (only for mp4 videos) - --add-metadata add metadata to the files + --add-metadata write metadata to the video file + --xattrs write metadata to the video file's xattrs (using + dublin core and xdg standards) # CONFIGURATION