[wikimedia] add 'format=original' to file URLs (#5512)
add 'format' option
This commit is contained in:
@@ -19,7 +19,7 @@ __tests__ = (
|
||||
"#url" : "https://mushishi.fandom.com/wiki/Yahagi",
|
||||
"#category": ("wikimedia", "fandom-mushishi", "article"),
|
||||
"#class" : wikimedia.WikimediaArticleExtractor,
|
||||
"#results" : "https://static.wikia.nocookie.net/mushi-shi/images/f/f8/Yahagi.png/revision/latest?cb=20150128052255",
|
||||
"#results" : "https://static.wikia.nocookie.net/mushi-shi/images/f/f8/Yahagi.png/revision/latest?cb=20150128052255&format=original",
|
||||
|
||||
"bitdepth" : 8,
|
||||
"canonicaltitle": "File:Yahagi.png",
|
||||
@@ -75,7 +75,7 @@ __tests__ = (
|
||||
"sha1" : "e3078a97976215323dbabb0c86b7acc55b512d16",
|
||||
"size" : 429912,
|
||||
"timestamp" : "2015-01-28T05:22:55Z",
|
||||
"url" : "https://static.wikia.nocookie.net/mushi-shi/images/f/f8/Yahagi.png/revision/latest?cb=20150128052255",
|
||||
"url" : "https://static.wikia.nocookie.net/mushi-shi/images/f/f8/Yahagi.png/revision/latest?cb=20150128052255&format=original",
|
||||
"user" : "ITHYRIAL",
|
||||
"userid" : 4637089,
|
||||
"width" : 728,
|
||||
@@ -90,12 +90,23 @@ __tests__ = (
|
||||
"metadata" : {},
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://hildatheseries.fandom.com/wiki/Burku",
|
||||
"#comment" : "'.webp' file without 'format=original' (#5512)",
|
||||
"#category": ("wikimedia", "fandom-hildatheseries", "article"),
|
||||
"#class" : wikimedia.WikimediaArticleExtractor,
|
||||
"#options" : {"format": ""},
|
||||
"#range" : "1",
|
||||
"#results" : "https://static.wikia.nocookie.net/hildatheseries/images/2/24/Burku.png/revision/latest?cb=20251010033752",
|
||||
"#sha1_content": "36dce0e511fa8f6e1f834b92150126804fde971f",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://discogs.fandom.com/zh/wiki/File:CH-0430D2.jpg",
|
||||
"#comment" : "non-English language prefix (#6370)",
|
||||
"#category": ("wikimedia", "fandom-discogs", "file"),
|
||||
"#class" : wikimedia.WikimediaArticleExtractor,
|
||||
"#results" : "https://static.wikia.nocookie.net/discogs/images/a/ab/CH-0430D2.jpg/revision/latest?cb=20241007150151&path-prefix=zh",
|
||||
"#results" : "https://static.wikia.nocookie.net/discogs/images/a/ab/CH-0430D2.jpg/revision/latest?cb=20241007150151&path-prefix=zh&format=original",
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user