Japanese Lyric Aggregator
Project description
pyjlyric: Japanese Lyric Aggregator
Supported sites
- http://www.animap.jp/kasi/showkasi.php?surl=:pageid
- http://www.utamap.com/showtop.php?surl=:pageid
- https://gakufu.gakki.me/m/data/:pageid.html
- https://hoick.jp/mdb/detail/:pageid
- https://j-lyric.net/artist/:artistid/:pageid.html
- https://kashinavi.com/song_view.html?:pageid
- https://linkco.re/:albumid/songs/:songid/lyrics
- https://lyric.evesta.jp/:pageid.html
- https://music-book.jp/music/Artist/:artistid/Music/:pageid
- https://music.j-total.net/data/:pageid.html
- https://petitlyrics.com/lyrics/:pageid
- https://utaten.com/lyric/:pageid
- https://www.joysound.com/web/search/song/:pageid
- https://www.uta-net.com/song/:pageid
Installation
pip install git+https://github.com/eggplants/pyjlyric
# or
pip install pyjlyric
Usage
CLI
$ jrc https://j-lyric.net/artist/a00126c/l013283.html
===
Title: 春よ来い
Artist: 童謡・唱歌
Lyric: 相馬 御風
Composer: 弘田 龍太郎
===
春よ来い早く来い
あるきはじめたみいちゃんが
赤い鼻緒のじょじょはいて
おんもへ出たいと待っている
春よ来い早く来い
おうちの前の桃の木の
蕾もみんなふくらんで
はよ咲きたいと待っている
$ jrc -h
usage: jrc [-h] [-V] url
get lyric data by URL.
positional arguments:
url
options:
-h, --help show this help message and exit
-V, --version show program's version number and exit
supported sites:
- http://www.animap.jp/kasi/showkasi.php?surl=:pageid
- http://www.utamap.com/showtop.php?surl=:pageid
- https://gakufu.gakki.me/m/data/:pageid.html
- https://hoick.jp/mdb/detail/:pageid
- https://j-lyric.net/artist/:artistid/:pageid.html
- https://kashinavi.com/song_view.html?:pageid
- https://linkco.re/:albumid/songs/:songid/lyrics
- https://lyric.evesta.jp/:pageid.html
- https://music-book.jp/music/Artist/:artistid/Music/:pageid
- https://music.j-total.net/data/:pageid.html
- https://petitlyrics.com/lyrics/:pageid
- https://utaten.com/lyric/:pageid
- https://www.joysound.com/web/search/song/:pageid
- https://www.uta-net.com/song/:pageid
Library
import pyjlyric
pyjlyric.parse("https://kashinavi.com/song_view.html?155779")
Returns:
KashinaviLyricPage(
title='Life goes on',
page_url=HttpUrl('https://kashinavi.com/song_view.html?155779', ),
pageid='155779',
artist=WithUrlText(
link=HttpUrl('https://kashinavi.com/artist.html?artist=104498&kashu=King+%26+Prince&start=1', ),
text='King & Prince'
),
composer='Joacim Persson・Johan Alkenas・SQVARE・Sean Michael Alexander',
lyricist='木村友威',
arranger=None,
lyric_sections=[['Keep it up, keep it up yup'], [...], [..., "Let's live it up"]]
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyjlyric-1.4.1.tar.gz
(16.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyjlyric-1.4.1-py3-none-any.whl
(33.3 kB
view details)
File details
Details for the file pyjlyric-1.4.1.tar.gz.
File metadata
- Download URL: pyjlyric-1.4.1.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15ee425b40b413e740ea71c873caa128e0a8379e2a5e6f3155c5303911ae1b8e
|
|
| MD5 |
dd39818b1241744de935f83b6e575d0b
|
|
| BLAKE2b-256 |
4871cf205829b07136735437e9422bebcc6219dc5ccb374b26901b6a7e9d8d37
|
File details
Details for the file pyjlyric-1.4.1-py3-none-any.whl.
File metadata
- Download URL: pyjlyric-1.4.1-py3-none-any.whl
- Upload date:
- Size: 33.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33527156145c87be1d7f692dd0ac3f4444dacaafff6cd808bb1b6f60a7849356
|
|
| MD5 |
c78cdc5b30c5bd81fd1ba40426f83571
|
|
| BLAKE2b-256 |
a880bf38644d64453415e8c01a33608cf323ec763fda878640d2faca3c09cd2d
|