We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571967b commit ba1dca2Copy full SHA for ba1dca2
1 file changed
src/extractors/animeInfo.extractor.js
@@ -32,6 +32,7 @@ async function extractAnimeInfo(id) {
32
if (el.hasClass("tick-quality")) tvInfo.quality = text;
33
else if (el.hasClass("tick-sub")) tvInfo.sub = text;
34
else if (el.hasClass("tick-dub")) tvInfo.dub = text;
35
+ else if (el.hasClass("tick-eps")) tvInfo.eps = text;
36
else if (el.hasClass("tick-pg")) tvInfo.rating = text;
37
else if (el.is("span.item")) {
38
if (!tvInfo.showType) tvInfo.showType = text;
0 commit comments