Merge remote-tracking branch 'knagano/master'
[youtube-dl.git] / README.md
index af03fc0..345a0b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ The URLs youtube-dl outputs require the downloader to have the correct cookies.
 
 ### ERROR: no fmt_url_map or conn information found in video info
 
-youtube has switched to a new video info format in July 2011 which is not supported by old versions of youtube-dl. You can update youtube-dl with `sudo youtube-dl -U`.
+youtube has switched to a new video info format in July 2011 which is not supported by old versions of youtube-dl. You can update youtube-dl with `sudo youtube-dl --update`.
 
 ## COPYRIGHT
 **youtube-dl**: Copyright © 2006-2011 Ricardo Garcia Gonzalez. The program is
@@ -91,4 +91,12 @@ originally written by Daniel Bolton (<https://github.com/dbbolton>) and is
 likewise released into the public domain.
 
 ## BUGS
+
 Bugs and suggestions should be reported at: <https://github.com/phihag/youtube-dl/issues>
+
+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.
+* 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).