summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/lightroom.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/lightroom.py')
-rw-r--r--gallery_dl/extractor/lightroom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/lightroom.py b/gallery_dl/extractor/lightroom.py
index b557149..27aa15a 100644
--- a/gallery_dl/extractor/lightroom.py
+++ b/gallery_dl/extractor/lightroom.py
@@ -35,7 +35,7 @@ class LightroomGalleryExtractor(Extractor):
images = self.images(album)
for img in images:
url = img["url"]
- yield Message.Directory, img
+ yield Message.Directory, "", img
yield Message.Url, url, text.nameext_from_url(url, img)
def metadata(self, album):