]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE/2_site_support_request.md
Don't create console for subprocesses on Windows (#1261)
[yt-dlp.git] / .github / ISSUE_TEMPLATE / 2_site_support_request.md
CommitLineData
6f366ef3
S
1---
2name: Site support request
3about: Request support for a new site
b5ae35ee 4title: "[Site Request] Website Name"
5labels: ['triage', 'site-request']
53d50142
TOH
6assignees: ''
7
6f366ef3
S
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<!--
7a5c1cfe 23Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
8063de51 24- First of, make sure you are using the latest version of yt-dlp. Run `yt-dlp --version` and ensure your version is 2021.10.10. If it's not, see https://github.com/yt-dlp/yt-dlp#update on how to update. Issues with outdated version will be REJECTED.
6f366ef3 25- Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
b5ae35ee 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)
6f366ef3
S
30-->
31
32- [ ] I'm reporting a new site support request
8063de51 33- [ ] I've verified that I'm running yt-dlp version **2021.10.10**
6f366ef3
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
ade6dc5e 36- [ ] The provided URLs do not contain any DRM to the best of my knowledge
6f366ef3 37- [ ] I've searched the bugtracker for similar site support requests including closed ones
b5ae35ee 38- [ ] I've read the opening an issue section in CONTRIBUTING.md
39- [ ] I have given an appropriate title to the issue
6f366ef3
S
40
41
42## Example URLs
43
44<!--
45Provide 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<!--
56Provide any additional information.
57If work on your issue requires account credentials please provide them or explain how one can obtain them.
58-->
59
60WRITE DESCRIPTION HERE