3_site_feature_request.yml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: Site feature request
  2. description: Request new functionality for a site supported by yt-dlp
  3. labels: [triage, site-enhancement]
  4. body:
  5. %(no_skip)s
  6. - type: checkboxes
  7. id: checklist
  8. attributes:
  9. label: Checklist
  10. description: |
  11. Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
  12. options:
  13. - label: I'm requesting a site-specific feature
  14. required: true
  15. - label: I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
  16. required: true
  17. - label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
  18. required: true
  19. - label: I've searched the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=is%%3Aissue%%20-label%%3Aspam%%20%%20) for similar requests **including closed ones**. DO NOT post duplicates
  20. required: true
  21. - label: I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
  22. - type: input
  23. id: region
  24. attributes:
  25. label: Region
  26. description: Enter the country/region that the site is accessible from
  27. placeholder: India
  28. - type: textarea
  29. id: example-urls
  30. attributes:
  31. label: Example URLs
  32. description: |
  33. Example URLs that can be used to demonstrate the requested feature
  34. placeholder: |
  35. https://www.youtube.com/watch?v=BaW_jenozKc
  36. validations:
  37. required: true
  38. - type: textarea
  39. id: description
  40. attributes:
  41. label: Provide a description that is worded well enough to be understood
  42. description: See [is-the-description-of-the-issue-itself-sufficient](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#is-the-description-of-the-issue-itself-sufficient)
  43. placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible
  44. validations:
  45. required: true
  46. %(verbose)s