miraclx / freyr-js

A tool for downloading songs from music streaming services like Spotify and Apple Music.
https://git.io/freyr-js
Apache License 2.0
1.61k stars 103 forks source link

fix: use dynamic YouTube Music params #722

Open miraclx opened 1 week ago

miraclx commented 1 week ago

Fixes https://github.com/miraclx/freyr-js/issues/720, https://github.com/miraclx/freyr-js/issues/717.

YTM's client version got bumped up from 0.1 to 1.20241111.01.00.

This changes the code to make it dynamic, like we previously did with the API key.

github-actions[bot] commented 1 week ago
--- 🐋 🤖 **A docker image for this PR has been built!** ```console docker pull freyrcli/freyrjs-git:pr-722 ``` | [**Base (master)**][base-url] | [![](https://img.shields.io/docker/image-size/freyrcli/freyrjs-git/559f2bf?color=gray&label=%20&logo=docker)][base-url] | | :-: | - | | [**This Patch**][pr-url] | [![](https://img.shields.io/docker/image-size/freyrcli/freyrjs-git/pr-722?color=gray&label=%20&logo=docker)][pr-url] | [![][compare-img]][compare-url] ---
What's this? This docker image is a self-contained sandbox that includes all the patches made in this PR. Allowing others to easily use your patches without waiting for it to get merged and released officially. For more context, see https://github.com/miraclx/freyr-js#docker-development.