From f1763e04f219bc57a234e45666f72bc8baa3b610 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 3 Jul 2017 19:34:43 +0200 Subject: [PATCH] Don't include command line in issue template log example The command line is already output with `youtube-dl -v`, and that also automatically redacts sensitive information. (Hopefully people would be smart enough to redact that anyway, but who knows.) --- .github/ISSUE_TEMPLATE_tmpl.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE_tmpl.md b/.github/ISSUE_TEMPLATE_tmpl.md index 1d16a9edb..26f61d3b4 100644 --- a/.github/ISSUE_TEMPLATE_tmpl.md +++ b/.github/ISSUE_TEMPLATE_tmpl.md @@ -28,10 +28,9 @@ ### If the purpose of this *issue* is a *bug report*, *site support request* or you are not completely sure provide the full verbose output as follows: -Add the `-v` flag to **your command line** you run youtube-dl with, copy the **whole** output and insert it here. It should look similar to one below (replace it with **your** log inserted between triple ```): +Add the `-v` flag to **your command line** you run youtube-dl with (`youtube-dl -v `), copy the **whole** output and insert it here. It should look similar to one below (replace it with **your** log inserted between triple ```): ``` -$ youtube-dl -v [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']