Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.04k stars 86 forks source link

support URLs of the form 'www.youtube.com/live/<ID>' #128

Closed ClementTsang closed 1 year ago

ClementTsang commented 1 year ago

The share button on the app/website now likes to give URLs of the form https://www.youtube.com/live/<ID>?feature=share, which currently ytarchive doesn't support and returns an error. This PR just adds support for that format.