1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

Update vk.py: add "offset" option

This commit is contained in:
Sergey Kolesnik 2024-10-16 02:07:58 +03:00 committed by GitHub
parent c148e200a4
commit 67be377c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ class VkExtractor(Extractor):
"al" : "1", "al" : "1",
"direction": "1", "direction": "1",
"list" : photos_id, "list" : photos_id,
"offset" : 0, "offset" : self.config("offset") or 0,
} }
while True: while True: