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

@ -1,3 +1,5 @@
from lrc_dl.providers import musixmatch
from lrc_dl.providers import kugou
from lrc_dl.providers import lrclib
from lrc_dl.providers import musixmatch
from lrc_dl.providers import genius
from lrc_dl.providers import youtube