musicdlp/backend
DarkCat09 03458db829
Fix: cover.download()
- resp.read returns nothing, contents are already in resp.data
- add mime type safety check
2024-05-09 18:33:13 +04:00
..
config.py Add cover downloader, add cfg.save_{lyrics,cover} (mainly for testing) 2024-05-09 18:05:39 +04:00
cover.py Fix: cover.download() 2024-05-09 18:33:13 +04:00
genius.py Lyrics: switch to multiple search engines 2024-05-06 20:34:03 +04:00
http_pool.py shared -> http_pool 2024-04-28 14:06:20 +04:00
id3pp.py Add cover downloader, add cfg.save_{lyrics,cover} (mainly for testing) 2024-05-09 18:05:39 +04:00
main.py Remove asyncio's debug=True 2024-05-08 14:14:24 +04:00
response.py Add YDL logging, change schema 2024-05-08 13:52:36 +04:00
test_genius.py Lyrics: add irrelevant results filtering 2024-05-06 20:31:42 +04:00
test_pp.py Add cover downloader, add cfg.save_{lyrics,cover} (mainly for testing) 2024-05-09 18:05:39 +04:00
ydl_pool.py Fix: del playlist_items parameter only when set 2024-05-08 13:54:56 +04:00