commit 43ee88a8c1f016959415f7ab7b3227b88f6110eb parent 0371aaa4f3e818533bc0430ae325a126ea36303e Author: John <mail@johnkubach.com> Date: Wed, 19 Oct 2022 19:45:22 -0400 Switch to yt-dlp Diffstat:
M | functions/extract_info.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/functions/extract_info.py b/functions/extract_info.py @@ -1,4 +1,4 @@ -import youtube_dl +import yt_dlp import pylast from youtube_title_parse import get_artist_title from functions.lastfm_init import lastfm_network