diff --git a/gallery_dl/extractor/unsplash.py b/gallery_dl/extractor/unsplash.py index f69155df..e08bcbcd 100644 --- a/gallery_dl/extractor/unsplash.py +++ b/gallery_dl/extractor/unsplash.py @@ -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)