aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2015-06-13 16:25:33 -0300
committerRogério Brito <rbrito@ime.usp.br>2015-06-13 16:25:33 -0300
commit5ea61d104de9ca8a7d19d63d83173eb7391081d2 (patch)
tree2a484268d3609ebbfe29f0f915549a05cb14c300 /README.txt
parent540fd68c40df72763aee5d75598675c45cfa9aba (diff)
downloadyoutube-dl-5ea61d104de9ca8a7d19d63d83173eb7391081d2.zip
youtube-dl-5ea61d104de9ca8a7d19d63d83173eb7391081d2.tar.gz
youtube-dl-5ea61d104de9ca8a7d19d63d83173eb7391081d2.tar.bz2
Imported Upstream version 2015.06.04.1
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 25ca371..bc4f294 100644
--- a/README.txt
+++ b/README.txt
@@ -20,12 +20,12 @@ INSTALLATION
To install it right away for all UNIX users (Linux, OS X, etc.), type:
sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl
- sudo chmod a+x /usr/local/bin/youtube-dl
+ sudo chmod a+rx /usr/local/bin/youtube-dl
If you do not have curl, you can alternatively use a recent wget:
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
- sudo chmod a+x /usr/local/bin/youtube-dl
+ sudo chmod a+rx /usr/local/bin/youtube-dl
Windows users can download a .exe file and place it in their home
directory or any other location on their PATH.
@@ -196,7 +196,7 @@ Verbosity / Simulation Options:
--no-progress Do not print progress bar
--console-title Display progress in console titlebar
-v, --verbose Print various debugging information
- --dump-pages Print downloaded pages to debug problems (very verbose)
+ --dump-pages Print downloaded pages encoded using base64 to debug problems (very verbose)
--write-pages Write downloaded intermediary pages to files in the current directory to debug problems
--print-traffic Display sent and read HTTP traffic
-C, --call-home Contact the youtube-dl server for debugging
@@ -258,7 +258,7 @@ Post-processing Options:
--embed-thumbnail Embed thumbnail in the audio as cover art
--add-metadata Write metadata to the video file
--metadata-from-title FORMAT Parse additional metadata like song title / artist from the video title. The format syntax is the same as --output, the parsed
- parameters replace existing values. Additional templates: %(album), %(artist). Example: --metadata-from-title "%(artist)s -
+ parameters replace existing values. Additional templates: %(album)s, %(artist)s. Example: --metadata-from-title "%(artist)s -
%(title)s" matches a title like "Coldplay - Paradise"
--xattrs Write metadata to the video file's xattrs (using dublin core and xdg standards)
--fixup POLICY Automatically correct known faults of the file. One of never (do nothing), warn (only emit a warning), detect_or_warn(the default;