From 688fd5511789dc1180d13025f1b7b5389b177bec Mon Sep 17 00:00:00 2001 From: LuanRT Date: Mon, 6 Jun 2022 05:27:07 -0300 Subject: [PATCH] chore: add more info to parser's readme --- lib/parser/contents/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parser/contents/README.md b/lib/parser/contents/README.md index ee83cfdf..cc162a49 100644 --- a/lib/parser/contents/README.md +++ b/lib/parser/contents/README.md @@ -1,6 +1,6 @@ # Parser -Sanitizes and standardizes InnerTube responses while maintaining the integrity of the data. This clever approach was initially implemented and suggested by [Wykerd](https://github.com/Wykerd) (See #44). +Sanitizes and standardizes InnerTube responses while maintaining the integrity of the data. Also [drastically improves](https://github.com/LuanRT/YouTube.js/blob/main/lib/core/Library.js#L41) how API calls are made and handled. This clever approach was initially implemented and suggested by [Wykerd](https://github.com/Wykerd) (See #44). Note: This will eventually replace the old parser.