summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/500px.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-09-09 01:57:57 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2021-09-09 01:57:57 -0400
commit3f5483df9075ae526f4c54f4cbe80edeabf6d4cc (patch)
tree6b2194fa03fd58ac35114c0dbec7561612a584b8 /gallery_dl/extractor/500px.py
parentd50ba9cfe80f00e02ca9a4714f75699c00e67128 (diff)
New upstream version 1.18.4.upstream/1.18.4
Diffstat (limited to 'gallery_dl/extractor/500px.py')
-rw-r--r--gallery_dl/extractor/500px.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gallery_dl/extractor/500px.py b/gallery_dl/extractor/500px.py
index 696b370..8c6fa09 100644
--- a/gallery_dl/extractor/500px.py
+++ b/gallery_dl/extractor/500px.py
@@ -29,7 +29,6 @@ class _500pxExtractor(Extractor):
def items(self):
first = True
data = self.metadata()
- yield Message.Version, 1
for photo in self.photos():
url = photo["images"][-1]["url"]