feat: add lrclib and genius providers (#5)

* feat: lrclib and genius providers

* revert `prepend_header` to true

* change providers order

---------

Co-authored-by: mrsobakin <68982655+mrsobakin@users.noreply.github.com>
This commit is contained in:
Arthur K. 2025-04-02 01:37:19 +03:00 committed by GitHub
parent d6b36886ba
commit bad4a355e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 103 additions and 19 deletions

View file

@ -15,6 +15,7 @@ setup(
},
install_requires=[
"httpx>=0.24.1",
"beautifulsoup4>=4.13.3",
"mutagen>=1.46.0",
"yt-dlp>=2023.10.13",
]