[wikimedia] restrict default 'format' to fandom/wikigg (#5512)
eefd8f9c00 (commitcomment-168635597)
This commit is contained in:
@@ -6652,7 +6652,10 @@ extractor.wikimedia.format
|
||||
Type
|
||||
``string``
|
||||
Default
|
||||
``"original"``
|
||||
``fandom`` | ``wikigg``
|
||||
``"original"``
|
||||
otherwise
|
||||
``""``
|
||||
Description
|
||||
Sets the `format` query parameter value
|
||||
added to all download URLs.
|
||||
|
||||
@@ -1129,11 +1129,19 @@
|
||||
"wikimedia":
|
||||
{
|
||||
"sleep-request": "1.0-2.0",
|
||||
"format": "original",
|
||||
"format": "",
|
||||
"image-revisions": 1,
|
||||
"limit": 50,
|
||||
"subcategories": true
|
||||
},
|
||||
"fandom":
|
||||
{
|
||||
"format": "original"
|
||||
},
|
||||
"wikigg":
|
||||
{
|
||||
"format": "original"
|
||||
},
|
||||
|
||||
"booru":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user