Mike Fährmann
5b60c66e0f
[path] support multiple characters in path-restrict objects ( #1707 )
2025-06-12 15:29:13 +02:00
Mike Fährmann
b4aed5e2c9
[common] allow overriding 'user-agent' when 'browser' is used ( #7647 )
2025-06-10 22:05:28 +02:00
Mike Fährmann
8e698d1a64
[ytdl] set domain as subcategory when using Generic extractor ( #6582 )
...
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-2959879730
2025-06-10 21:35:15 +02:00
Mike Fährmann
a25e14e776
[dl:http] implement dynamic download 'rate' limits ( #7638 )
2025-06-08 20:04:31 +02:00
Mike Fährmann
17d39c06e3
[exhentai] implement '"source": "metadata"' ( #4902 )
2025-06-08 12:57:23 +02:00
Mike Fährmann
967af5eede
[exhentai] add 'limits-action' option ( #6504 )
...
https://github.com/mikf/gallery-dl/issues/6504#issuecomment-2949551532
2025-06-08 12:56:56 +02:00
Rodrigo Damazio Bovendorp
aed35c6d7b
[docs] Update auto output mode documentation to reflect implementation
2025-06-07 21:19:21 -07:00
Mike Fährmann
3e423937d2
[misskey] implement 'include' option ( #5347 )
2025-06-06 20:52:03 +02:00
Mike Fährmann
5cd3f3977e
[misskey] add 'info' extractor ( #5347 )
2025-06-06 20:21:52 +02:00
Mike Fährmann
ac09cac978
[misskey] add 'avatar' and 'background' extractors ( #5347 )
2025-06-06 20:14:05 +02:00
Mike Fährmann
9c4cef822e
[komikcast] update domain to 'komikcast02.com'
2025-06-06 20:14:02 +02:00
Mike Fährmann
d7d99d5606
[behance] fix '403 Forbidden' errors
2025-06-05 14:25:07 +02:00
Mike Fährmann
efd49aef73
allow using predefined Firefox/Chrome 'headers' & 'ciphers'
2025-06-05 14:24:38 +02:00
Mike Fährmann
38116ce04c
[docs] add 'discord' options to gallery-dl.conf
2025-06-04 21:29:15 +02:00
Mike Fährmann
685836f6fd
[dynastyscans] add 'anthology' extractor ( #7627 )
2025-06-04 21:23:49 +02:00
Mike Fährmann
75b6c8f3d8
re-implement 'category-map' ( #7612 )
2025-06-04 07:57:27 +02:00
Mike Fährmann
99bf92364a
rename 'category-map' to 'config-map' ( #7612 )
2025-06-04 07:57:27 +02:00
Mike Fährmann
df4845bf60
[sexcom] update
...
- fix 'title' and 'type' of pictures
- remove '#' from the beginning of each tag
- add 'gifs' option
2025-06-04 07:44:43 +02:00
thatDudo
0b0152b347
[rawkuma] add support ( #4571 )
...
* Add rawkuma extractor
* Fix flake8 warnings
* Remove fstring
* Fix regex call
* update domain to rawkuma.net
* fix 'manga' extractor
* fix 'chapter' extractor
* add tests
* update docs/supportedsites
---------
Co-authored-by: Mike Fährmann <mike_faehrmann@web.de >
2025-06-02 19:15:53 +02:00
Mike Fährmann
09eed2a515
[docs:supportedsites] update 'civitai' entries ( #7608 #7609 )
2025-06-01 10:33:31 +02:00
Mike Fährmann
ec523c2c2c
[mangasee] remove module
2025-05-30 18:04:55 +02:00
Mike Fährmann
783f1c1b11
add 'category-map' option
...
primarily to achieve some form of backwards compatibility for
922c296482
2025-05-30 17:55:49 +02:00
Mike Fährmann
922c296482
[kemono][coomer][schalenetwork] rename modules & extractors
...
category changes:
- kemonoparty -> kemono
- coomerparty -> coomer
- koharu -> schalenetwork
also wanted to rename '2chan' -> 'sturdychan',
but the site's main page is still titled '2chen'
2025-05-30 17:51:49 +02:00
Mike Fährmann
539ed8fef4
[formatter] add 'D' conversion
2025-05-29 20:09:26 +02:00
Mike Fährmann
f1ab8c39fb
[kemonoparty] add 'artists' extractor ( #7582 )
2025-05-26 11:35:55 +02:00
Mike Fährmann
83054325e0
[arcalive] allow overriding default User-Agent header ( #7556 )
2025-05-23 08:05:47 +02:00
Mike Fährmann
7b5dd61e17
[sankaku] implement support for new 'tags' categories ( #7333 #7553 )
2025-05-22 12:41:03 +02:00
bradenhilton
3ba4404d21
[pixeldrain] add support for filesystem URLs ( #7473 )
2025-05-21 17:28:09 +02:00
Mike Fährmann
ac1c61f64a
[fanbox] use '"browser": "firefox"' by default ( #7490 )
2025-05-19 16:47:43 +02:00
Mike Fährmann
c28df68f68
[instagram:stories] add 'split' option ( #7521 )
2025-05-19 16:42:35 +02:00
Mike Fährmann
0285473b04
[flickr] add 'profile' option
2025-05-13 11:47:34 +02:00
Mike Fährmann
6b84de6cf7
[flickr] add 'info' option ( #4720 #6817 )
2025-05-12 17:07:36 +02:00
Mike Fährmann
7907d0d3bd
[mangadex] add 'following' extractor ( #7487 )
...
also fixes the URL pattern for the Updates feed at
https://mangadex.org/titles/feed
2025-05-12 12:58:22 +02:00
Mike Fährmann
f88e42c194
[mangadex] implement login with client credentials
...
unless the legacy method still works for your account,
login now requires 4 values:
- client-id
- client-secret
- username
- password
where 'client-id' and 'client-secret' are the credentials
of a personal API client.
> Public clients are not yet available.
2025-05-12 11:57:34 +02:00
Mike Fährmann
f0a46bf979
[docs] update 'civitai.nsfw' example
...
include XXX-rated files
2025-05-10 16:43:39 +02:00
Mike Fährmann
f343c8c0b6
[civitai] fix/improve video downloads ( #7502 )
...
- add 'quality-videos' option
- fix downloading static .webp files instead of video
2025-05-10 16:13:48 +02:00
Mike Fährmann
7a67348fc2
[civitai] implement retrieving 'version' metadata ( #7432 )
2025-05-03 20:39:35 +02:00
Mike Fährmann
e26ae210bd
[kemonoparty] restore using default creator posts endpoint
...
(#7438 #7450 #7462 )
- revert c3fb0f53ee
- add '"endpoint": "legacy+"' option
to use '/posts-legacy' results and with full metadata
2025-05-02 21:49:28 +02:00
Mike Fährmann
7b2bcf68a5
[manganelo] support 'nelomanga.net' and mirror domains ( #7423 )
...
- natomanga.com
- nelomanga.net
- manganato.gg
- mangakakalot.gg
2025-04-29 21:12:37 +02:00
Mike Fährmann
16b5d41ce5
[kemonoparty] add 'endpoint' option ( #7438 )
2025-04-28 16:47:48 +02:00
Mike Fährmann
9b43a3677e
[pp:directory] add 'directory' post processor ( #7432 )
2025-04-28 09:08:35 +02:00
Mike Fährmann
754b704ca1
merge #7411 : [itaku] add 'stars' extractor
2025-04-24 19:48:09 +02:00
Mike Fährmann
f01b4adcc9
[itaku:stars] update
...
- remove type hints
- add test
- update docs/supportedsites
2025-04-24 19:45:48 +02:00
Mike Fährmann
31f85ab678
merge #7412 : [weasyl] use 'gallery-dl' User-Agent header
2025-04-24 19:34:27 +02:00
Mike Fährmann
29a4444b21
[pictoa] update
...
- simplify code
- update URL patterns
- update tests
- update docs/supportedsites
2025-04-24 17:59:47 +02:00
Deer-Spangle
db89f4a545
[weasyl] Set gallery-dl user agent to match danbooru user agent, when making weasyl requests.
...
To fit with their bot ettiquette: https://projects.weasyl.com/bot-etiquette
2025-04-24 10:04:24 +01:00
nunonda
f342108280
Adding in a first pass at a pictoa extractor
...
Adds support for galleries and individual Images
2025-04-23 17:37:40 -07:00
noxibow
4c974debf5
[naver] support video downloads ( #7395 )
...
and fix 'date' for posts newer than 24h
- fix naver blogposts directory error for posts created less than 24 hours ago
- add support for videos on naver blogs
- refactor to remove unnecessary imports
- fix video url scraping method
- rework date handling
- rework video extraction
- add 'videos' option
- add test
2025-04-22 09:14:32 +02:00
stephanelsmith
f0e7992674
[twitter] added 'followers' extractor
...
modeled after the 'following' extractor
- cleanup
- add test
2025-04-19 18:24:29 +02:00
Mike Fährmann
31fd613fbb
[instagram] add 'followers' extractor ( #7374 )
2025-04-17 10:23:01 +02:00