[unsplash] fix typo

This commit is contained in:
Mike Fährmann
2021-01-20 22:51:02 +01:00
parent e5e591b848
commit 89ea1384fc

View File

@@ -29,7 +29,7 @@ class UnsplashExtractor(Extractor):
def items(self):
for photo in self.photos():
util.delete_items(
photo, ("", "related_collections"))
photo, ("current_user_collections", "related_collections"))
url = photo["urls"]["raw"]
text.nameext_from_url(url, photo)