1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 03:02:50 +01:00
gallery-dl/gallery_dl/downloader
Mike Fährmann ece73b5b2a
make 'path' and 'keywords' available in logging messages
Wrap all loggers used by job, extractor, downloader, and postprocessor
objects into a (custom) LoggerAdapter that provides access to the
underlying job, extractor, pathfmt, and kwdict objects and their
properties.

__init__() signatures for all downloader and postprocessor classes have
been changed to take the current Job object as their first argument,
instead of the current extractor or pathfmt.

(#574, #575)
2020-05-18 19:04:51 +02:00
..
__init__.py improve find() for downloaders and postprocessors 2019-07-15 16:33:03 +02:00
common.py make 'path' and 'keywords' available in logging messages 2020-05-18 19:04:51 +02:00
http.py make 'path' and 'keywords' available in logging messages 2020-05-18 19:04:51 +02:00
text.py [downloader] overhaul http and text modules 2019-06-19 22:56:11 +02:00
ytdl.py make 'path' and 'keywords' available in logging messages 2020-05-18 19:04:51 +02:00