Zod- / jsVideoUrlParser

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

Update Twitch formats #21

Closed Zod- closed 8 years ago

Zod- commented 8 years ago

There are a few additional url formats for videos. I should probably also just combine the idPrefix with the id like on the embedded video urls https://player.twitch.tv/?video=v75292411

Zod- commented 8 years ago

Seems like I have to add a new mediaType for these kind of urls because they don't include the channel so they are not compatible with the other formats.