Beatbump icon indicating copy to clipboard operation
Beatbump copied to clipboard

[FEAT] support for youtube query parameters

Open avidseeker opened this issue 2 years ago • 1 comments

Is there a reason for changing query parameter names? i.e: using listen?id= instead of watch?v=.

All open source front-ends tend to use the original API interface as the proprietary front-end for quick switching (by replacing the base domain part for example) between the two, or at least have the proprietary one as a fallback. For example, https://youtube.com/watch?=XXXXXX can easily be viewed in invidious instance by replacing base domain with yewtu.be to get: https://yewtu.be/watch?=XXXXXX.

avidseeker avatar Aug 08 '23 10:08 avidseeker

The original reason for the change in paths was mostly just down to semantics (Beatbump does audio only, so watch didn't make as much sense) however supporting the standard routes is on the final todo list for this refactor I've been writing. Thanks for the reminder!

snuffyDev avatar Aug 08 '23 12:08 snuffyDev