@antaldaniel if you would like to take over this package i'd be happy to migrate it.
I am no longer interested in fixing and maintaining. This package is a webscraper so it sits in a grey space legally.
To fix this package one would need to fix genius_url() as that is the workhorse that does the lyrics scraping. genius_tracklist() works still—I've checked.
To improve this package it should be migrated to httr2 and use multi_req_perform() for add_genius(), genius_album(), genius_tracklist() etc. It would speed it up a ton.
@antaldaniel if you would like to take over this package i'd be happy to migrate it.
I am no longer interested in fixing and maintaining. This package is a webscraper so it sits in a grey space legally.
To fix this package one would need to fix
genius_url()as that is the workhorse that does the lyrics scraping.genius_tracklist()works still—I've checked.To improve this package it should be migrated to httr2 and use multi_req_perform() for add_genius(), genius_album(), genius_tracklist() etc. It would speed it up a ton.