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

Bugs regarding twitch provider videos & clips #110

Open taturosati opened 1 year ago

taturosati commented 1 year ago

URL https://www.twitch.tv/lawgiver/video/138540817 Returns { channel: 'luzu_tv', mediaType: 'stream', provider: 'twitch' }

but is actually mediaType video

Also for clips, clip id is cut in half at - response { channel: 'luzu_tv', id: 'SmoggySoftSwanSMOrc', mediaType: 'clip', provider: 'twitch' } for url https://www.twitch.tv/luzu_tv/clip/SmoggySoftSwanSMOrc-0QlDmScdwrpQuZVe