Commit Graph

1341 Commits

Author SHA1 Message Date
Soblow "Opale" Xaselgio
eba44b8f78 [mastodon] Add unit tests for various statuses URL formats on various fediverse software (mastodon/akkoma/pleroma)
Signed-off-by: Soblow "Opale" Xaselgio <113846014+Soblow@users.noreply.github.com>
2025-05-09 12:03:57 +02:00
Mike Fährmann
bff02bc5f4 [weasyl] add '/view/' test 2025-05-03 20:44:34 +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
a6803afd36 [tests] implement testing for non-existence of a key 2025-05-02 21:10:05 +02:00
Mike Fährmann
95ec8c7414 [manganelo:manga] extract more metadata
- date_updated
- status
- tags
2025-04-30 09:01:33 +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
f6330bf16d [tests] implement explicit type checks for 'len:'
for example 'len:dict:3' to check for a dict with 3 items
2025-04-28 16:26:33 +02:00
Mike Fährmann
0725eab34f [deviantart] unescape \' in JSON data (#6653)
https://github.com/mikf/gallery-dl/issues/6653#issuecomment-2833783238
2025-04-28 09:42:16 +02:00
Mike Fährmann
9b43a3677e [pp:directory] add 'directory' post processor (#7432) 2025-04-28 09:08:35 +02:00
Mike Fährmann
7386cb78bc [chevereto] extract 'date' metadata (#7437) 2025-04-27 20:54:10 +02:00
Mike Fährmann
d7c365e08c [scrolller] fix exception for albums with missing media (#7428)
fixes regression introduced in a44ea6b3d9
2025-04-27 17:10:52 +02:00
Mike Fährmann
a44ea6b3d9 [scrolller] support albums for subreddit results (#7339)
update GraphQL queries
2025-04-26 16:41:54 +02:00
Mike Fährmann
2e8b447262 [kemonoparty] fix 'archives' option (#7416)
use '/vi/file/HASH' API endpoint
since '/v1/posts/archives/HASH' is gone or was renamed
2025-04-25 11:05:02 +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
4de7c02322 merge #7409: [pictoa] add support (#6683) 2025-04-24 18:02:34 +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
Mike Fährmann
25e8a98547 [scrolller] support album posts (#7339) 2025-04-24 16:36:27 +02: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
Mike Fährmann
ee1ba088b8 [deviantart:stash] extract more metadata (#7397)
- stash_id
- stash_name
- stash_description
- stash_folder
- stash_parent
2025-04-22 13:06:05 +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
abf39b60ef merge #7396: [wikifeet] support redesign 2025-04-21 17:36:01 +02:00
Mike Fährmann
b71b5af38a [wikifeet] fix 'bdate' parsing
and update 'shoesize' test results
2025-04-21 17:32:54 +02:00
Mike Fährmann
99afe58a6e [deviantart] fix multi-image URLs (#6653)
https://github.com/mikf/gallery-dl/issues/6653#issuecomment-2816560271
2025-04-20 21:33:45 +02:00
Mike Fährmann
f0437a5121 merge #6331: [twitter] add 'followers' extractor 2025-04-19 18:29:11 +02:00
stephanelsmith
f0e7992674 [twitter] added 'followers' extractor
modeled after the 'following' extractor

- cleanup
- add test
2025-04-19 18:24:29 +02:00
Etienne Boucher
e6f4dcf90f Handle instagram.com/share/ URLs
- added Sec-Fetch* headers for proper redirect
- fixed formatting
- restore 'guide' test
- integrate in PostExtractor code
2025-04-19 18:19:36 +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
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
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
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
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
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
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
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
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