aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-13 19:49:34 +0530
committerRitesh Ghosh <[email protected]>2023-08-13 19:49:34 +0530
commit1080a15d233c1f9a15b3200d6ccb102773031bd2 (patch)
tree255be403c708350c0262bbac8da3b0a5d0b31191 /src
parent353c7bac56928c47c6384220f669ae0d8d39cffa (diff)
downloadaniwatch-api-1080a15d233c1f9a15b3200d6ccb102773031bd2.tar.xz
aniwatch-api-1080a15d233c1f9a15b3200d6ccb102773031bd2.zip
chore(parser): updated parser import export
Diffstat (limited to 'src')
-rw-r--r--src/parsers/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parsers/index.ts b/src/parsers/index.ts
index 31325cb..a959a0f 100644
--- a/src/parsers/index.ts
+++ b/src/parsers/index.ts
@@ -2,12 +2,16 @@ import scrapeHomePage from "./homePage";
import scrapeGenreAnime from "./animeGenre";
import scrapeAnimeSearch from "./animeSearch";
import scrapeAnimeCategory from "./animeCategory";
+import scrapeProducerAnimes from "./animeProducer";
import scrapeAnimeAboutInfo from "./animeAboutInfo";
+import scrapeAnimeSearchSuggestion from "./animeSearchSuggestion";
export {
scrapeHomePage,
scrapeGenreAnime,
scrapeAnimeSearch,
scrapeAnimeCategory,
+ scrapeProducerAnimes,
scrapeAnimeAboutInfo,
+ scrapeAnimeSearchSuggestion,
};