2021-10-21 11:56:36 +02:00
name : Ask question
description : Ask yt-dlp related question
labels : [ question]
body :
2022-08-08 21:38:47 +02:00
%(no_skip)s
2022-06-30 00:36:27 +02:00
- type : markdown
attributes :
value : |
### Make sure you are **only** asking a question and not reporting a bug or requesting a feature.
If your question contains "isn't working" or "can you add", this is most likely the wrong template.
2022-08-08 21:38:47 +02:00
If you are in doubt whether this is the right template, **USE ANOTHER TEMPLATE**!
2021-10-21 11:56:36 +02:00
- type : checkboxes
id : checklist
attributes :
label : Checklist
description : |
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp :
options :
2022-06-03 17:59:03 +02:00
- label : I'm asking a question and **not** reporting a bug or requesting a feature
2021-10-21 11:56:36 +02:00
required : true
2021-10-22 22:37:20 +02:00
- label : I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
2021-10-21 11:56:36 +02:00
required : true
2022-06-20 07:18:29 +02:00
- label : I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
required : true
2023-02-17 13:22:22 +01:00
- label : I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar questions **including closed ones**. DO NOT post duplicates
2021-10-21 11:56:36 +02:00
required : true
2022-06-03 17:59:03 +02:00
- label : I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
2021-10-21 11:56:36 +02:00
required : true
- type : textarea
id : question
attributes :
2022-06-30 00:36:27 +02:00
label : Please make sure the question is worded well enough to be understood
2022-07-08 21:37:47 +02:00
description : See [is-the-description-of-the-issue-itself-sufficient](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#is-the-description-of-the-issue-itself-sufficient)
2022-06-30 00:36:27 +02:00
placeholder : Provide any additional information and as much context and examples as possible
2021-10-21 11:56:36 +02:00
validations :
required : true
2022-06-30 00:36:27 +02:00
%(verbose_optional)s