kaapiandcode / hugo-goa

Simple Minimalistic Theme for Hugo
https://kaapiandcode.github.io/hugo-goa-demo/
MIT License
264 stars 128 forks source link

Use channel ID instead of username for YouTube #63

Closed tchssk closed 5 years ago

tchssk commented 5 years ago

YouTube has three URL styles.

  1. ID-based URL

    • Example: youtube.com/channel/UCUZHFZ9jIKrLroW8LcyJEQQ
  2. Custom URL

    • Example: youtube.com/c/YouTubeCreators
  3. Legacy username URL

    • Example: youtube.com/user/partnersupport

Please see below for the details. https://support.google.com/youtube/answer/6180214?hl=en

This PR changes hugo-goa to use the standard ID-based URL style.