Describe the bug
I've just setup a project to use this library and everytime I try to download a spotify song, the code gets stuck trying to extract the uploader id using yt-dl and then it tries to download it once again.
To Reproduce
Honestly I just setup the project following the steps mentioned in the docs. My code looks like this:
I'm running Python 3.11 using the latest version of Savify.
Expected behavior
I expected the song to actually download or at least not be stuck in an infinite loop trying to get the uploader id from yt-dl.
Screenshots
Desktop (please complete the following information):
OS: MacOS Monterey 12.6.5
Version: 2.3.4
Additional context
This is the full log that keeps repeating over and over again:
[INFO] Downloading 1 songs...
[DEBUG] [download] Downloading playlist: BANKS - Stroke audio
[DEBUG] [youtube:search] query "BANKS - Stroke audio": Downloading page 1
[DEBUG] [youtube:search] playlist BANKS - Stroke audio: Downloading 1 videos
[DEBUG] [download] Downloading video 1 of 1
[DEBUG] [youtube] cA5oN62kk50: Downloading webpage
[DEBUG] [youtube] Downloading just video cA5oN62kk50 because of --no-playlist
[ERROR] [0;31mERROR:[0m Unable to extract [0;34muploader id[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[DEBUG] [download] Finished downloading playlist: BANKS - Stroke audio
[DEBUG] [download] Downloading playlist: BANKS - Stroke audio
[DEBUG] [youtube:search] query "BANKS - Stroke audio": Downloading page 1
[DEBUG] [youtube:search] playlist BANKS - Stroke audio: Downloading 1 videos
[DEBUG] [download] Downloading video 1 of 1
[DEBUG] [youtube] cA5oN62kk50: Downloading webpage
[DEBUG] [youtube] Downloading just video cA5oN62kk50 because of --no-playlist
[ERROR] [0;31mERROR:[0m Unable to extract [0;34muploader id[0m; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Describe the bug I've just setup a project to use this library and everytime I try to download a spotify song, the code gets stuck trying to extract the uploader id using yt-dl and then it tries to download it once again.
To Reproduce Honestly I just setup the project following the steps mentioned in the docs. My code looks like this:
I'm running Python 3.11 using the latest version of Savify.
Expected behavior I expected the song to actually download or at least not be stuck in an infinite loop trying to get the uploader id from yt-dl.
Screenshots
Desktop (please complete the following information):
Additional context This is the full log that keeps repeating over and over again: