aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/fanbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/fanbox.py')
-rw-r--r--gallery_dl/extractor/fanbox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gallery_dl/extractor/fanbox.py b/gallery_dl/extractor/fanbox.py
index 06054b2..cc6ee97 100644
--- a/gallery_dl/extractor/fanbox.py
+++ b/gallery_dl/extractor/fanbox.py
@@ -31,7 +31,6 @@ class FanboxExtractor(Extractor):
self.embeds = self.config("embeds", True)
def items(self):
- yield Message.Version, 1
if self._warning:
if "FANBOXSESSID" not in self.session.cookies: