summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/ngomik.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-08-04 17:52:59 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-08-04 17:52:59 -0400
commit64ad8e7bd15df71ab1116eede414558631bcad32 (patch)
tree7416e191aedce591087903a943198aed13fa0b26 /gallery_dl/extractor/ngomik.py
parent2a63a9c9b7032a76894c48ac4d9cea732fcaee49 (diff)
New upstream version 1.10.1upstream/1.10.1
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)