Files
gallery-dl/gallery_dl
Mike Fährmann 523ebc9b0b Fix serialization of 'datetime' objects in '--write-metadata'
Simplified universal serialization support in json.dump() can be achieved
by passing 'default=str', which was already the case in DataJob.run()
for -j/--dump-json, but not for the 'metadata' post-processor.

This commit introduces util.dump_json() that (more or less) unifies the
JSON output procedure of both --write-metadata and --dump-json.

(#251, #252)
2019-05-09 16:49:22 +02:00
..
2019-04-25 21:31:01 +02:00
2017-01-16 02:59:22 +01:00
2019-03-13 22:03:02 +01:00
2019-04-25 21:31:01 +02:00
2019-03-04 20:53:58 +01:00
2018-09-05 18:15:33 +02:00
2019-04-25 21:31:01 +02:00
2019-05-08 15:43:59 +02:00