Include fair-use images in Wikipedia search thumbnails

Add pilicense=any to the pageimages query so articles with
non-free/fair-use images (common for games, movies, etc.) also
return thumbnails.
This commit is contained in:
Alex Gleason
2026-03-23 13:19:24 -05:00
parent 65c3512835
commit 18b3da600d
+1
View File
@@ -33,6 +33,7 @@ async function searchWikipedia(
prop: 'pageimages|description',
piprop: 'thumbnail',
pithumbsize: '80',
pilicense: 'any',
format: 'json',
origin: '*',
});