aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/vsco.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/vsco.py')
-rw-r--r--gallery_dl/extractor/vsco.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/vsco.py b/gallery_dl/extractor/vsco.py
index c9f0ec3..76e4e3d 100644
--- a/gallery_dl/extractor/vsco.py
+++ b/gallery_dl/extractor/vsco.py
@@ -61,7 +61,7 @@ class VscoExtractor(Extractor):
"video" : img["is_video"],
"width" : img["width"],
"height": img["height"],
- "description": img["description"],
+ "description": img.get("description") or "",
})
yield Message.Url, url, data