You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
2.1 KiB

  1. Make sure you are using the **latest** version of youtube-dl. Latest youtube-dl version at this moment is **2016.03.06**. Read [our FAQ](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) if you have troubles updating.
  2. - [ ] I've verified that I'm running youtube-dl version **2016.03.06**
  3. **What is the purpose of this issue? Put an `x` to the relevant box**
  4. - [ ] Site support request (add support for a new website)
  5. - [ ] Feature request (request new functionality)
  6. - [ ] Bug report (encountered problems with youtube-dl)
  7. - [ ] Other, namely ...
  8. **If the purpose of this issues is a site support request please provide _at least_ one example URL of a video or a playlist you are trying to download.**
  9. - http://some.example.url/to-video
  10. *If the purpose of this issue is a bug report or you are unsure about its relevance please include a log as described below.*
  11. **Please include the full output of youtube-dl when run with `-v`**, i.e. **add** `-v` flag to **your command line**, copy the **whole** output and post it below wrapped in ``` for better formatting. It should look similar to this:
  12. ```
  13. $ youtube-dl -v <your command line>
  14. [debug] System config: []
  15. [debug] User config: []
  16. [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
  17. [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
  18. [debug] youtube-dl version 2015.12.06
  19. [debug] Git HEAD: 135392e
  20. [debug] Python version 2.6.6 - Windows-2003Server-5.2.3790-SP2
  21. [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
  22. [debug] Proxy map: {}
  23. ...
  24. ```
  25. **Brief description of the problem/request**
  26. *I am having a problem with ... I have tried to do ... and ... I expected that ... would happen, but instead ... happened. Example: I tried to download a file but the site was not supported. Please add support for site xyz. Another example: I encountered a bug when downloading a video from xyz. I have tried to do a and b.*
  27. **Suggested solution or other information**
  28. *In case you have suggestions for a solution or any other relevant information you can write it here*