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:
parent
c148e200a4
commit
67be377c77
@ -75,7 +75,7 @@ class VkExtractor(Extractor):
|
||||
"al" : "1",
|
||||
"direction": "1",
|
||||
"list" : photos_id,
|
||||
"offset" : 0,
|
||||
"offset" : self.config("offset") or 0,
|
||||
}
|
||||
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user