summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/warosu.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/warosu.py')
-rw-r--r--gallery_dl/extractor/warosu.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gallery_dl/extractor/warosu.py b/gallery_dl/extractor/warosu.py
index d353144..7f51732 100644
--- a/gallery_dl/extractor/warosu.py
+++ b/gallery_dl/extractor/warosu.py
@@ -47,7 +47,6 @@ class WarosuThreadExtractor(Extractor):
title = text.remove_html(posts[0]["com"])
data["title"] = text.unescape(title)[:50]
- yield Message.Version, 1
yield Message.Directory, data
for post in posts:
if "image" in post: