diff --git a/gallery_dl/extractor/flickr.py b/gallery_dl/extractor/flickr.py index 37c3f3d4..e56c0f31 100644 --- a/gallery_dl/extractor/flickr.py +++ b/gallery_dl/extractor/flickr.py @@ -519,7 +519,7 @@ class FlickrAPI(oauth.OAuth1API): if self.contexts: try: - photo.update(self.api.photos_getAllContexts(photo["id"])) + photo.update(self.photos_getAllContexts(photo["id"])) except Exception as exc: self.log.warning( "Unable to retrieve 'contexts' data for %s (%s: %s)",