diff options
Diffstat (limited to 'gallery_dl/extractor/35photo.py')
| -rw-r--r-- | gallery_dl/extractor/35photo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gallery_dl/extractor/35photo.py b/gallery_dl/extractor/35photo.py index 27634de..6a40d41 100644 --- a/gallery_dl/extractor/35photo.py +++ b/gallery_dl/extractor/35photo.py @@ -22,7 +22,6 @@ class _35photoExtractor(Extractor): def items(self): first = True data = self.metadata() - yield Message.Version, 1 for photo_id in self.photos(): for photo in self._photo_data(photo_id): |
