about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-31 19:09:37 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-31 19:12:57 +0100
commit95fedbf86bd6c8820b01768db53355fe488dff5e (patch)
treee216c1a5d179dcf832cc988f3b38407009618b26 /README.md
parentb7769a05eca3611e492f7a75f1c40cddd2019ef1 (diff)
downloadyoutube-dl-95fedbf86bd6c8820b01768db53355fe488dff5e.tar.gz
youtube-dl-95fedbf86bd6c8820b01768db53355fe488dff5e.tar.xz
youtube-dl-95fedbf86bd6c8820b01768db53355fe488dff5e.zip
three small edits
* ask for a --verbose log when reporting bugs in README.md
* re-enable Escapist test, seems stable now
* check that we are not downloading multiple videos when the template is fixed (NOT a complete fix: not detecting playlists)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 993aef49e..b3cd9a38c 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,8 @@ 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"`. 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.
+* 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.
+* If possible re-run the command with `--verbose`, and include the full output, it is really helpful to us.
 * 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).