summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/2_site_support_request.md
blob: 453a5e147ad8fc3a460dc41f8753ee2ed52904d3 (plain)
    1 ---
    2 name: Site support request
    3 about: Request support for a new site
    4 title: ''
    5 labels: 'site-support-request'
    6 ---
    7 
    8 <!--
    9 
   10 ######################################################################
   11   WARNING!
   12   IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
   13 ######################################################################
   14 
   15 -->
   16 
   17 
   18 ## Checklist
   19 
   20 <!--
   21 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
   22 - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2021.01.24. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED.
   23 - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
   24 - Make sure that site you are requesting is not dedicated to copyright infringement, see https://yt-dl.org/copyright-infringement. youtube-dl does not support such sites. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
   25 - Search the bugtracker for similar site support requests: http://yt-dl.org/search-issues. DO NOT post duplicates.
   26 - Finally, put x into all relevant boxes (like this [x])
   27 -->
   28 
   29 - [ ] I'm reporting a new site support request
   30 - [ ] I've verified that I'm running youtube-dl version **2021.01.24**
   31 - [ ] I've checked that all provided URLs are alive and playable in a browser
   32 - [ ] I've checked that none of provided URLs violate any copyrights
   33 - [ ] I've searched the bugtracker for similar site support requests including closed ones
   34 
   35 
   36 ## Example URLs
   37 
   38 <!--
   39 Provide all kinds of example URLs support for which should be included. Replace following example URLs by yours.
   40 -->
   41 
   42 - Single video: https://www.youtube.com/watch?v=BaW_jenozKc
   43 - Single video: https://youtu.be/BaW_jenozKc
   44 - Playlist: https://www.youtube.com/playlist?list=PL4lCao7KL_QFVb7Iudeipvc2BCavECqzc
   45 
   46 
   47 ## Description
   48 
   49 <!--
   50 Provide any additional information.
   51 If work on your issue requires account credentials please provide them or explain how one can obtain them.
   52 -->
   53 
   54 WRITE DESCRIPTION HERE

Generated by cgit