summaryrefslogtreecommitdiffstats
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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_dl/extractor/webtoons.py b/gallery_dl/extractor/webtoons.py
index 70ab259..008ae6e 100644
--- a/gallery_dl/extractor/webtoons.py
+++ b/gallery_dl/extractor/webtoons.py
@@ -102,8 +102,8 @@ class WebtoonsEpisodeExtractor(WebtoonsBase, GalleryExtractor):
else:
episode = ""
- if extr('<div class="author_area"', '\n'):
- username = extr('/creator/', '"')
+ if extr('<span class="author"', '\n'):
+ username = extr('/u/', '"')
author_name = extr('<span>', '</span>')
else:
username = author_name = ""