diff --git a/docs/configuration.rst b/docs/configuration.rst index 1ad5e661..492a1d62 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -401,6 +401,7 @@ Default ``soundgasm``, ``urlgalleries``, ``vk``, + ``webtoons``, ``weebcentral``, ``xfolio``, ``zerochan`` diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 8ede5683..d0911f5d 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -732,11 +732,11 @@ "api-key" : null, "metadata": false }, - "weebcentral": + "webtoons": { "sleep-request": "0.5-1.5" }, - "xfolio": + "weebcentral": { "sleep-request": "0.5-1.5" }, @@ -751,6 +751,10 @@ "retweets" : false, "videos" : true }, + "xfolio": + { + "sleep-request": "0.5-1.5" + }, "ytdl": { "cmdline-args": null, diff --git a/gallery_dl/extractor/webtoons.py b/gallery_dl/extractor/webtoons.py index 4073cc98..9c228150 100644 --- a/gallery_dl/extractor/webtoons.py +++ b/gallery_dl/extractor/webtoons.py @@ -20,6 +20,7 @@ class WebtoonsBase(): category = "webtoons" root = "https://www.webtoons.com" cookies_domain = ".webtoons.com" + request_interval = (0.5, 1.5) def setup_agegate_cookies(self): self.cookies_update({