1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 19:22:32 +01:00
gallery-dl/gallery_dl
Mike Fährmann 82eee72b39
[pixiv] update API interface
- start all endpoints with '/'
- use extractor.wait() for rate limit
- retry with while loop instead of recursion
- in case of error, write entire response to debug log
2022-05-02 09:03:34 +02:00
..
downloader [downloader:http] support sending POST data (#2433) 2022-03-23 21:48:38 +01:00
extractor [pixiv] update API interface 2022-05-02 09:03:34 +02:00
postprocessor [postprocessor:ugoira] report errors with ffmpeg/mkvmerge (#2487) 2022-04-18 18:40:28 +02:00
__init__.py replace '\f' in --filename arguments with form feed character 2022-04-28 21:54:05 +02:00
__main__.py
cache.py run tests without using 'nose' 2021-10-13 04:07:41 +02:00
config.py support XDG_CONFIG_HOME (closes #1545) 2021-05-16 02:48:16 +02:00
exception.py [twitter] improve error handling 2022-01-23 18:01:05 +01:00
formatter.py implement 'datetime_to_timestamp()' 2022-03-23 22:36:01 +01:00
job.py respect 'output.private' in '-K/--list-keywords' output 2022-03-25 22:19:37 +01:00
oauth.py write OAuth token to cache by default (#616) 2020-05-25 22:35:45 +02:00
option.py add '--ugoira-conv-copy' command-line option (#1550) 2022-03-27 15:31:24 +02:00
output.py [output] write directly to sys.stdout 2021-11-29 04:41:29 +01:00
path.py [postprocessor:metadata] implement 'mtime' option (#2307) 2022-02-22 23:02:13 +01:00
text.py implement 'text.root_from_url()' 2022-03-01 03:09:57 +01:00
util.py use extended format strings for archive keys 2022-04-28 20:26:12 +02:00
version.py use extended format strings for archive keys 2022-04-28 20:26:12 +02:00
ytdl.py refactor proxy handling code (#2357) 2022-03-10 23:55:35 +01:00