Skip to content

Commit ba1dca2

Browse files
committed
added eps count in animeinfo
1 parent 571967b commit ba1dca2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extractors/animeInfo.extractor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ async function extractAnimeInfo(id) {
3232
if (el.hasClass("tick-quality")) tvInfo.quality = text;
3333
else if (el.hasClass("tick-sub")) tvInfo.sub = text;
3434
else if (el.hasClass("tick-dub")) tvInfo.dub = text;
35+
else if (el.hasClass("tick-eps")) tvInfo.eps = text;
3536
else if (el.hasClass("tick-pg")) tvInfo.rating = text;
3637
else if (el.is("span.item")) {
3738
if (!tvInfo.showType) tvInfo.showType = text;

0 commit comments

Comments
 (0)