1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00
Commit Graph

6095 Commits

Author SHA1 Message Date
Mike Fährmann
b6cf348658
[webtoons] extract 'episode_no' for comic results (#6439) 2024-11-08 14:19:17 +01:00
Mike Fährmann
77f761d320
merge #6437: [philomena:ponybooru] switch default filter
… to get everything by default
2024-11-08 08:20:10 +01:00
Mike Fährmann
6205e255f4
merge #6394: [tumblr] add 'search' extractor 2024-11-08 08:17:46 +01:00
Mike Fährmann
33778d35ba
[tumblr] update
- simplify
- fix search pagination
- support custom search mode and post types
2024-11-08 08:15:13 +01:00
Shelvacu
f8e707b92c [philomena] switch default ponybooru filter to get everything by default
The system filter mislabeled "Everything" hides 4 tags https://ponybooru.org/filters/2

There are [many public filters that don't hide anything](https://ponybooru.org/filters?fq=spoilered_count%3A0%2C+hidden_count%3A0), I just picked [the oldest one](https://ponybooru.org/filters/3).
2024-11-07 20:08:42 -08:00
Mike Fährmann
ce90566c56
[pinterest] detect video/audio by block content (#6421)
story blocks from search/board results do not always contain a 'type'
2024-11-05 15:55:24 +01:00
Mike Fährmann
a9a9f3a180
[pinterest] support 'story_pin_music_block' blocks (#6421) 2024-11-05 15:55:24 +01:00
Mike Fährmann
0b3ddd01af
[hiperdex] update domain to 'hipertoon.com' (#6420)
and fix 'description' extraction
2024-11-05 15:54:42 +01:00
Mike Fährmann
9afbe91f82
[rule34xyz] add 'format' option (#1078) 2024-11-05 15:45:52 +01:00
Mike Fährmann
51b16d078b
[rule34xyz] ensure 'files' keys are strings (#1078)
fixes -K/--list-keywords
2024-11-05 09:34:17 +01:00
Mike Fährmann
cf0817e17b
[cookies] try decryption with empty password as fallback
https://github.com/yt-dlp/yt-dlp/pull/6897
2024-11-05 08:34:24 +01:00
Mike Fährmann
d2db7060e2
[cookies] support chromium table version 24 (#6162)
https://github.com/yt-dlp/yt-dlp/pull/11425
2024-11-04 19:12:50 +01:00
Mike Fährmann
d77f5154a5
[aes] fix GCM pad length calculation
https://github.com/yt-dlp/yt-dlp/pull/11438
2024-11-03 21:25:45 +01:00
Mike Fährmann
390b8ddd3e
[common] emit logging messages for --write-pages files 2024-11-03 20:38:33 +01:00
Mike Fährmann
cb0d8cae77
merge #6227: [everia] add support (#1067, #2472, #4091) 2024-11-03 17:52:17 +01:00
Mike Fährmann
cea062ffc5
[everia] update
- implement general _pagination method
- simplify code
- adjust URL patterns
- update test results
2024-11-03 17:51:04 +01:00
missionfloyd
d31a3b5da3
[everia.club] Add support
- Unescape title and URL
- Add tags and categories metadata
    Lookup tag id with API instead of downloading tag page
- Add category extractor
- Add tests
- Rename EveriaExtractor to EveriaPostExtractor
- Fix EveriaPostExtractor example
- Lookup tags/categories by post id
- Add date extractor
- Remove leftover pages parameter
- Add error handling for invalid dates.
- Add filename numbering
    Parse date
- Rename extract() to images()
- Remove html import
- Fix search/date URLs with page number
- Fix tag/category search
- Fix post extractor
- Fix tag, category extractors
- Fix search extractor
- Only load first page once
- Fix date extractor
- Fix tests
- Clean up search extractor
2024-11-03 14:09:07 +01:00
Mike Fährmann
9b59af8d8d
[instagram] fix using numeric cursor values (#6414) 2024-11-03 12:03:01 +01:00
Mike Fährmann
d787c0c4ea
[rule34xyz] add support (#1078, #4960) 2024-11-03 10:12:26 +01:00
Mike Fährmann
7c0d2ca07d
[rule34vault] update
- implement 'tags' categorization
- don't use 'totalCount' for pagination end
- update tests
2024-11-03 09:59:25 +01:00
Mike Fährmann
d5fa1d6aba
[sankaku] improve tag categorization code
translate tag type ID to name for each category
instead of for each tag
2024-11-03 09:21:39 +01:00
Mike Fährmann
5ba1280220
merge #6411: [bluesky] match fxbsky.app and vxbsky.app URLs 2024-11-02 20:55:36 +01:00
Delphox
565dc5b43b
[bluesky] match fxbsky.app and vxbsky.app 2024-11-02 16:00:43 -03:00
Mike Fährmann
93adfbe935
merge #6410: [bluesky] match common bluesky embed fixes 2024-11-02 18:28:07 +01:00
Mike Fährmann
cd47425ccc
[bluesky] fix downloads from non-bsky PDSs (#6406) 2024-11-02 18:22:34 +01:00
Mike Fährmann
9deed87340
[bluesky] add 'author["instance"]' metadata (#4438) 2024-11-02 17:37:11 +01:00
Delphox
80c7246732
[bluesky] match cbsky.app, bskye.app, bskyx.app and bsyy.app urls 2024-11-02 13:04:32 -03:00
Mike Fährmann
99fe2b1f55
[bluesky] support 'main.bsky.dev' URLs (#4438) 2024-11-02 15:33:31 +01:00
Mike Fährmann
b92edb4614
[boosty] update default video format list (#2387) 2024-10-31 20:55:32 +01:00
Mike Fährmann
b321696182
[pixiv] get ugoira frame extension from 'meta_single_page' (#6056)
saves 1-3 HEAD requests
2024-10-31 19:47:05 +01:00
Mike Fährmann
f79e57b71e
[dl:ytdl] change 'forward-cookies' default to 'true' (#6401, #6348)
revert dba87ca99e
2024-10-31 17:35:08 +01:00
Mike Fährmann
24408cd450
[patreon] use legacy mobile UA when no 'session_id' is set 2024-10-31 17:26:33 +01:00
Mike Fährmann
e3fbd6825b
[twitter] remove cookies migration workaround
revert 141efc2ad3
2024-10-31 17:10:13 +01:00
Mike Fährmann
ecc08e35d5
merge #3720: [hitomi] add 'index' and 'search' extractors (#2502, #6392) 2024-10-29 17:01:18 +01:00
Mike Fährmann
6f54328a39
[hitomi] update
- remove f-strings
- fix flake8 warnings
- move tests to test/results/hitomi.py
2024-10-29 16:56:52 +01:00
space-nuko
f170d73ffc
[hitomi] add 'index' and 'search' extractors
- Support hitomi.la multiple tag searches
- Support hitomi.la index searches
- Fix tests
2024-10-29 16:55:52 +01:00
Allen
0f94fa9015
[tumblr] search extractor minimal styling changes 2024-10-29 13:06:23 +01:00
Mike Fährmann
57e19a63a5
[tumblrgallery] fix file downloads (#6391)
do not send "https://tumblrgallery.xyz/" Referer headers by default
2024-10-29 08:38:59 +01:00
Mike Fährmann
655e42dc92
merge #6240: [rule34vault] add support (#5708) 2024-10-28 22:31:05 +01:00
Mike Fährmann
a974c30057
[rule34vault] update
- use more of BooruExtractor's interface
- use BASE_PATTERN
- define generic pagination method
- parse 'date' metadata
- make tags & extended metadata optional
2024-10-28 22:28:23 +01:00
ssdaniel24
3d0263b3ab
[rule34vault] Added initial support for rule34vault.com
- Added playlists support for rule34vault
- Added support for posts in rule34vault
- Fixed supported sites with script
- Fixed posts pattern in rule34vault
- Added tests for rule34vault
- Clean
- Fixed lint warnings
2024-10-28 22:26:47 +01:00
Mike Fährmann
4a6e5af28e
[noop] insert noop extractor when loading cookies without URL
allows writing --cookies-from-browser results with just
gallery-dl --cookies-from-browser BROWSER --cookies-export DEST
2024-10-28 19:45:32 +01:00
Mike Fährmann
5de8576ff6
[noop] add 'noop' extractor 2024-10-28 19:45:24 +01:00
Mike Fährmann
76f855d87b
[output] use ANSI colors only when stream is a TTY 2024-10-28 19:36:42 +01:00
Mike Fährmann
ee61256054
[output] define and use global TTY_STD... values 2024-10-28 14:59:14 +01:00
Mike Fährmann
e93b8efe7b
[output] make it easier to disable output to stdout
allow 'output.mode' to be set to any falsy value
instead of requiring it to be the string "null"
2024-10-28 14:49:52 +01:00
Mike Fährmann
2bbae0e98d
merge #6389: [reddit] support user profile share links 2024-10-28 14:46:18 +01:00
Mike Fährmann
604879d1a3
[reddit] simplify
- use 'self.groups' to access matched values
- use 'str.format()' to build URL
2024-10-28 14:44:15 +01:00
inty
625fe0efce [reddit] support user profile share links 2024-10-28 14:58:06 +03:00
Mike Fährmann
10c076e7f2
[saint] add 'album' and 'media' extractors (#4405, #6324) 2024-10-27 22:27:30 +01:00