[dynastyscans] extract chapter 'tags'

This commit is contained in:
enduser420
2024-07-29 16:50:47 +05:30
parent aa6d00613f
commit 5a36da2968
2 changed files with 10 additions and 8 deletions

View File

@@ -66,6 +66,8 @@ class DynastyscansChapterExtractor(DynastyscansBase, ChapterExtractor):
text.extr(group, ' alt="', '"')),
"date" : text.parse_datetime(extr(
'"icon-calendar"></i> ', '<'), "%b %d, %Y"),
"tags" : text.split_html(extr(
"class='tags'>", "<div id='chapter-actions'")),
"lang" : "en",
"language": "English",
}