alaouy / YouTube

🔥 Laravel PHP Facade/Wrapper for the Youtube Data API
MIT License
780 stars 205 forks source link

Support custom channel URLs #183

Closed Slaver closed 1 year ago

Slaver commented 1 year ago

Support all variants of custom channel URLs:

  1. https://www.youtube.com/channel/UCK8sQmJBp8GCxrOtXWBpyEA
  2. https://www.youtube.com/@Google
  3. https://www.youtube.com/c/Google
  4. https://www.youtube.com/user/Google and even
  5. https://www.youtube.com/Google

A conflict with YouTube reserved URLs is possible. E.g. https://www.youtube.com/feed and https://www.youtube.com/account are internal pages, but https://www.youtube.com/feedme and https://www.youtube.com/accounted are channels. So I added a check for most of the known internal links

alaouy commented 1 year ago

@Slaver Thank you for the contribution 🚀