aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/webtoons.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/webtoons.py')
-rw-r--r--gallery_dl/extractor/webtoons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/webtoons.py b/gallery_dl/extractor/webtoons.py
index 49a94b5..79120c1 100644
--- a/gallery_dl/extractor/webtoons.py
+++ b/gallery_dl/extractor/webtoons.py
@@ -73,7 +73,7 @@ class WebtoonsEpisodeExtractor(WebtoonsBase, GalleryExtractor):
else:
comic_name = episode_name = ""
- if extr('<span class="tx _btnOpenEpisodeList ', '"'):
+ if extr('<span class="tx _btnOpenEpisodeLis', '"'):
episode = extr(">#", "<")
else:
episode = ""