1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-10-26 06:22:32 +02:00
Commit Graph

5987 Commits

Author SHA1 Message Date
Mike Fährmann
7e43c9292d
release version 1.27.7 2024-10-25 18:59:39 +02:00
Mike Fährmann
8f396cfc57
[bluesky] add 'quoted' option (#6323) 2024-10-25 17:22:33 +02:00
Mike Fährmann
d34e2d56aa
[mangadex] use '/manga' endpoint to get manga by author (#6372)
allows for more than 10 manga to be returned
2024-10-24 20:07:11 +02:00
Mike Fährmann
0fd98f67ba
[mangadex] add 'author' extractor (#6372) 2024-10-24 14:57:17 +02:00
Mike Fährmann
c243a7b060
[lensdump] fix extraction (#6313)
- support custom sort orders & query parameters
- rewrite pagination logic
2024-10-24 13:59:39 +02:00
Mike Fährmann
8f0b0b0735
[wikimedia] fix non-English Fandom/wiki.gg articles (#6370) 2024-10-24 13:00:02 +02:00
Mike Fährmann
7877f8cf1a
[docker] build from default 'python:alpine'
reverts c2ac7a49e7.
2024-10-24 08:00:10 +02:00
Mike Fährmann
bce3c4b424
[bunkr] try different domain when encountering a CF challenge page
(#6344, #6352, #6368)
2024-10-23 21:17:01 +02:00
Mike Fährmann
75674944f0
[pixiv] implement 'sanity_level' workaround for user artworks results
(#4327, #5435, #6339)
2024-10-22 20:38:00 +02:00
Mike Fährmann
b08da4ffc7
[reddit] add 'embeds' option (#6357) 2024-10-22 17:06:54 +02:00
Mike Fährmann
33161da121
[pixiv] add 'captions' option (#4327)
make extra requests for empty captions independent of 'sanity'
2024-10-22 16:31:37 +02:00
Mike Fährmann
2d15e64ea9
[pixiv] fix exception when processing deleted sanity_level work (#6339)
https://github.com/mikf/gallery-dl/issues/6339#issuecomment-2427350524
2024-10-21 21:13:26 +02:00
Mike Fährmann
9a2bccd0d9
[bunkr] update to new site layout (#6344, #6352) 2024-10-21 14:17:28 +02:00
Mike Fährmann
66aa514c25
[scrolller] add initial support (#295, #3418, #5051) 2024-10-21 14:17:18 +02:00
Mike Fährmann
eacd4479a2
[patreon] support '/c/' before creator name in URLs (#6348)
and avoid '/CREATOR/posts' redirects
2024-10-21 14:11:19 +02:00
Mike Fährmann
00436d6027
[workflows:tests] include Python 3.13 2024-10-21 09:56:37 +02:00
Mike Fährmann
cff3d37551
[civitai] update "My Reactions" handling (#6263)
- use "reactions" subcategory
- raise exception when no api-key or cookies are present
2024-10-20 14:56:56 +02:00
Mike Fährmann
10c56a561d
add '--print' and '--print-to-file' command-line options 2024-10-20 10:06:04 +02:00
Mike Fährmann
2e1dab3036
[pp] add 'error' event 2024-10-19 20:30:34 +02:00
Mike Fährmann
5d984f35aa
[pinterest] support 'story' pins (#6188, #6078, #4229) 2024-10-19 17:47:31 +02:00
Mike Fährmann
5477ed181d
[pinterest] move file extraction into separate method 2024-10-18 20:55:20 +02:00
Mike Fährmann
9751b716ef
merge #6328: [vk] add 'offset' option 2024-10-17 21:21:52 +02:00
Mike Fährmann
0e4e40c9d2
[vk] document 'offset', add '--range' support 2024-10-17 21:20:21 +02:00
Mike Fährmann
4667833195
[util] add 'std' object to global eval namespace (#6330)
allows accessing standard library modules (and other external modules)
in a more straightforward manner than '__import__(...)'

* std.os.getcwd()
* std["os"].getcwd()
2024-10-17 21:08:07 +02:00
Mike Fährmann
9b4c94fda8
[build] include yt-dlp 'default' optional dependencies
https://github.com/yt-dlp/yt-dlp/pull/11255
2024-10-17 09:21:32 +02:00
Mike Fährmann
d3dcc44bd1
use child fallbacks only when a non-user error occurs (#6329) 2024-10-17 08:04:41 +02:00
Mike Fährmann
4b31601dc0
[civitai] fix "My Reactions" results (#6263)
requires 'api-key' or authenticated cookies to work
2024-10-16 23:18:00 +02:00
Mike Fährmann
69a75b1de2
[civitai] add extractors for global 'models' and 'images' (#6310) 2024-10-16 23:00:51 +02:00
Mike Fährmann
a37ac3c748
[civitai] add 'uuid' metadata field & use as archive format (#6326) 2024-10-16 19:56:09 +02:00
Mike Fährmann
a78f33d0fc
[civitai] fix 'model' file download URLs for tRPC API 2024-10-16 15:18:28 +02:00
Mike Fährmann
1824267447
[dl:ytdl] implement explicit HLS/DASH handling
add '_ytdl_manifest' to specify a manifest type to process
2024-10-16 15:16:21 +02:00
Sergey Kolesnik
67be377c77
Update vk.py: add "offset" option 2024-10-16 02:07:58 +03:00
Mike Fährmann
67547a659f
[cookies] convert Chromium expires_utc values to Unix timestamps 2024-10-15 08:31:46 +02:00
Mike Fährmann
36883e458e
use 'v[0] == "c"' instead of 'v.startswith("c")' 2024-10-15 08:24:06 +02:00
Mike Fährmann
d68bb78f44
use 'True if COND else False' for bool conversions
faster than 'bool(COND)', especially on older Pythons < 3.11
2024-10-14 20:57:47 +02:00
Mike Fährmann
c148e200a4
[bunkr] send proper Referer headers for file downloads (#6319) 2024-10-14 16:28:24 +02:00
Mike Fährmann
6506afb257
[bunkr] support 'bunkr.ps' URLs 2024-10-14 16:27:09 +02:00
Mike Fährmann
4358799833
[newgrounds] support page numbers in URLs (#6320)
https://USER.newgrounds.com/art/?page=5
https://USER.newgrounds.com/art/page/5
2024-10-14 14:25:09 +02:00
Mike Fährmann
d7e34e1dc3
[8chan] automatically determine TOS cookie name (#6318) 2024-10-14 14:25:09 +02:00
Mike Fährmann
93265db9b3
[8chan] support '/last/' thread URLs (#6318) 2024-10-14 14:25:09 +02:00
Mike Fährmann
c7f0d8945b
[pixiv] make retrieving ugoira metadata non-fatal (#6297)
update to 6ae3a5cdb0
catch all exceptions instead of just StopException
2024-10-14 14:25:09 +02:00
Mike Fährmann
3946fe5ac4
[cookies] return loaded cookies as list
don't set_cookie() them immediately into a CookieJar
also, give some more consistent names to chrome/chromium functions
2024-10-14 14:24:27 +02:00
Mike Fährmann
39b7d748f6
[urlgalleries] fix extraction
accept HTTP status 500 as valid pages
2024-10-11 20:16:32 +02:00
Mike Fährmann
1023b2d85d
[exception] implement constructing HttpError from response 2024-10-11 19:57:38 +02:00
Mike Fährmann
6d8d882dbf
[common] allow request() to accept all HTTP status codes
by passing Ellipsis/... as 'fatal' argument
2024-10-11 19:49:16 +02:00
Mike Fährmann
1df09292b5
consistent __exit__() argument names 2024-10-11 16:43:28 +02:00
Mike Fährmann
bca9a1a1e5
release version 1.27.6 2024-10-11 14:31:17 +02:00
Mike Fährmann
f8bb0fd6cb
[pixiv][danbooru] set '_ugoira_original' for ugoira results 2024-10-11 13:19:45 +02:00
Mike Fährmann
5dd17910d1
[deviantart] fix sta.sh folder extraction 2024-10-11 09:51:20 +02:00
Mike Fährmann
1f5f04e673
[pixiv] make '_request_ajax()' non-fatal 2024-10-11 07:55:02 +02:00