summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/naverwebtoon.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/naverwebtoon.py')
-rw-r--r--gallery_dl/extractor/naverwebtoon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/naverwebtoon.py b/gallery_dl/extractor/naverwebtoon.py
index eadd460..fa91f76 100644
--- a/gallery_dl/extractor/naverwebtoon.py
+++ b/gallery_dl/extractor/naverwebtoon.py
@@ -76,7 +76,7 @@ class NaverwebtoonEpisodeExtractor(NaverwebtoonBase, GalleryExtractor):
@staticmethod
def images(page):
- view_area = text.extract(page, 'id="comic_view_area"', '</div>')[0]
+ view_area = text.extr(page, 'id="comic_view_area"', '</div>')
return [
(url, None)
for url in text.extract_iter(view_area, '<img src="', '"')