bradenhilton
3ba4404d21
[pixeldrain] add support for filesystem URLs ( #7473 )
2025-05-21 17:28:09 +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
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
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
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
16b5d41ce5
[kemonoparty] add 'endpoint' option ( #7438 )
2025-04-28 16:47:48 +02: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
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
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
24bbcbcfa3
[danbooru] add 'favgroup' extractor
2025-03-26 20:58:49 +01:00
Mike Fährmann
e1aabf01e4
merge #7220 : [deviantart] add subfolder support ( #4988 #7185 )
2025-03-24 18:43:11 +01:00
Mike Fährmann
b52c21186b
[deviantart] add 'subfolders' option
2025-03-23 17:58:58 +01:00
Mike Fährmann
4a74bc6e30
[kemonoparty] extract 'archives' metadata ( #7195 )
...
add 'archives' option for additional data
2025-03-22 18:38:21 +01:00
Mike Fährmann
f8ef9a7b35
[kemonoparty] enable 'username'/'user_profile' metadata by default
2025-03-21 20:01:06 +01:00
Mike Fährmann
dbe8820b9e
[arcalife] add 'gifs' option ( #5657 )
2025-03-14 22:34:45 +01:00
hdk5
d900e868e4
[arcalive] add support ( #5657 #7100 )
...
* [arca.live] Add extractor skeleton
* [arcalive] update names and formatting
* [arcalive] implement initial file extraction code
* [arcalive] improve '_extract_media()' performance
compile and cache regex on demand
* [arcalive] improve image extraction
- extract 'data-originalurl' URLs if available
- replace URL query strings with 'type=orig'
- ignore emoticons by default
* [arcalive] update defaults
- include 'title' in filenames
- use 0.5-1.5s delay between requests
* [arcalive] use ext from 'data-orig' if available
* [arcalive] update docs/supportedsites
* [arcalive] add tests
* [arcalive] update 'board' extractor pattern
so it doesn't also match 'post' URLs
---------
Co-authored-by: Mike Fährmann <mike_faehrmann@web.de >
2025-03-14 10:52:21 +01:00
Mike Fährmann
22d46f2462
[batoto] add 'domain' option ( #7174 )
...
allow legacy domains by default
2025-03-14 10:31:49 +01:00
Mike Fährmann
cd1ddb0a67
[wikimedia] add 'subcategories' option ( #2340 )
...
https://github.com/mikf/gallery-dl/pull/2340#issuecomment-2707177295
2025-03-12 22:05:44 +01:00
Mike Fährmann
486e307ecd
[reddit] add 'selftext' option ( #7111 )
2025-03-08 09:01:50 +01:00
Mike Fährmann
3b81d89fef
[bunkr] add 'endpoint' option ( #7097 )
2025-03-08 08:50:16 +01:00
Mike Fährmann
2f3265a8ae
[tenor] add initial support ( #6075 )
2025-03-03 19:04:50 +01:00
Mike Fährmann
f232a07faf
[danbooru:pool] download posts in pool order ( #7091 )
...
- add 'order-posts' option
- add 'num' metadata field for pool position
- update default filenames to order by pool position
2025-03-03 16:46:43 +01:00
Mike Fährmann
4ecc40ce4b
[docs] fix 'tiktok-range' default value ( #7098 )
2025-03-02 14:34:30 +01:00
Mike Fährmann
afde4ad343
[tiktok] add 'avatar' option
2025-02-26 21:09:57 +01:00
Mike Fährmann
5e87aee32d
[tiktok] add 'audio' option ( #7060 )
2025-02-26 21:02:33 +01:00
Mike Fährmann
13c3fa45f7
[docs] add 'tiktok' options ( #7060 )
2025-02-26 20:45:25 +01:00
Mike Fährmann
203c2e3492
[vipergirls] change default 'domain' to 'viper.click' (4166)
...
https://github.com/mikf/gallery-dl/issues/4166#issuecomment-2684014628
and update general 'domain' handling
2025-02-26 10:41:51 +01:00
Mike Fährmann
876169ded5
[furaffinity] use a 1s delay between requests by default ( #7054 )
2025-02-25 20:12:54 +01:00
Mike Fährmann
8daf496a22
[archive] add 'archive-table' option ( #6152 )
2025-02-17 11:41:13 +01:00
Mike Fährmann
35307608f2
[dl:http] add 'sleep-429' option ( #6996 )
2025-02-15 17:42:03 +01:00
Mike Fährmann
51f978e027
[weibo] add 'movies' option ( #6988 )
...
disable 'movie' downloads by default
2025-02-13 18:01:20 +01:00
Mike Fährmann
438c61601b
[xfolio] add initial support ( #5514 , #6351 , #6837 )
2025-01-18 15:57:56 +01:00
Mike Fährmann
dc7b46be21
[khinsider] add 'covers' option ( #6844 )
2025-01-18 15:57:56 +01:00
Mike Fährmann
bde99cc6ce
[cohost] remove module
...
cohost.org now redirects to archive.org
2025-01-13 14:38:35 +01:00
Mike Fährmann
91bd3e37f2
[pexels] add support ( #2286 , #4214 , #6769 )
2025-01-12 16:50:12 +01:00
Mike Fährmann
1d75c8308c
[weebcentral] add support ( #6778 )
2025-01-10 23:04:51 +01:00
Mike Fährmann
b1ffb62644
[docs] update 'sleep-request' value for 'wallhaven'
2025-01-06 17:24:04 +01:00
Mike Fährmann
7f6a53c347
[cohost] add 'avatar' and 'background' options ( #6656 )
2024-12-14 20:16:28 +01:00
Mike Fährmann
7091904b20
[common] restore using environment proxies by default ( #6553 , #6609 )
...
change 'proxy-env' default to 'true'
2024-12-07 17:38:44 +01:00
Mike Fährmann
75c463bb18
[docs] update gallery-dl.conf
...
add simple script that compares configuration.rst and gallery-dl.conf
2024-11-30 09:58:11 +01:00
Mike Fährmann
8aca0e6970
update default User-Agent header to Firefox 128 ESR
2024-07-09 20:42:06 +02:00
Mike Fährmann
992e86ec94
[deviantart] disable 'jwt' ( #4652 )
2023-10-12 21:37:10 +02:00
Mike Fährmann
0c5d8b1505
[deviantart] re-add 'quality' option and 'intermediary' transform
2023-09-24 17:36:05 +02:00
Mike Fährmann
6178177227
[twitter] fix '_extractor' of following results ( #4536 )
...
regression from 20ed647f
2023-09-15 23:04:30 +02:00
Mike Fährmann
f2de70f254
[gfycat] remove module
2023-09-04 18:27:11 +02:00
Mike Fährmann
ceb59e176f
fix default Firefox user agent string
...
note to self: do not trust some random third-party website
2023-09-02 22:22:23 +02:00
Mike Fährmann
f079d9a703
[reddit] notify users about registering an oauth application
...
(#4292 , #4253 , #3943 )
2023-07-12 21:43:00 +02:00