vocalolyrics

Crates.iovocalolyrics
lib.rsvocalolyrics
version0.2.4
created_at2025-02-16 06:58:30.113215+00
updated_at2025-03-09 07:41:46.273403+00
descriptionLyrics scraper, primarily for Vocaloid content. By default, atwiki is used as the source. We plan to make other sources selectable, but that is not currently possible.
homepage
repository
max_upload_size
id1557418
size56,276
(TwentyXX)

documentation

README

Description

Lyrics scraper, primarily for Vocaloid content. By default, atwiki is used as the source. We plan to make other sources selectable, but that is not currently possible.

Usage:

#[tokio::test]
async fn test_fetch_vocaloid_lyrics() {
	let title = "ageha";
	let lyrics = fetch_vocaloid_lyrics(title).await;
	dbg!(&lyrics);
	assert!(lyrics.is_ok());
}
Commit count: 0

cargo fmt