Commit Graph

869 Commits

Author SHA1 Message Date
Mike Fährmann
2480ba2a55 [pp:python] add '"mode": "eval"' 2025-09-22 17:54:37 +02:00
Mike Fährmann
a6e6389480 [simpcity] implement 'order-posts' option (#8248) 2025-09-22 11:21:17 +02:00
Mike Fährmann
5066de020a [vipergirls] implement 'order-posts' option (#8248) 2025-09-22 11:20:59 +02:00
Mike Fährmann
8796ad02ba [bellazon] add 'order-posts' option (#8248) 2025-09-20 22:12:01 +02:00
Mike Fährmann
c991f05d52 [kemono:discord] add 'order-posts' option (#8241) 2025-09-20 21:26:10 +02:00
Mike Fährmann
6bca0f93a1 [bellazon] add 'quoted' option (#8247)
ignore quoted content by default
2025-09-20 20:56:45 +02:00
Mike Fährmann
96ce1926a4 [thehentaiworld] add support (#274 #8237) 2025-09-19 22:13:07 +02:00
Mike Fährmann
db208ca1bd [hdoujin] add support (#6810) 2025-09-17 19:29:50 +02:00
Mike Fährmann
1b9e1ff9ff [schalenetwork] fix extraction (#6948 #7391 #7728)
- remove 'cbz' option
- require 'crt' query parameter token as well as a matching User-Agent
2025-09-17 19:29:50 +02:00
Mike Fährmann
b5fac68ea6 [docs/configuration] update 'actions' docs (#8201) 2025-09-13 12:09:11 +02:00
Mike Fährmann
05128ccf49 [twitter] add 'search-limit' option (#8173)
reduce default limit from 100 to 20
2025-09-13 10:30:58 +02:00
Mike Fährmann
8617c08c6c [cyberfile] add support (#5015) 2025-09-10 09:13:40 +02:00
Mike Fährmann
5888bcbcf8 [fansly] fix & improve format selection (#4401)
rename 'format' option to 'formats'
2025-09-09 10:14:43 +02:00
Mike Fährmann
f6fcba4040 [twitter] add 'search-stop' option (#8173)
and rename 'pagination-search' to 'search-pagination'
2025-09-09 10:14:43 +02:00
Mike Fährmann
d182749f45 [twitter] implement 'pagination-search' option (#8173) 2025-09-07 21:03:29 +02:00
Mike Fährmann
bfee2a37aa [fansly] improve file extraction code (#4401)
- add 'format' option
- handle exceptions
2025-09-04 22:58:37 +02:00
Mike Fährmann
e2ca64a636 [fansly] add initial support (#4401)
- only posts and creator posts work
- 'home' and 'list' extractors do nothing atm
- needs 'authorization' header as 'token' config value
  to access locked content
- needs yt-dlp to download 1080p videos
2025-09-02 22:12:51 +02:00
Mike Fährmann
ff147c2a32 [tumblr] fix pagination when using 'date-max' 2025-09-02 10:24:00 +02:00
Mike Fährmann
de05453707 [reddit] add 'limit' option (#7997 #8012 #8092)
change default value from 100 to null,
i.e. don't send a 'limit' parameter
2025-08-29 10:02:37 +02:00
Mike Fährmann
2eca790c87 [reddit] add 'api' option (#7997 #8012 #8092) 2025-08-28 22:52:57 +02:00
Mike Fährmann
a953d3d316 [erome] handle reposts on user profiles (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3221322147

- add 'reposts' option
- disable reposts by default
- process URL query parameters, e.g. 't=posts' or 'page=3'
2025-08-26 11:26:52 +02:00
Mike Fährmann
ed3ac5a402 [sizebooru] add support (#7667) 2025-08-24 10:39:17 +02:00
Mike Fährmann
a41e3c90f4 [civitai:search] add 'token' option (#8093) 2025-08-22 17:21:00 +02:00
Mike Fährmann
0837bc2b70 [gelbooru] update 'api-key' & 'user-id' docs to match 'gelbooru_v02' 2025-08-22 17:06:19 +02:00
Mike Fährmann
926fea5ac8 [docs/configuration] add note to 'deviantart.avatar.formats' (#8044) 2025-08-21 19:11:27 +02:00
Mike Fährmann
78f78fe64b [gelbooru_v02] support using 'api-key' & 'user-id' (#8077)
- detect API error messages
- add default 1.0s request delay to 'rule34'
2025-08-20 22:48:20 +02:00
Mike Fährmann
47150f3e8a [twitter] add 'highlights' extractor (#7826) 2025-08-19 09:14:39 +02:00
Mike Fährmann
682e29a535 [path] implement 'path-convert' option (#493 #6582) 2025-08-14 19:33:24 +02:00
Mike Fährmann
b4a897aede [skeb] rename 'sent-requests' subcategory to 'sentrequests' (#8036)
to avoid clashes with 'sent-requests' option
2025-08-14 17:40:20 +02:00
Mike Fährmann
42582af4f1 [kemono] support '"endpoint": "posts+"' for full metadata (#8028)
alias for "legacy+"
2025-08-14 12:13:12 +02:00
Mike Fährmann
ab54f71511 [skeb] implement 'include' option (#6558 #7267)
- split 'user' extractor into 'works' & 'sent-requests' extractors
- use BASE_PATTERN & USER_PATTERN
- use self.groups
2025-08-12 22:11:03 +02:00
Mike Fährmann
e491d56dc3 [idolcomplex] update to new domain and interface (#7559 #8009) 2025-08-11 22:24:04 +02:00
Mike Fährmann
e92538624e [civitai] add 'user-collections' extractor (#8005) 2025-08-10 21:33:23 +02:00
Mike Fährmann
0d2b8f53cc [facebook] add 'info' extractor (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3151899420

Currently relies on the profile having a /photos_by page.
2025-08-09 18:49:53 +02:00
Mike Fährmann
2192a2c360 [facebook] add initial 'albums' extractor (#7848)
needs GraphQL API to fetch more than the latest 8
2025-08-08 21:22:41 +02:00
Mike Fährmann
16acfbd1e7 [common] implement '"user-agent": "@BROWSER"' (#7947)
support automatically fetching the 'User-Agent' header
of a specific installed browser, e.g. "@firefox"
2025-08-07 20:58:29 +02:00
Mike Fährmann
c7fe6ba691 [vsco] disable TLS 1.2 cipher suites by default (#7984 #7986) 2025-08-07 20:58:29 +02:00
Mike Fährmann
efd7821075 merge #7952: [hentaifoundry] add 'descriptions' option 2025-08-02 17:30:38 +02:00
Mike Fährmann
afa720d3e0 [hentaifoundry] add 'html' description test case 2025-08-02 17:29:07 +02:00
Mike Fährmann
9eb88905bc [comick] add 'lang' option (#7938) 2025-08-01 23:28:09 +02:00
sarma-tyrant
12f56b888c Added to docs 2025-08-01 16:36:20 -04:00
Mike Fährmann
df4f823f6e [booth] add 'strategy' option (#7920)
- extract file URLs from HTML webpages
- fix 'adult' cookie value
2025-08-01 21:21:41 +02:00
Mike Fährmann
2eb5e52055 extend '-A / --abort' & '"skip": "abort"' functionality (#7891)
implement ascending by more than 1 level or
up to an extractor with a specific subcategory
2025-07-30 00:01:49 +02:00
Mike Fährmann
78f81ee48a [booth] add 'shop' extractor (#7920) 2025-07-29 16:52:27 +02:00
Mike Fährmann
3c4459c0a0 [docs/configuration] improve 'client-id' / 'api-key' instructions
- better align description format
- make http://localhost:6414/ clickable (#7905)
2025-07-29 16:52:26 +02:00
Mike Fährmann
022f216217 [itaku] add 'posts' extractors (#7707) 2025-07-27 19:30:44 +02:00
Mike Fährmann
2732458758 [itaku] add 'following' & 'followers' extractors (#7707) 2025-07-25 20:20:13 +02:00
Mike Fährmann
98f36fb0ac [itaku] implement 'include' option (#7707) 2025-07-25 19:24:56 +02:00
Mike Fährmann
3eb0b28d6d [facebook] implement 'include' option & add 'avatar' extractor (#7848)
rename 'profile' extractor to 'photos'
2025-07-25 18:20:05 +02:00
Mike Fährmann
ef4f09fab1 [patreon] support 'date-max' for '/home' URLs (#7856) 2025-07-25 00:22:55 +02:00