muse icon indicating copy to clipboard operation
muse copied to clipboard

Youtube Music API (InnerTube) client for Deno, Node and the browser

Results 4 muse issues
Sort by recently updated
recently updated
newest added

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