This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Dumb script to download a playlist of songs through a supplied YouTube Music | |
* URL; natively integrates album and artist names embedded from the source's | |
* metadata. Requires `yt-dlp` and `ffmpeg` to be installed and accessible in | |
* the same directory as this script. Also requires `node` to run. | |
* | |
* @note The commands for `yt-dlp` and `ffmpeg` can be modified to suit your | |
* operational needs and environment. Constants to change such commands are | |
* presented below: | |
* |