This commit is contained in:
@@ -6560,6 +6560,23 @@ Description
|
||||
Download video files.
|
||||
|
||||
|
||||
extractor.wikimedia.image-revisions
|
||||
-----------------------------------
|
||||
Type
|
||||
``integer``
|
||||
Default
|
||||
``1``
|
||||
Description
|
||||
Number of revisions to return for a single image.
|
||||
|
||||
The dafault value of 1 only returns the latest revision.
|
||||
|
||||
The value must be between 1 and 500.
|
||||
Note
|
||||
The API sometimes returns image revisions on article pages even when this option is
|
||||
set to 1. However, setting it to a higher value may reduce the number of API requests.
|
||||
|
||||
|
||||
extractor.wikimedia.limit
|
||||
-------------------------
|
||||
Type
|
||||
|
||||
@@ -1122,6 +1122,7 @@
|
||||
"wikimedia":
|
||||
{
|
||||
"sleep-request": "1.0-2.0",
|
||||
"image-revisions": 1,
|
||||
"limit": 50,
|
||||
"subcategories": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user