muse
muse copied to clipboard
Youtube Music API (InnerTube) client for Deno, Node and the browser
Code: ```html YouTube Music Hellified world! ``` ```js //import { search, set_option } from "https://esm.sh/[email protected]"; //import { search, set_option } from "https://jspm.dev/npm:[email protected]"; //import { search, set_option } from "https://cdn.skypack.dev/[email protected]"; import...
I'm trying to use **get_artist_albums()** but it returns the error: ``` MuseError: JSONPath expression "sectionListRenderer.contents[0],gridRenderer" returned nothing at j (https://deno.land/x/[email protected]/util.ts:33:11) at get_artist_albums (https://deno.land/x/[email protected]/mixins/browsing.ts:259:16) at eventLoopTick (ext:core/01_core.js:64:7) at async getYouTubeMusic (file:///home/deno/functions/discography/index.ts:59:20)...
necessities for v1 - [ ] robust testing - [ ] good docs
I recently bumped into some failed to parse cases at libmuse/script/parsers/search.js's `parse_search_song` reproducible with ``` search("wake", { filter: 'songs', }), ``` the navigationEndPoint returns browseEndpoint instead of watchEndpoint: 
only `ParsedSong` and a few other select tracks seem to have this option...
The section "audiobooks and shows" is not shown on an artist's profiles. The albums in question can still be found and played back by searching for them. As an example,...
For artists with a huge discography (dozens of titles at least), the discography gets truncated with no indication of there being more items (such as a button to load more)....
Hello everyone, I'm launching Project Clarity, which will be a major rewrite of the application and will probably lead to our first v1 (#2). There's a couple of reasons, and...
Judging by the posts on gh, especially by the issue below https://github.com/yt-dlp/yt-dlp/issues/11462 Oauth won't work for innertube requests, you should switch to using cookies I had some problems with your...