6 releases
Uses new Rust 2024
0.2.4 | Mar 9, 2025 |
---|---|
0.2.3 | Feb 22, 2025 |
0.1.0 | Feb 16, 2025 |
#704 in Text processing
131 downloads per month
16KB
168 lines
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());
}
Dependencies
~6–18MB
~242K SLoC