summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/ngomik.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/ngomik.py')
-rw-r--r--gallery_dl/extractor/ngomik.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/ngomik.py b/gallery_dl/extractor/ngomik.py
index 8135a8a..f3608b2 100644
--- a/gallery_dl/extractor/ngomik.py
+++ b/gallery_dl/extractor/ngomik.py
@@ -44,7 +44,7 @@ class NgomikChapterExtractor(ChapterExtractor):
@staticmethod
def images(page):
- readerarea = text.extract(page, 'id=readerarea', 'class=chnav')[0]
+ readerarea = text.extract(page, 'id="readerarea"', 'class="chnav"')[0]
return [
(text.unescape(url), None)
for url in re.findall(r"\ssrc=[\"']?([^\"' >]+)", readerarea)