]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md
Don't create console for subprocesses on Windows (#1261)
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 1_broken_site.md
CommitLineData
6f366ef3
S
1---
2name: Broken site support
3about: Report broken or misfunctioning site
b5ae35ee 4title: "[Broken] Website Name: A short description of the issue"
5labels: ['triage', 'extractor-bug']
c76eb41b 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:
b5ae35ee 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.
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 all URLs and arguments with special characters are properly quoted or escaped.
27- Search the bugtracker for similar issues: 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 broken site support
d9d045e2 33- [ ] I've verified that I'm running yt-dlp version **%(version)s**
6f366ef3
S
34- [ ] I've checked that all provided URLs are alive and playable in a browser
35- [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
36- [ ] I've searched the bugtracker for similar issues including closed ones
b5ae35ee 37- [ ] I've read the opening an issue section in CONTRIBUTING.md
38- [ ] I have given an appropriate title to the issue
6f366ef3
S
39
40
41## Verbose log
42
43<!--
7a5c1cfe
P
44Provide the complete verbose output of yt-dlp that clearly demonstrates the problem.
45Add the `-v` flag to your command line you run yt-dlp with (`yt-dlp -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this:
6f366ef3
S
46 [debug] System config: []
47 [debug] User config: []
bc97cdae 48 [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKc']
6f366ef3 49 [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
d9d045e2 50 [debug] yt-dlp version %(version)s
6f366ef3
S
51 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
52 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
53 [debug] Proxy map: {}
54 <more lines>
55-->
56
57```
58PASTE VERBOSE LOG HERE
c76eb41b 59
6f366ef3 60```
c76eb41b 61<!--
62Do not remove the above ```
63-->
6f366ef3
S
64
65
66## Description
67
68<!--
69Provide an explanation of your issue in an arbitrary form. Provide any additional information, suggested solution and as much context and examples as possible.
70If work on your issue requires account credentials please provide them or explain how one can obtain them.
71-->
72
73WRITE DESCRIPTION HERE