From d9b5f6481fad6e177183069c8c5224d1ced6c1cb Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 8 Sep 2024 00:35:53 +0530 Subject: [PATCH] docs: add Lyrics parser to roadmap --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42cd250..4531f39 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ An unofficial YT Music scraper package made for [Brook](https://github.com/ghosh Checkout the scraper documentation [here](https://pkg.go.dev/github.com/ghoshRitesh12/brooktube/internal/parsers#section-documentation). -> There are going to be somewhat like 5 parsers: +> There are going to be somewhat like 6 parsers: > > - [x] Search parser > @@ -29,4 +29,6 @@ Checkout the scraper documentation [here](https://pkg.go.dev/github.com/ghoshRit > > - [x] [Playlist parser](https://music.youtube.com/playlist?list=PLtwDCqqblBclwxAvPP0lTN56iWBjshBv7) > +> - [x] Lyrics parser +> > - [ ] Player parser