Capture the song lyrics from the pilot study and the public APIs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 15:34:36 +08:00
co-authored by Claude Fable 5
parent 0d3cd69a0f
commit 64c62eb394
5 changed files with 889 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class TestFetchLyrics(unittest.TestCase):
self.__dir: Path = Path(tmp.name)
self.__lyrics: Path = self.__dir / "lyrics"
self.__provenance: Path = \
self.__dir / "lyrics_provenance.csv"
self.__dir / "lyrics-provenance.csv"
url: str = f"sqlite:///{self.__dir}/store.sqlite3"
config.set_settings(config.Settings(
SQLALCHEMY_DATABASE_URL=url,