We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a1bf5f + 677973e commit d876859Copy full SHA for d876859
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