forked from zaclys/searxng
		
	Merge pull request #1121 from kvch/add-cookie-to-reqs
Fix google searches
This commit is contained in:
		
						commit
						943404a103
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -187,6 +187,8 @@ def request(query, params):
 | 
			
		|||
    else:
 | 
			
		||||
        google_hostname = default_hostname
 | 
			
		||||
 | 
			
		||||
    # original format: ID=3e2b6616cee08557:TM=5556667580:C=r:IP=4.1.12.5-:S=23ASdf0soFgF2d34dfgf-_22JJOmHdfgg
 | 
			
		||||
    params['cookies']['GOOGLE_ABUSE_EXEMPTION'] = 'x'
 | 
			
		||||
    params['url'] = search_url.format(offset=offset,
 | 
			
		||||
                                      query=urlencode({'q': query}),
 | 
			
		||||
                                      hostname=google_hostname,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue