mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-14 10:17:14 +08:00
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.)
This commit is contained in:
parent
02048ea8cc
commit
f1763e04f2
3
.github/ISSUE_TEMPLATE_tmpl.md
vendored
3
.github/ISSUE_TEMPLATE_tmpl.md
vendored
@ -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 <your command line>`), 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 <your command line>
|
||||
[debug] System config: []
|
||||
[debug] User config: []
|
||||
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
|
||||
|
Loading…
x
Reference in New Issue
Block a user