Mike Fährmann
10f2e08bd1
[fanbox] fix 'comments' extraction
2025-04-19 16:45:47 +02:00
Mike Fährmann
88f1541a83
[common] add 'request_location()' convenience function
2025-04-19 16:45:05 +02:00
Mike Fährmann
d6311bbf75
[moebooru:pool] replace underscores in pool names ( #4646 )
...
https://github.com/mikf/gallery-dl/issues/4646#issuecomment-2815698517
2025-04-18 18:33:23 +02:00
Mike Fährmann
de727147e5
[fapello] stop pagination on empty results ( #7385 )
2025-04-18 15:46:36 +02:00
Mike Fährmann
763bbfae8b
[pp:ugoira] support '"keep-files": true' + custom extension ( #7304 )
...
for '"mode": "archive"'
2025-04-17 20:03:18 +02:00
Mike Fährmann
fc561c2936
[pp:ugoira] restore 'keep-files' functionality ( #7304 )
...
fixes regression introduced in a08c35ad79
2025-04-17 19:25:31 +02:00
Mike Fährmann
f3ababc3be
[pp:ugoira] use '_ugoira_frame_index' to detect '.zip' files
2025-04-17 18:37:08 +02:00
Mike Fährmann
31fd613fbb
[instagram] add 'followers' extractor ( #7374 )
2025-04-17 10:23:01 +02:00
Mike Fährmann
9abca62e8b
merge #7379 : [everia] fix 'title' extraction
2025-04-17 08:25:45 +02:00
Ryan Rockey
ecf6966303
[everia] fix 'title' extraction
...
Due to a recent site change, post titles where no longer being
downloaded into their own directory.
After reviewing the site code changing extractor to use the "</h2>"
tag instead of the original </h1> resolves this issue.
-----
Generalizing to "</h" works as well and may account for future changes.
2025-04-17 08:22:14 +02:00
Mike Fährmann
dcaf7293b3
[bluesky] add 'video' extractor ( #4438 )
2025-04-16 12:00:57 +02:00
Mike Fährmann
7d1321cbda
[bluesky:likes] fix infinite loop ( #7194 #7287 )
...
at the end of 'feed.getActorLikes'
2025-04-16 08:58:15 +02:00
Mike Fährmann
397a795a17
[bluesky] use self.groups / remove constructors
2025-04-15 22:47:33 +02:00
Mike Fährmann
481ad1c206
[bluesky:likes] use 'repo.listRecords' endpoint ( #7194 #7287 )
...
requires one additional API request per post,
but allows accessing likes of all users without login
and avoids the infinite loop at the end of 'getActorLikes'
add 'endpoint' option
2025-04-15 22:47:33 +02:00
Mike Fährmann
48053cf3ec
[util] update auto Chrome version
2025-04-15 22:47:33 +02:00
Mike Fährmann
4c8c98a14d
use internal, non-caching version of re.compile for extractor patterns
...
speeds up total compile time of extractor patterns by ~10ms
2025-04-15 22:47:19 +02:00
Mike Fährmann
26747051b0
release version 1.29.4
2025-04-13 10:42:44 +02:00
Mike Fährmann
21160a8b08
[tumblr] support URLs without subdomain ( #7358 )
2025-04-13 09:33:51 +02:00
Mike Fährmann
feacdd5d87
[hentai2read] fix exception for chapters without artist ( #7355 )
2025-04-12 20:14:31 +02:00
Mike Fährmann
81ff0219a1
merge #7353 : [discord] fix "parent" keyword inconsistency ( #7341 )
2025-04-12 16:57:49 +02:00
Luca Russo
a27bcf6bbb
[discord] fix categories name bug
2025-04-12 16:56:15 +02:00
Mike Fährmann
8eba4e6434
merge #7352 : [pixiv] support 'phixiv.net' URLs
2025-04-12 16:53:13 +02:00
Mike Fährmann
2ef7a05e10
[pixiv] update 'work' extractor pattern & add tests
2025-04-12 16:51:17 +02:00
w4tchdoge
1ee057285d
[pixiv] match phixiv.net URLs
2025-04-12 19:30:04 +08:00
Mike Fährmann
85808a954f
[gelbooru] fix video URLs ( #7345 )
...
update subdomain to 'img4'
2025-04-12 08:41:10 +02:00
Mike Fährmann
232d4545f4
[tests] add reddit post with redgifs embed
2025-04-12 08:37:02 +02:00
Mike Fährmann
a08c35ad79
[pp:ugoira] preserve 'extension' when using "mode": "archive" ( #7304 )
2025-04-11 16:33:11 +02:00
Mike Fährmann
9ce6de6ca0
[formatter] add 'i' and 'f' conversions ( #6582 )
...
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-2792166608
2025-04-11 09:18:24 +02:00
Mike Fährmann
4916b4fd1f
[webtoons] download JPEG files in better quality
...
add 'quality' option
2025-04-10 22:04:43 +02:00
Mike Fährmann
09d42b8e89
[webtoons] use a default delay pf 0.5-1.5s between requests ( #7329 )
2025-04-09 20:41:22 +02:00
Mike Fährmann
edd90fbf02
[pp:metadata] add 'metadata-path' option ( #6582 )
...
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-2781643835
2025-04-09 20:24:14 +02:00
Mike Fährmann
a1bf71d0bd
merge #7327 : [zzup] support 'w.zzup.com' URLs
2025-04-08 17:04:54 +02:00
Mike Fährmann
8eb365d4b6
[pp:metadata] fix handling of empty directory paths ( #7296 )
2025-04-08 17:03:27 +02:00
Mike Fährmann
f02dcb720a
[rule34xyz] update to API v2 ( #7289 )
2025-04-08 17:03:27 +02:00
Mike Fährmann
76040f9d68
[issuu] fix extractors ( #7317 )
2025-04-08 17:03:27 +02:00
Mike Fährmann
7f7af12c2f
[kemonoparty] fix file paths with backslashes ( #7321 )
2025-04-08 17:03:27 +02:00
Mike Fährmann
1772c233e4
[dl:ytdl] fix exception when ytdl reports an error ( #7301 )
...
when using the HLS/DASH download functionality
2025-04-08 17:02:35 +02:00
astringa1234
0ea80c0586
[zzup] support 'w.zzup.com' URLs
...
- zzup.py support for w.zzup
- fix pattern
- update tests
2025-04-08 16:23:12 +02:00
Mike Fährmann
f7cd4367c6
[chevereto] support 'imagepond.net' ( #7278 )
2025-04-01 10:41:54 +02:00
Mike Fährmann
015ba76c9c
[webtoons] add 'artist' extractor ( #7274 )
2025-04-01 10:06:56 +02:00
Mike Fährmann
492ea46c25
[zerochan] fix "KeyError: 'author'" ( #7282 )
...
fixes regression introduced in d746e025a0
2025-04-01 10:02:55 +02:00
Mike Fährmann
fb6afb1ee1
[webtoons] update & simplify code
2025-03-31 11:49:02 +02:00
Mike Fährmann
ee26f3ccd7
[instagram] use Chrome User-Agent by default ( #6379 )
2025-03-30 22:21:38 +02:00
Mike Fährmann
1396ea6352
[deviantart] fix "KeyError: 'has_subfolders'" ( #7272 )
2025-03-30 19:42:52 +02:00
Mike Fährmann
4143e8e8b3
[everia] improve/fix image extraction ( #7270 )
2025-03-30 18:42:05 +02:00
Mike Fährmann
becdfbd806
[readcomiconline] fix 'issue' extractor ( #7269 )
...
- pth -> pht
- spaces -> tabs
2025-03-30 18:42:04 +02:00
Mike Fährmann
4bcbc2d5b4
[E621:pool] fix AttributeError ( #7265 )
...
fixes regression introduced in 24bbcbcfa3
2025-03-30 18:41:58 +02:00
Mike Fährmann
add52e6880
release version 1.29.3
2025-03-29 10:52:03 +01:00
Mike Fährmann
c4d08b24e9
[pinterest] ignore 'story_pin_static_sticker_block' blocks ( #7251 )
2025-03-28 20:20:29 +01:00
Mike Fährmann
e0211bdaa5
merge #7261 : [deviantart] support multiple images for single posts
...
(#6653 )
2025-03-28 17:26:48 +01:00