We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d725e commit 677973eCopy full SHA for 677973e
1 file changed
top/get_data.py
@@ -126,6 +126,7 @@ def get_images(titles, lang, project, log_rec):
126
params = {'action': 'query',
127
'prop': 'pageimages',
128
'pithumbsize': 500,
129
+ 'pilicense': 'any',
130
'pilimit': 50,
131
'format': 'json',
132
'titles': '|'.join(titles).encode('utf-8')}
0 commit comments