youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

1_broken_site.md (2558B)


      1 ---
      2 name: Broken site support
      3 about: Report broken or misfunctioning site
      4 title: ''
      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 <!--
     20 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
     21 - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is %(version)s. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
     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
     29 - [ ] I've verified that I'm running youtube-dl version **%(version)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 <!--
     38 Provide the complete verbose output of youtube-dl that clearly demonstrates the problem.
     39 Add 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
     44  [debug] youtube-dl version %(version)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 ```
     52 PASTE VERBOSE LOG HERE
     53 ```
     54 
     55 
     56 ## Description
     57 
     58 <!--
     59 Provide an explanation of your issue in an arbitrary form. Provide any additional information, suggested solution and as much context and examples as possible.
     60 If work on your issue requires account credentials please provide them or explain how one can obtain them.
     61 -->
     62 
     63 WRITE DESCRIPTION HERE