musicdlp/backend
DarkCat09 d0ed29e685
Optimize extract_info: no process=True for YouTube
For YT, processing separate videos greatly increases extract_info time,
but unnecessary when obtaining only track title.

For Yandex, processing is much faster, and we NEED it to get title.
2024-05-06 21:07:19 +04:00
..
config.py Remove path_length config option 2024-05-06 19:43:32 +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 Lyrics: add irrelevant results filtering 2024-05-06 20:31:42 +04:00
main.py Refactor: merge ydl_wrap with ydl_pool.Downloader, add callbacks 2024-05-05 19:24:52 +04:00
response.py JSON schema v0.0.2 2024-05-05 19:04:18 +04:00
test_genius.py Lyrics: add irrelevant results filtering 2024-05-06 20:31:42 +04:00
test_pp.py Multiple artists support 2024-05-03 18:38:11 +04:00
ydl_pool.py Optimize extract_info: no process=True for YouTube 2024-05-06 21:07:19 +04:00