mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	[fix] flickr engine
This commit is contained in:
		
							parent
							
								
									f5d3b21566
								
							
						
					
					
						commit
						6cd9a045f8
					
				| @ -20,8 +20,8 @@ logger = logger.getChild('flickr-noapi') | ||||
| 
 | ||||
| categories = ['images'] | ||||
| 
 | ||||
| url = 'https://secure.flickr.com/' | ||||
| search_url = url + 'search/?{query}&page={page}' | ||||
| url = 'https://www.flickr.com/' | ||||
| search_url = url + 'search?{query}&page={page}' | ||||
| photo_url = 'https://www.flickr.com/photos/{userid}/{photoid}' | ||||
| regex = re.compile(r"\"search-photos-models\",\"photos\":(.*}),\"totalItems\":", re.DOTALL) | ||||
| image_sizes = ('o', 'k', 'h', 'b', 'c', 'z', 'n', 'm', 't', 'q', 's') | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user