X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bc9a6f657ed38ad0f9c50b8a5509e3e2180b460b..cf5fb6a43bc06db42e9b96c8574442b7093fbf9e:/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: