1916 Commits

Author SHA1 Message Date
Mike Fährmann
f5fafd7977 [fikfap] add support (#8673)
add 'post' & 'user' extractors
2025-12-10 18:39:05 +01:00
Mike Fährmann
d5f4a3f5b0 [redbust] remove module (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3635792318
2025-12-10 09:20:05 +01:00
Mike Fährmann
8e5d8d8c89 [chevereto:album] extract 'count' & 'num' metadata (#8604) 2025-12-09 21:00:32 +01:00
Mike Fährmann
b141bbd2ae [erome] improve error message for deleted & copyrighted albums (#8665) 2025-12-09 12:10:27 +01:00
Mike Fährmann
4ee998df0a [realbooru] extract video fallbacks (#8661) 2025-12-09 11:51:33 +01:00
Mike Fährmann
efad90696d [dl:http] fail downloads of empty files (#8661) 2025-12-09 11:18:52 +01:00
Mike Fährmann
ae41de3be5 [sankaku][idolcomplex] fix download URLs (#8666) 2025-12-09 10:02:43 +01:00
Mike Fährmann
1b4249ed37 [sankaku][idolcomplex] support URLs with locale code (#8667) 2025-12-09 08:23:40 +01:00
Mike Fährmann
f5f4122cb6 [chevereto:album] extract 'album_…' metadata (#8604) 2025-12-08 19:02:41 +01:00
Mike Fährmann
826b557f6d [util] support integer values for '…-range' options (#8604) 2025-12-08 10:32:46 +01:00
icelit4
2ab74dfbf1 [hentaifoundry] extract 'categories' metadata (#8656)
* [hentaifoundry] Add support for categories
* rename 'hf_categories' to 'categories'
* move code into '_extract_categories()' method
* update tests

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-12-08 10:15:59 +01:00
Mike Fährmann
9a8746f12d [tiktok] add 'covers' option (#8515) 2025-12-07 20:30:47 +01:00
Mike Fährmann
d2b3eb6adb [chevereto] extract 'album_id' & 'album_slug' metadata (#8604) 2025-12-07 17:41:27 +01:00
Mike Fährmann
d1de48e7b2 remove Message.Version 2025-12-07 17:13:25 +01:00
Mike Fährmann
968597a302 yield 3-tuples for Message.Directory
adapt tuples to the same length and semantics as other messages
2025-12-05 21:39:52 +01:00
Mike Fährmann
d9c1d15aee [job] inline 'dispatch' loop 2025-12-05 11:48:51 +01:00
Mike Fährmann
76765340eb [2ch] support 'org' TLD (#8629) 2025-11-30 16:49:23 +01:00
Mike Fährmann
f51544618e [audiochan] add 'search' extractor (#8602) 2025-11-29 20:01:15 +01:00
Mike Fährmann
9bf52ab8c5 [civitai] implement extracting 'tags' metadata (#8626) 2025-11-29 18:37:57 +01:00
Mike Fährmann
994cc34f75 [audiochan] add initial support (#8602) 2025-11-28 21:46:22 +01:00
Mike Fährmann
e589d6f6ee [pp:exec] add 'verbose' option (#7743) 2025-11-28 19:55:04 +01:00
Mike Fährmann
1dc7955ba2 [simpcity] extract "click to load media" URLs (#8609) 2025-11-26 18:35:58 +01:00
Mike Fährmann
25ac5099cf [simpcity] extract attachment/inline files (#8560) 2025-11-26 18:18:41 +01:00
Octavia Togami
685777e43e [patreon] include full metadata with each URL (#4286 #8498)
* include full metadata object with each url
    Fixes #4286
* rename 'url_metadata' to 'file'
2025-11-20 19:30:13 +01:00
MyFinalBellyache
d74809c538 [eporner] add support (#8581)
* [eporner] Add support
* Line-length <80 chars
* Fix flake8 indentation
* update
    - generalize example URL
    - strip "Photo Gallery" from 'title'
    - extract 'id'
* update supportedsites
* update test results
2025-11-20 18:03:54 +01:00
Mike Fährmann
7b059958c2 [fansly] handle posts without accountId/contentId/attachments (#8572) 2025-11-19 20:46:34 +01:00
Mike Fährmann
e91337d5c3 [Danbooru] add 'media-asset' extractor (#8580) 2025-11-19 20:46:22 +01:00
Mike Fährmann
89be2f45e4 [mangadex] add 'data-saver' option (#8573) 2025-11-19 19:54:53 +01:00
Mike Fährmann
aa39770783 [aryion:search] simplify further
- skip 'build_query()' step
- add underscores to prefixes
2025-11-19 19:54:53 +01:00
MyFinalBellyache
a9687d2928 [pornstarstube] add support (#8576)
* Add support for pornstars.tube
* update
    - adjust pattern/example/page_url
    - extract '' & '' metadata
    - prevent unnecessary request
    - fix result URLs
    - return list comprehension result
* update supportedsites
* update test results
* fix extractor name

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-11-19 16:25:01 +01:00
MyFinalBellyache
cc7003a14c [okporn] add support (#8575)
* Add support for ok.porn
* update
    - adjust pattern/example/page_url
    - prevent unnecessary request
    - extract 'tags'
    - text.extract -> text.extr
    - return list comprehension result
* update supportedsites name
* update test results

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-11-19 15:49:13 +01:00
MyFinalBellyache
157a37b053 [sxypix] add support (#4507 #8391 #8574)
* Add support for sxypix.com
* update & simplify
    - text.extract -> text.extr
    - self.request().json() -> self.request_json()
    - use self.groups
    - remove __init__
    - list comprehension
* update test results

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-11-19 10:30:29 +01:00
vorsatile
991fe0f2a7 [aryion] add 'search' extractor (#8567)
* [aryion] Implement search extractor.
* [aryion] Update capabilities.
* [aryion] Adjust example.
* fix flake8 errors

* update & simplify
    - use existing '_pagination_next()'
    - remove '_pagination_search()'
    - update 'search[…]' metadata
* add tests

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-11-18 20:57:08 +01:00
Mike Fährmann
e60007add6 [xasiat] fix 'IndexError' for albums without category (#8569) 2025-11-18 19:38:30 +01:00
Mike Fährmann
0e0f446368 [rawkuma] update extractors to new site layout (#8568) 2025-11-18 19:38:30 +01:00
SpiffyChatterbox
f6e67116f2 [cfake] add support (#707 #6021 #8549 #8430)
* Create cfake.py
* Update __init__.py
* Create cfake.py tests
* update
    - simplify & combine code
    - adjust 'pattern': use '[^/?#]', match lines and groups
    - generalize example URLs
    - update default filenames
* update docs/supportedsites
* update test results

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-11-15 20:55:00 +01:00
Mike Fährmann
1b6353064d [rule34us:tag] support URLs with empty 'q' query parameter (#8546) 2025-11-12 21:04:11 +01:00
Mike Fährmann
65c4f00939 [imagehosts] provide 'post_url' metadata (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3520249958
2025-11-12 19:10:57 +01:00
Mike Fährmann
d7e1351987 [bellazon] improve 'filename' & 'extension' (#8544)
https://github.com/mikf/gallery-dl/issues/8544#issuecomment-3522617104

- use 'extension' from file URL (except attachments)
- strip everything after the first '.' from non-URL filenames
2025-11-12 18:38:44 +01:00
Mike Fährmann
da47214ca0 [bellazon] remove query parameters from attachment IDs (#8544) 2025-11-12 17:46:16 +01:00
Mike Fährmann
76081b312e [tests/results] improve '{…, …, ...}' tests
fix error when including 'dict' type as possible result
2025-11-11 21:20:33 +01:00
Mike Fährmann
c07421cba6 [arena] update metadata structure
- provide data in 'block', 'channel', 'user', etc dicts
- convert block dates to 'datetime' objects
- update directory/filename/archive formats
2025-11-11 21:01:02 +01:00
dev-KingMaster
793956d2d5 [arena] add 'channel' extractor (#5847 #8509)
* feat: issue 5847 site support for are.na
* flake8 lint error fix
* class name error fix
* update
    - prevent unnecessary request to 'page_url'
    - fix pagination
    - simplify block extraction code
    TODO: - rewrite without GalleryExtractor
          - extractors for Blocks, Users, etc
* supportedsites
* tests
* rename to 'channel' extractor
* update site title to 'Are.na'
* prioritize attachments

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-11-11 20:44:40 +01:00
Mike Fährmann
d75a135e03 [myhentaigallery] add 'tag' extractor (#8537) 2025-11-10 19:12:52 +01:00
Mike Fährmann
89ece8f900 [common] allow general ISO 8601 values for 'date-min' & '-max'
and parse them as UTC times instead of local time
2025-11-09 23:00:09 +01:00
Mike Fährmann
3942e6ddc0 [jpgfish] update domain to 'jpg7.cr' (#8530) 2025-11-09 21:01:46 +01:00
gengenson-code
a9018d1911 Added support for sex.com's feed (cookie required) (#8519)
* Added Extractor for sex.com feed
* Removed old comment
* add test URL
* update supportedsites
* simplify & fix flake8 newlines
* warn about missing session cookie

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
2025-11-09 11:57:12 +01:00
Mike Fährmann
aba68f8643 [deviantart:gallery] match URLs with query parameters (#8514) 2025-11-09 11:33:11 +01:00
Mike Fährmann
9b03990be0 [postimg] fix extraction (#8505) 2025-11-05 11:15:05 +01:00
Mike Fährmann
617bd7a657 [imhentai:search] support '/advanced-search/' URLs (#8507) 2025-11-04 18:27:24 +01:00