]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE/1_broken_site.md
release 2020.05.29
[yt-dlp.git] / .github / ISSUE_TEMPLATE / 1_broken_site.md
CommitLineData
6f366ef3
S
1---
2name: Broken site support
3about: Report broken or misfunctioning site
4title: ''
5---
6
7<!--
8
9######################################################################
10 WARNING!
11 IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
12######################################################################
13
14-->
15
16
17## Checklist
18
19<!--
20Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
228c1d68 21- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2020.05.29. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
6f366ef3
S
22- Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
23- Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape.
24- Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates.
25- Finally, put x into all relevant boxes (like this [x])
26-->
27
28- [ ] I'm reporting a broken site support
228c1d68 29- [ ] I've verified that I'm running youtube-dl version **2020.05.29**
6f366ef3
S
30- [ ] I've checked that all provided URLs are alive and playable in a browser
31- [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
32- [ ] I've searched the bugtracker for similar issues including closed ones
33
34
35## Verbose log
36
37<!--
38Provide the complete verbose output of youtube-dl that clearly demonstrates the problem.
39Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this:
40 [debug] System config: []
41 [debug] User config: []
42 [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
43 [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
228c1d68 44 [debug] youtube-dl version 2020.05.29
6f366ef3
S
45 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
46 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
47 [debug] Proxy map: {}
48 <more lines>
49-->
50
51```
52PASTE VERBOSE LOG HERE
53```
54
55
56## Description
57
58<!--
59Provide an explanation of your issue in an arbitrary form. Provide any additional information, suggested solution and as much context and examples as possible.
60If work on your issue requires account credentials please provide them or explain how one can obtain them.
61-->
62
63WRITE DESCRIPTION HERE