omansak / libvideo

A lightweight .NET library to download YouTube videos.
BSD 2-Clause "Simplified" License
538 stars 163 forks source link

YouTube shorts support #229

Closed xb-bx closed 2 years ago

xb-bx commented 2 years ago

Hello.

I've noticed that your library doesn't handle YT shorts links. Also I found that it's quite simple to transform YT shorts link to regular YT link(https://www.youtube.com/shorts/xuCO7-DLCaA => https://www.youtube.com/watch?v=xuCO7-DLCaA) So I decided to implement it.

omansak commented 2 years ago

ty for request