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

Twitch mobile clip url not parsing correctly #77

Open ggscottb opened 3 years ago

ggscottb commented 3 years ago

Attempting to generate a twitch embed url from mobile urls as seen below are not generating correct embed url.

The following:

https://m.twitch.tv/clip/ResilientBeautifulDillOSkomodo

results in a parsedResult of

channel: "clip"
mediaType: "stream"
provider: "twitch"

Ignore this issue if mobile routes are ignored intentionally.

eMeRiKa13 commented 2 years ago

This error is still happening, did you solve it?