Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Momo committed Jan 21, 2023
1 parent 39faa9c commit 026a160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ lrc = syncedlyrics.search("[TRACK_NAME] [ARTIST_NAME]")
```
Or with options:
```py
syncedlyrics.search("...", allow_plain_format=True, save_path="{search_term}_1234.lrc", providers=["Deezer"])
syncedlyrics.search("...", allow_plain_format=True, save_path="{search_term}_1234.lrc", providers=["NetEase"])
```

## Providers
- [NetEase](https://music.163.com/)
- [Deezer](https://deezer.com/)
- [Lyricsify](https://www.lyricsify.com/)
- ~~[Deezer](https://deezer.com/)~~ (Currently broken, PR is appreciated)

Feel free to suggest more providers please.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "syncedlyrics"
version = "0.2.2"
version = "0.3.0"
description = "Get an LRC format (synchronized) lyrics for your music"
authors = ["Momo <lo3me@proton.me>"]
license = "MIT"
Expand Down

0 comments on commit 026a160

Please sign in to comment.