Update vk.py: add "offset" option
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user