From: Philipp Hagemeister Date: Fri, 9 Sep 2011 06:47:00 +0000 (+0200) Subject: README: More bug filing instructions X-Git-Url: http://git.jankratochvil.net/?p=youtube-dl.git;a=commitdiff_plain;h=e133e1213f3242bec6c3139f43c686bc84d71bfa README: More bug filing instructions --- diff --git a/README.md b/README.md index af03fc0..f292e85 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,12 @@ originally written by Daniel Bolton () and is likewise released into the public domain. ## BUGS + Bugs and suggestions should be reported at: + +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).