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

View File

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