Zod- / jsVideoUrlParser

A javascript parser to extract informations like provider, channel, id, start time from YouTube, Vimeo, Dailymotion, Twitch,... urls
MIT License
234 stars 73 forks source link

Add support for YouTube channel URLs #42

Closed jbaudanza closed 5 years ago

jbaudanza commented 6 years ago

This parses channel URLs that look like: https://www.youtube.com/channel/UCzQUP1qoWDoEbmsQxvdjxgQ https://www.youtube.com/c/PowerfulJRE https://www.youtube.com/user/PowerfulJRE

into objects that look like: { mediaType: "channel", id: "UCzQUP1qoWDoEbmsQxvdjxgQ", provider: "youtube" }

Or:

{ mediaType: "channel", name: "PowerfulJRE", provider: "youtube" }

moshfeu commented 5 years ago

Wow, long time ago, but the last commit was 14 days ago. So why this PR is still open?

Zod- commented 5 years ago

Sorry that this took a year