From 89ea1384fc6f79ce9147d14a1ea9b060adcaf3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 20 Jan 2021 22:51:02 +0100 Subject: [PATCH] [unsplash] fix typo --- gallery_dl/extractor/unsplash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)