Merge pull request #205 from unixfox/patch-2

Add missing parameter for mobile UI search
This commit is contained in:
Alexandre Flament 2021-07-15 17:19:12 +02:00 committed by GitHub
commit f376b4ed3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,6 +287,7 @@ def request(query, params):
additional_parameters = {}
if use_mobile_ui:
additional_parameters = {
'asearch': 'arc',
'async': 'use_ac:true,_fmt:pc',
}