diff --git a/src/parser/README.md b/src/parser/README.md index 35b82682..2f49c9bc 100644 --- a/src/parser/README.md +++ b/src/parser/README.md @@ -1,38 +1,43 @@ # Parser -Sanitizes and standardizes InnerTube responses while maintaining the integrity of the data. - -Structure: - -* [`/classes`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/classes) - InnerTube nodes. -* [`/types`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/types) - General response types. -* [`/youtube`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/youtube) - Contains the logic for parsing YouTube responses. -* [`/ytmusic`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/ytmusic) - Contains the logic for parsing YouTube Music responses. -* [`/ytkids`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/ytkids) - Contains the logic for parsing YouTube Kids responses. -* [`helpers.ts`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/helpers.ts) - Helper functions/classes for the parser. -* [`parser.ts`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/parser.ts) - The core of the parser. -* [`map.ts`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/map.ts) - A list of all InnerTube nodes, it is used to determine which node to use for a given renderer. Note that this file is auto-generated and should not be edited manually. +The parser is responsible for sanitizing and standardizing InnerTube responses while preserving the integrity of the data. ## Table of Contents -