about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-27 01:45:40 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-30 19:50:33 +0100
commit4e38899e9754c0bd0655732a02388559046b004e (patch)
tree55984b494a5d134215ab415bf52da2ffe0195c1c /README.md
parentcb6ff87fbb05e421f77b57a79699c647866ceb09 (diff)
downloadyoutube-dl-4e38899e9754c0bd0655732a02388559046b004e.tar.gz
youtube-dl-4e38899e9754c0bd0655732a02388559046b004e.tar.xz
youtube-dl-4e38899e9754c0bd0655732a02388559046b004e.zip
print some version and environment info on --verbose (+ py3 fixes)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 407b27970..993aef49e 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ Bugs and suggestions should be reported at: <https://github.com/rg3/youtube-dl/i
 
 Please include:
 
-* Your exact command line, like `youtube-dl -t "http://www.youtube.com/watch?v=uHlDtZ6Oc3s&feature=channel_video_title"`. A common mistake is not to escape the `&`. Putting URLs in quotes should solve this problem.
+* Your exact command line, like `youtube-dl -t "http://www.youtube.com/watch?v=uHlDtZ6Oc3s&feature=channel_video_title"`. If possible re-run the command with `--verbose`, it is really helpful. A common mistake is not to escape the `&`. Putting URLs in quotes should solve this problem.
 * The output of `youtube-dl --version`
 * The output of `python --version`
 * The name and version of your Operating System ("Ubuntu 11.04 x64" or "Windows 7 x64" is usually enough).