From cc16c3f26e33f578b282af8b1d6a5b3543055fa2 Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 11 Nov 2022 00:21:30 +0100 Subject: [PATCH] dsf --- notes.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 24a47e7..1313ca7 100644 --- a/notes.md +++ b/notes.md @@ -1,4 +1,5 @@ # TO DO +- genuis scraper only downloades partially lyrics: reproducable example https://genius.com/Zombiez-blut-lyrics - LYRICS - add complete search of musify (scraping of artist page etc.) as last resort - add a check if the songs truly are the same with non changebal attributes (length etc.) diff --git a/requirements.txt b/requirements.txt index 2017b36..c2747d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ musicbrainzngs~=0.7.1 jellyfish~=0.9.0 pydub~=0.25.1 youtube_dl -beautifulsoup4~=4.11.1 \ No newline at end of file +beautifulsoup4~=4.11.1 +pycountry~=22.3.5 \ No newline at end of file