]> jfr.im git - yt-dlp.git/blob - .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.yml
88b1f1217e7b2764403782dbebbbd708c33577cb
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 3_site_feature_request.yml
1 name: Site feature request
2 description: Request a new functionality for a supported site
3 labels: [triage, site-enhancement]
4 body:
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
14 - label: I've verified that I'm running yt-dlp version **%(version)s**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
15 required: true
16 - label: I've checked that all provided URLs are alive and playable in a browser
17 required: true
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"
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
35 placeholder: |
36 https://www.youtube.com/watch?v=BaW_jenozKc
37 validations:
38 required: true
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
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.
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.
57 It should look similar to this:
58 placeholder: |
59 [debug] Command-line config: ['-vU', 'http://www.youtube.com/watch?v=BaW_jenozKc']
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
63 [debug] yt-dlp version %(version)s (exe)
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: {}
68 yt-dlp is up to date (%(version)s)
69 <more lines>
70 render: shell
71 validations:
72 required: true