diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-02-28 23:31:02 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-02-28 23:51:06 +0530 |
commit | 5b28cef72db3b531680d89c121631c73ae05354f (patch) | |
tree | fe970f6338038a847ed90a01d1501c5561e6886d /devscripts/make_issue_template.py | |
parent | 31e183557fcd1b937582f9429f29207c1261f501 (diff) | |
download | hypervideo-pre-5b28cef72db3b531680d89c121631c73ae05354f.tar.lz hypervideo-pre-5b28cef72db3b531680d89c121631c73ae05354f.tar.xz hypervideo-pre-5b28cef72db3b531680d89c121631c73ae05354f.zip |
[cleanup] Misc
Diffstat (limited to 'devscripts/make_issue_template.py')
-rw-r--r-- | devscripts/make_issue_template.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devscripts/make_issue_template.py b/devscripts/make_issue_template.py index 1ee00f2b8..39b95c8da 100644 --- a/devscripts/make_issue_template.py +++ b/devscripts/make_issue_template.py @@ -24,6 +24,8 @@ VERBOSE_TMPL = ''' options: - label: Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`) required: true + - label: "If using API, add `'verbose': True` to `YoutubeDL` params instead" + required: false - label: Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below required: true - type: textarea |