]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE/3_site_feature_request.yml
[version] update
[yt-dlp.git] / .github / ISSUE_TEMPLATE / 3_site_feature_request.yml
CommitLineData
27f817a8 1name: Site feature request
87e04996 2description: Request a new functionality for a supported site
27f817a8
AG
3labels: [triage, site-enhancement]
4body:
5 - type: checkboxes
6 id: checklist
7 attributes:
8 label: Checklist
9 description: |
10 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
11 options:
12 - label: I'm reporting a site feature request
13 required: true
1eae7f94 14 - label: I've verified that I'm running yt-dlp version **2022.03.08**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
27f817a8 15 required: true
49a57e70 16 - label: I've checked that all provided URLs are alive and playable in a browser
17 required: true
27f817a8
AG
18 - label: I've searched the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues including closed ones. DO NOT post duplicates
19 required: true
20 - label: I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
21 required: true
22 - label: I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
23 - type: input
24 id: region
25 attributes:
26 label: Region
27 description: "Enter the region the site is accessible from"
28 placeholder: "India"
49a57e70 29 - type: textarea
30 id: example-urls
31 attributes:
32 label: Example URLs
33 description: |
34 Example URLs that can be used to demonstrate the requested feature
144a3588 35 placeholder: |
49a57e70 36 https://www.youtube.com/watch?v=BaW_jenozKc
37 validations:
38 required: true
27f817a8
AG
39 - type: textarea
40 id: description
41 attributes:
42 label: Description
43 description: |
44 Provide an explanation of your site feature request in an arbitrary form.
45 Please make sure the description is worded well enough to be understood, see [is-the-description-of-the-issue-itself-sufficient](https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient).
46 Provide any additional information, any suggested solutions, and as much context and examples as possible
47 placeholder: WRITE DESCRIPTION HERE
48 validations:
49 required: true
87e04996 50 - type: textarea
51 id: log
52 attributes:
53 label: Verbose log
54 description: |
55 Provide the complete verbose output of yt-dlp that demonstrates the need for the enhancement.
fc5fa964 56 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.
87e04996 57 It should look similar to this:
58 placeholder: |
fc5fa964 59 [debug] Command-line config: ['-vU', 'http://www.youtube.com/watch?v=BaW_jenozKc']
87e04996 60 [debug] Portable config file: yt-dlp.conf
61 [debug] Portable config: ['-i']
62 [debug] Encodings: locale cp1252, fs utf-8, stdout utf-8, stderr utf-8, pref cp1252
1eae7f94 63 [debug] yt-dlp version 2022.03.08 (exe)
87e04996 64 [debug] Python version 3.8.8 (CPython 64bit) - Windows-10-10.0.19041-SP0
65 [debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1
66 [debug] Optional libraries: Cryptodome, keyring, mutagen, sqlite, websockets
67 [debug] Proxy map: {}
1eae7f94 68 yt-dlp is up to date (2022.03.08)
87e04996 69 <more lines>
70 render: shell
71 validations:
72 required: true