X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bbab9d1021ce9ac3863af8825f3b4df2dd179afa..c2de733944de9c66c25f61fafa9e295d2c29f32c:/apps/cover/forms.py diff --git a/apps/cover/forms.py b/apps/cover/forms.py index e373a6cb..0173134a 100755 --- a/apps/cover/forms.py +++ b/apps/cover/forms.py @@ -63,7 +63,7 @@ class FlickrForm(forms.Form): except AssertionError: raise forms.ValidationError('Error reading license name.') - m = re.search(r'([^<]*)', html) + m = re.search(r'"ownername":"([^"]*)', html) if m: self.cleaned_data['author'] = "%s@Flickr" % m.group(1) else: