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:
parent
d6b36886ba
commit
bad4a355e8
8 changed files with 103 additions and 19 deletions
1
setup.py
1
setup.py
|
@ -15,6 +15,7 @@ setup(
|
|||
},
|
||||
install_requires=[
|
||||
"httpx>=0.24.1",
|
||||
"beautifulsoup4>=4.13.3",
|
||||
"mutagen>=1.46.0",
|
||||
"yt-dlp>=2023.10.13",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue