We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d51cc commit ed0b44bCopy full SHA for ed0b44b
1 file changed
plugin/js/parsers/MadaraParser.js
@@ -75,7 +75,7 @@ class MadaraParser extends WordpressBaseParser{
75
}
76
77
findChapterTitle(dom) {
78
- return dom.querySelector("ol.breadcrumb li.active").textContent;
+ return dom.querySelector("ol.breadcrumb li.active, .wp-manga-chapter.reading a").textContent;
79
80
81
findCoverImageUrl(dom) {
0 commit comments