diff options
Diffstat (limited to 'gallery_dl/extractor/2chan.py')
| -rw-r--r-- | gallery_dl/extractor/2chan.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gallery_dl/extractor/2chan.py b/gallery_dl/extractor/2chan.py index f5d2a4c..c92969b 100644 --- a/gallery_dl/extractor/2chan.py +++ b/gallery_dl/extractor/2chan.py @@ -35,7 +35,6 @@ class _2chanThreadExtractor(Extractor): self.server, self.board, self.thread) page = self.request(url).text data = self.metadata(page) - yield Message.Version, 1 yield Message.Directory, data for post in self.posts(page): if "filename" not in post: |
