diff options
Diffstat (limited to 'gallery_dl/extractor/webtoons.py')
| -rw-r--r-- | gallery_dl/extractor/webtoons.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/extractor/webtoons.py b/gallery_dl/extractor/webtoons.py index 3b992a2..d42730e 100644 --- a/gallery_dl/extractor/webtoons.py +++ b/gallery_dl/extractor/webtoons.py @@ -96,6 +96,7 @@ class WebtoonsEpisodeExtractor(WebtoonsExtractor): class WebtoonsComicExtractor(WebtoonsExtractor): """Extractor for an entire comic on webtoons.com""" subcategory = "comic" + categorytransfer = True pattern = (BASE_PATTERN + r"/([^/?&#]+)/([^/?&#]+))" r"/list(?:\?([^#]+))") test = ( |
