From 4da7bd7d4c55cac6bc13896d694d5ebf1683991d Mon Sep 17 00:00:00 2001 From: Alen Toma Date: Sat, 23 Jul 2022 03:52:04 +0200 Subject: [PATCH] Update createNewPackage.md --- createNewPackage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/createNewPackage.md b/createNewPackage.md index 68f2daf..18088d2 100644 --- a/createNewPackage.md +++ b/createNewPackage.md @@ -15,6 +15,8 @@ Follow this guide to know how to develop and apply the package to novelmanager. ## Classes and it properties propeties Now if you look at the template you will find classes that are passed on to the parsers that you could use like `Section, Chapter, HttpClient, DetaliItem, LightItem, ParserSearchSettings, Filter, labelValue, DetaliItemType, NovelReviews` +note that `this.parser.jq` return [node-html-scraper](https://www.npmjs.com/package/node-html-scraper) + ## Section `constructor(name: string, text:string, identifier: "Search" | "Latest", mandatory?: boolean, filter?: Filter)`