diff options
Diffstat (limited to 'gallery_dl/extractor/piczel.py')
| -rw-r--r-- | gallery_dl/extractor/piczel.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gallery_dl/extractor/piczel.py b/gallery_dl/extractor/piczel.py index 45ce7f8..94de983 100644 --- a/gallery_dl/extractor/piczel.py +++ b/gallery_dl/extractor/piczel.py @@ -22,7 +22,6 @@ class PiczelExtractor(Extractor): api_root = "https://tombstone.piczel.tv" def items(self): - yield Message.Version, 1 for post in self.posts(): post["tags"] = [t["title"] for t in post["tags"] if t["title"]] post["date"] = text.parse_datetime( |
