diff options
| author | 2020-03-16 23:20:22 -0400 | |
|---|---|---|
| committer | 2020-03-16 23:20:22 -0400 | |
| commit | f1baa4aa12d705e290f74c9fb4c6cd5eb2976fa2 (patch) | |
| tree | 70267e5f04db1da396e75fd4148d9c542683bbab /gallery_dl/extractor/imgur.py | |
| parent | 2bd320e568d015940227b7355396701331e2cd1e (diff) | |
| parent | e8cc000750de972384f2f34d02d42222b4018ae9 (diff) | |
Update upstream source from tag 'upstream/1.13.2'
Update to upstream version '1.13.2'
with Debian dir a36309ac1ae7b23d042eaafd21c4267c2f840ab4
Diffstat (limited to 'gallery_dl/extractor/imgur.py')
| -rw-r--r-- | gallery_dl/extractor/imgur.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gallery_dl/extractor/imgur.py b/gallery_dl/extractor/imgur.py index 5084e80..0813ea9 100644 --- a/gallery_dl/extractor/imgur.py +++ b/gallery_dl/extractor/imgur.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -# Copyright 2015-2019 Mike Fährmann +# Copyright 2015-2020 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. -"""Extract images from https://imgur.com/""" +"""Extractors for https://imgur.com/""" from .common import Extractor, Message from .. import text, exception @@ -65,7 +65,7 @@ class ImgurImageExtractor(ImgurExtractor): "account_url" : None, "animated" : False, "bandwidth" : int, - "date" : "type:datetime", + "date" : "dt:2016-11-10 14:24:35", "datetime" : 1478787875, "description" : None, "edited" : "0", @@ -142,7 +142,7 @@ class ImgurAlbumExtractor(ImgurExtractor): "cover_edited": None, "cover_height": 1400, "cover_width" : 951, - "date" : "type:datetime", + "date" : "dt:2015-10-09 10:37:50", "datetime" : 1444387070, "description" : None, "favorite" : False, |
