Kethsar / ytarchive

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

New channel URL scheme is unsupported #120

Closed fuzxi closed 1 year ago

fuzxi commented 1 year ago

The new cosmetic channel URLs do not have a /channel/ subdirectory before the ID, which causes ytarchive to fail and return ERROR: https://www.youtube.com/ChannelName/live is not a known valid youtube URL.

Valid URL using old scheme: https://www.youtube.com/channel/UCO_aKKYxn4tvrqPjcTzZ6EQ/live Invalid URL for the same channel: https://www.youtube.com/@CeresFauna/live

Kethsar commented 1 year ago

I fixed this in the dev branch a couple days ago. Might do some more work over the weekend and then push something to master for a release. If I end up too lazy I'll just push what's currently in dev.

cornbreadman commented 1 year ago

Off topic question: I have very little understanding of Manifest v3; which will go live this January. Will ytarchive be effected by Manifest v3?

Kethsar commented 1 year ago

ytarchive is not a web extension, so no.

Kethsar commented 1 year ago

Fixed in v0.3.2

fuzxi commented 1 year ago

Works perfectly, thanks!