1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 03:02:50 +01:00
gallery-dl/gallery_dl
Mike Fährmann 89066844f4
add 'config_instance' method
to allow for a more streamlined access to BaseExtractor instance options
2024-01-18 03:20:36 +01:00
..
downloader [downloader:http] skip files not passing filesize-min/-max (#4821) 2023-11-17 22:54:20 +01:00
extractor add 'config_instance' method 2024-01-18 03:20:36 +01:00
postprocessor remove single quotes in some logging messages (#4908) 2023-12-11 19:13:45 +01:00
__init__.py allow using an empty string as argument for -D/--directory 2024-01-12 16:39:16 +01:00
__main__.py fix symlink resolution in __main__.py 2023-09-30 17:02:57 +02:00
actions.py 'sys.exit' -> 'SystemExit' 2023-08-21 23:46:39 +02:00
aes.py implement --cookies-from-browser (#1606) 2022-05-07 23:06:37 +02:00
cache.py run tests without using 'nose' 2021-10-13 04:07:41 +02:00
config.py 'sys.exit' -> 'SystemExit' 2023-08-21 23:46:39 +02:00
cookies.py [cookies] fix macOS Firefox profile path 2024-01-03 01:25:50 +01:00
exception.py rework and extend input file processing (#4732) 2023-11-14 20:50:11 +01:00
formatter.py [formatter] use value of last alternative (#4492) 2023-09-05 17:53:27 +02:00
job.py remove single quotes in some logging messages (#4908) 2023-12-11 19:13:45 +01:00
oauth.py replace '24*3600' with '86400' 2023-12-18 23:57:22 +01:00
option.py implement -e/--error-file as a logging handler 2023-12-10 00:06:39 +01:00
output.py implement -e/--error-file as a logging handler 2023-12-10 00:06:39 +01:00
path.py add "ascii+" as a special 'path-restrict' value (#4371) 2023-08-01 19:33:53 +02:00
text.py add 'default' argument to 'text.extr()' 2022-11-09 11:00:32 +01:00
util.py add 'util.repeat()' 2023-12-11 23:32:28 +01:00
version.py [vk] transform image URLs to non-blurred versions (#5017) 2024-01-07 00:19:10 +01:00
ytdl.py [ytdl] fix crash due to removed 'no_color' attribute 2023-05-25 23:11:49 +02:00