Merge branch 'master' into update_data_update_wikidata_units.py

This commit is contained in:
Noémi Ványi 2022-07-01 13:24:21 +02:00 committed by GitHub
commit 3ca5ce02f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1904 additions and 151 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,8 @@
{
"versions": [
"99.0.1",
"99.0",
"98.0.2",
"98.0.1",
"98.0"
"102.0",
"101.0.1",
"101.0"
],
"os": [
"Windows NT 10.0; WOW64",

View File

@ -52,7 +52,8 @@ def request(query, params):
offset=offset)
params['url'] = base_url + search_path
params['headers']['User-Agent'] = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'
params['headers']['User-Agent'] = ('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 '
'(KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36')
return params