[fix] flickr engine

This commit is contained in:
Alexandre Flament 2015-05-02 12:36:49 +02:00
parent f5d3b21566
commit 6cd9a045f8
1 changed files with 2 additions and 2 deletions

View File

@ -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')