diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-20 04:27:07 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-21 13:27:44 +0530 |
commit | fc5fa964c7ca1ee548ee3b8f1e559aac24d3d45f (patch) | |
tree | 67190c823c37b20b4d73c03f0d315fcef6a6e057 /.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml | |
parent | e0ddbd02bd1c365b95bb88eaa6e4e0238faf35eb (diff) | |
download | hypervideo-pre-fc5fa964c7ca1ee548ee3b8f1e559aac24d3d45f.tar.lz hypervideo-pre-fc5fa964c7ca1ee548ee3b8f1e559aac24d3d45f.tar.xz hypervideo-pre-fc5fa964c7ca1ee548ee3b8f1e559aac24d3d45f.zip |
[docs] Improvements
Diffstat (limited to '.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml index d06b072aa..03a6ba551 100644 --- a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml +++ b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml @@ -38,10 +38,10 @@ body: label: Verbose log description: | Provide the complete verbose output of yt-dlp **that clearly demonstrates the problem**. - Add the `-Uv` flag to **your** command line you run yt-dlp with (`yt-dlp -Uv <your command line>`), copy the WHOLE output and insert it below. + Add the `-vU` flag to **your** command line you run yt-dlp with (`yt-dlp -vU <your command line>`), copy the WHOLE output and insert it below. It should look similar to this: placeholder: | - [debug] Command-line config: ['-Uv', 'http://www.youtube.com/watch?v=BaW_jenozKc'] + [debug] Command-line config: ['-vU', 'http://www.youtube.com/watch?v=BaW_jenozKc'] [debug] Portable config file: yt-dlp.conf [debug] Portable config: ['-i'] [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252 |