]> jfr.im git - yt-dlp.git/blob - .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.md
Don't create console for subprocesses on Windows (#1261)
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 2_site_support_request.md
1 ---
2 name: Site support request
3 about: Request support for a new site
4 title: "[Site Request] Website Name"
5 labels: ['triage', 'site-request']
6 assignees: ''
7
8 ---
9
10 <!--
11
12 ######################################################################
13 WARNING!
14 IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
15 ######################################################################
16
17 -->
18
19
20 ## Checklist
21
22 <!--
23 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
24 - First of, make sure you are using the latest version of yt-dlp. Run `yt-dlp --version` and ensure your version is %(version)s. If it's not, see https://github.com/yt-dlp/yt-dlp#update on how to update. Issues with outdated version will be REJECTED.
25 - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
26 - Make sure that site you are requesting is not dedicated to copyright infringement. yt-dlp does not support such sites. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
27 - Search the bugtracker for similar site support requests: https://github.com/yt-dlp/yt-dlp/issues. DO NOT post duplicates.
28 - Read "opening an issue" section in CONTRIBUTING.md: https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue
29 - Finally, confirm all RELEVANT tasks from the following by putting x into all the boxes like this [x] (Dont forget to delete the empty space)
30 -->
31
32 - [ ] I'm reporting a new site support request
33 - [ ] I've verified that I'm running yt-dlp version **%(version)s**
34 - [ ] I've checked that all provided URLs are alive and playable in a browser
35 - [ ] I've checked that none of provided URLs violate any copyrights
36 - [ ] The provided URLs do not contain any DRM to the best of my knowledge
37 - [ ] I've searched the bugtracker for similar site support requests including closed ones
38 - [ ] I've read the opening an issue section in CONTRIBUTING.md
39 - [ ] I have given an appropriate title to the issue
40
41
42 ## Example URLs
43
44 <!--
45 Provide all kinds of example URLs support for which should be included. Replace following example URLs by yours.
46 -->
47
48 - Single video: https://www.youtube.com/watch?v=BaW_jenozKc
49 - Single video: https://youtu.be/BaW_jenozKc
50 - Playlist: https://www.youtube.com/playlist?list=PL4lCao7KL_QFVb7Iudeipvc2BCavECqzc
51
52
53 ## Description
54
55 <!--
56 Provide any additional information.
57 If work on your issue requires account credentials please provide them or explain how one can obtain them.
58 -->
59
60 WRITE DESCRIPTION HERE