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 48a8717a7c
add 'output.num-to-str' option
... to convert any numeric values to string when outputting them as JSON
(during '--dump-json' or otherwise)
2018-10-08 20:28:54 +02:00
..
downloader adjust value resolution for retries/timeout/verify options 2018-10-07 21:13:39 +02:00
extractor adjust value resolution for retries/timeout/verify options 2018-10-07 21:13:39 +02:00
postprocessor [postprocessor:ugoira] improve libx264 detection 2018-09-24 13:12:54 +02:00
__init__.py make --filter and --range config-file options 2018-10-07 21:39:56 +02:00
__main__.py add a __main__.py file 2017-01-16 02:59:22 +01:00
aes.py small fix for aes_cbc_decrypt_text 2017-06-30 15:21:04 +02:00
cache.py add 'util.expand_path()' 2017-10-26 00:04:28 +02:00
cloudflare.py use text.urljoin() 2018-04-26 17:00:26 +02:00
config.py explicitly open config files as utf-8 2018-05-25 16:29:46 +02:00
exception.py update exception hierarchy 2018-09-05 18:15:33 +02:00
job.py add 'output.num-to-str' option 2018-10-08 20:28:54 +02:00
oauth.py use common base class for OAuth1.0 based API interfaces 2018-05-10 21:57:45 +02:00
option.py add '--no-check-certificate' command-line option 2018-10-07 21:46:00 +02:00
output.py remove the obsolete safeprint() and error() functions 2018-04-05 13:10:33 +02:00
text.py implement text.split_html() 2018-05-27 15:00:41 +02:00
util.py add 'output.num-to-str' option 2018-10-08 20:28:54 +02:00
version.py move FileAdapter definition into recursive.py 2018-09-16 20:59:22 +02:00