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

6030 Commits

Author SHA1 Message Date
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
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
Mike Fährmann
061b27f329
[tests] detect calls to 'request()' during initialization (#6387) 2024-10-27 20:08:50 +01:00
Mike Fährmann
3cbf15a107
[8chan] don't make network requests in '_init()' (#6387) 2024-10-27 19:36:49 +01:00
Mike Fährmann
6693ae19e8
[civitai] add 'metadata' option (#6383) 2024-10-27 15:46:00 +01:00
Mike Fährmann
a4791f5243
[bluesky] add 'hashtag' extractor (#4438)
https://github.com/mikf/gallery-dl/issues/4438#issuecomment-2439979958
2024-10-27 13:59:46 +01:00
Mike Fährmann
8dce52471a
[pixiv] restructure file extraction code 2024-10-27 09:01:12 +01:00
Mike Fährmann
ae448f8ca3
[pixiv] fix/improve PHPSESSID warning code 2024-10-27 08:59:46 +01:00
Mike Fährmann
cc07c81063
[mangadex] apply 'lang' only to chapter results (#6372) 2024-10-27 07:55:14 +01:00
Mike Fährmann
7e43c9292d
release version 1.27.7 2024-10-25 18:59:39 +02:00
Mike Fährmann
8f396cfc57
[bluesky] add 'quoted' option (#6323) 2024-10-25 17:22:33 +02:00
Mike Fährmann
d34e2d56aa
[mangadex] use '/manga' endpoint to get manga by author (#6372)
allows for more than 10 manga to be returned
2024-10-24 20:07:11 +02:00
Mike Fährmann
0fd98f67ba
[mangadex] add 'author' extractor (#6372) 2024-10-24 14:57:17 +02:00
Mike Fährmann
c243a7b060
[lensdump] fix extraction (#6313)
- support custom sort orders & query parameters
- rewrite pagination logic
2024-10-24 13:59:39 +02:00
Mike Fährmann
8f0b0b0735
[wikimedia] fix non-English Fandom/wiki.gg articles (#6370) 2024-10-24 13:00:02 +02:00
Mike Fährmann
7877f8cf1a
[docker] build from default 'python:alpine'
reverts c2ac7a49e7.
2024-10-24 08:00:10 +02:00