From 67be377c77462e0a886eec9f7c0b6cbce0a80543 Mon Sep 17 00:00:00 2001 From: Sergey Kolesnik Date: Wed, 16 Oct 2024 02:07:58 +0300 Subject: [PATCH] Update vk.py: add "offset" option --- gallery_dl/extractor/vk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/vk.py b/gallery_dl/extractor/vk.py index 95eeafe8..f7213c8a 100644 --- a/gallery_dl/extractor/vk.py +++ b/gallery_dl/extractor/vk.py @@ -75,7 +75,7 @@ class VkExtractor(Extractor): "al" : "1", "direction": "1", "list" : photos_id, - "offset" : 0, + "offset" : self.config("offset") or 0, } while True: