summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/livedoor.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/livedoor.py')
-rw-r--r--gallery_dl/extractor/livedoor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gallery_dl/extractor/livedoor.py b/gallery_dl/extractor/livedoor.py
index feffdfd..cffbc10 100644
--- a/gallery_dl/extractor/livedoor.py
+++ b/gallery_dl/extractor/livedoor.py
@@ -25,7 +25,6 @@ class LivedoorExtractor(Extractor):
self.user = match.group(1)
def items(self):
- yield Message.Version, 1
for post in self.posts():
images = self._images(post)
if images: