diff options
| author | 2022-04-29 01:58:56 -0400 | |
|---|---|---|
| committer | 2022-04-29 01:58:56 -0400 | |
| commit | c6b88a96bd191711fc540d7babab3d2e09c68da8 (patch) | |
| tree | 288f3641ea19865740191b452da8832021772b8c /gallery_dl/extractor/unsplash.py | |
| parent | 2fe1dfed848fc26b7419e3bfe91a62e686960429 (diff) | |
New upstream version 1.21.2.upstream/1.21.2
Diffstat (limited to 'gallery_dl/extractor/unsplash.py')
| -rw-r--r-- | gallery_dl/extractor/unsplash.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_dl/extractor/unsplash.py b/gallery_dl/extractor/unsplash.py index 6036322..ad1617c 100644 --- a/gallery_dl/extractor/unsplash.py +++ b/gallery_dl/extractor/unsplash.py @@ -115,9 +115,9 @@ class UnsplashImageExtractor(UnsplashExtractor): "id": "uMJXuywXLiU", "instagram_username": "just_midwest_rock", "last_name": "Hoefler", - "location": "Madison, WI", + "location": None, "name": "Dave Hoefler", - "portfolio_url": str, + "portfolio_url": None, "total_collections": int, "total_likes": int, "total_photos": int, |
