Mike Fährmann
d36a441e92
release version 1.31.0
2025-12-12 18:40:44 +01:00
Mike Fährmann
db90fe9b82
[docs] update 'xenforo' options
2025-12-12 16:28:41 +01:00
Mike Fährmann
4557ab5e80
[xenforo] emit AuthRequired errors for 403 downloads
2025-12-12 16:23:32 +01:00
Mike Fährmann
b891c0301e
[dl:ytdl] improve error detection
...
- intercept ytdl logging messages and signal error when it
emits an error message
- remove "ERROR:" etc from ytdl logging messages
2025-12-12 15:59:18 +01:00
Mike Fährmann
05817c523f
[audiochan] relax 'pattern'
2025-12-12 09:21:44 +01:00
Mike Fährmann
739e940a95
[audiochan] extract 'description' texts ( #6582 )
...
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3643689186
2025-12-12 09:13:07 +01:00
Mike Fährmann
ab2c03b39e
[xenforo] implement generic XenForo forum extractors
...
support
- https://simpcity.cr/
- https://nudostar.com/forum/ (#8333 )
2025-12-11 21:26:34 +01:00
Mike Fährmann
814085062a
[reddit] guess 'mp4' extension for ytdl downloads ( #8684 )
2025-12-11 17:28:02 +01:00
Mike Fährmann
03b45df8aa
[gofile] fix extraction ( #8681 #8683 )
...
- fix website_token extraction
- send website_token as 'X-Website-Token' header
2025-12-11 17:28:02 +01:00
Mike Fährmann
d85fa5fb14
[facebook] do not match '/permalink' URLs ( #8679 )
2025-12-11 17:28:02 +01:00
SpiffyChatterbox
1eaaffffbb
[nudostarforum] add support ( #8664 )
...
Add support for nudostar.com forum (XenForo-based forum site).
This is separate from the existing nudostar.py which handles nudostar.tv.
Supports:
- Thread extraction with pagination
- Individual post extraction
- Authentication via xf_user cookie or username/password
- Internal attachments (both linked and embedded images)
- External image host URLs (queued for recursive processing)
2025-12-11 17:03:17 +01:00
SpiffyChatterbox
484a15ff83
[fitnakedgirls] add support ( #8671 )
...
* [fitnakedgirls] add extractor
Add support for fitnakedgirls.com:
- Photo galleries (/photos/gallery/)
- Category pages (/photos/gallery/category/)
- Tag pages (/photos/tag/)
- Video posts (/videos/)
- Blog posts (/fitblog/)
Handles both newer (wp-block-image) and older (size-large) templates.
* simplify & fix
- use '_extract_title' method
- move '_pagination' into base class
- update 'FitnakedgirlsTagExtractor' pattern
* update docs/supportedsites
---------
Co-authored-by: Mike Fährmann <mike_faehrmann@web.de >
2025-12-10 21:33:17 +01:00
SpiffyChatterbox
2c8250919b
[pornpics] add 'category' and 'listing' extractors ( #8662 )
...
* [pornpics] add category and listing extractors
Add support for:
- Category pages like /ass/, /milf/, /blonde/ etc.
- Listing pages like /popular/, /recent/, /rating/, /likes/, /views/, /comments/
Category pages use JSON pagination like tags/search.
Listing pages don't support JSON pagination and use different HTML structure.
* [pornpics] simplify category pattern via class ordering
- Move PornpicsCategoryExtractor after PornpicsListingExtractor
so it acts as catch-all, eliminating need for negative lookahead
- Use list comprehension in PornpicsListingExtractor.galleries()
* update docs/supportedsites
2025-12-10 20:00:07 +01:00
Mike Fährmann
f5fafd7977
[fikfap] add support ( #8673 )
...
add 'post' & 'user' extractors
2025-12-10 18:39:05 +01:00
Mike Fährmann
c2c00d1779
[dl:ytdl] forward '_ytdl_manifest_headers' to formats
2025-12-10 18:34:18 +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
dc16ee4d06
[docs/README] add Docker instructions to pull 'dev' images ( #6582 )
...
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3629069986
2025-12-09 18:55:21 +01:00
Mike Fährmann
5831679fd2
[blueskx] add 'api-server' option ( #8668 )
2025-12-09 17:52:55 +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
7516537630
[twitter] implement workarounds for empty 'core' data ( #8613 )
...
https://github.com/mikf/gallery-dl/issues/8613#issuecomment-3626389269
2025-12-08 22:34:32 +01:00
Mike Fährmann
a35e20077d
[twitter] fix "UnboundLocalError: 'last_tweet'" ( #8613 )
...
https://github.com/mikf/gallery-dl/issues/8613#issuecomment-3628782844
2025-12-08 21:18:07 +01:00
Mike Fährmann
ef9c472f94
[twitter] always use '3' as 'search-stop' default ( #8613 )
...
https://github.com/mikf/gallery-dl/issues/8613#issuecomment-3626474518
2025-12-08 20:46:59 +01:00
Mike Fährmann
b1b70528a6
[common] use 'parent' value as 'parent-metadata' default ( #8525 #8604 )
...
enable 'parent-metadata' by default for
'chevereto' & 'imagehost' (album/gallery) extractors
2025-12-08 20:07:56 +01:00
Mike Fährmann
f5f4122cb6
[chevereto:album] extract 'album_…' metadata ( #8604 )
2025-12-08 19:02:41 +01:00
Mike Fährmann
e3875127af
[dl:ytdl] fix 'AttributeError' when ytdl returns None ( #8660 )
...
fixes regression introduced in 402f53616b
2025-12-08 18:39:30 +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
526a42a04d
[newgrounds] set error status when failed to extract post ( #8654 )
2025-12-07 17:13:44 +01:00
Mike Fährmann
b5712e7959
[docs/configuration] update 'Logging Configuration' defaults
2025-12-07 17:13:44 +01:00
Mike Fährmann
da46d4fc87
[output] defer creation of 'unsupported' files by default ( #8622 )
...
https://github.com/mikf/gallery-dl/pull/8622#issuecomment-3618151200
2025-12-07 17:13:44 +01:00
Mike Fährmann
2944cd4b74
[oauth] inline/remove top-level imports
2025-12-07 17:13:44 +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
80878c1501
[twitter] support '"search-results": "media"' results ( #8613 #8635 )
...
https://github.com/mikf/gallery-dl/issues/8635#issuecomment-3615267040
2025-12-05 17:49:39 +01:00
Mike Fährmann
5da200945b
implement 'post-filter' & 'post-range' options
...
(#8643 )
2025-12-05 16:40:23 +01:00
Mike Fährmann
d9c1d15aee
[job] inline 'dispatch' loop
2025-12-05 11:48:51 +01:00
Mike Fährmann
402f53616b
[dl:ytdl] implement 'retry' functionality ( #1131 #8269 )
...
for 'info_dict' extraction and file download
2025-12-04 20:43:10 +01:00
Mike Fährmann
1f6577240d
[dl:ytdl] update '_extract_manifest()'
...
- use 'kwdict' as single argument
- fix '_parse_m3u8_formats_and_subtitles' arguments
2025-12-04 19:13:28 +01:00
Mike Fährmann
b2e377b650
[twitter] fix TypeError when '_user_obj' is None ( #8648 )
...
fixes regression introduced in 406a74cfaa
2025-12-04 18:51:11 +01:00
Mike Fährmann
8f91daa9bc
[dl:ytdl] improve error message when importing default ytdl modules
2025-12-04 18:28:09 +01:00
Mike Fährmann
918b06caf4
[dl:ytdl] restructure code
2025-12-04 18:14:27 +01:00
Mike Fährmann
4a4c1a1154
[fanbox] yield data for inaccessible posts ( #8643 )
2025-12-03 20:32:54 +01:00
Mike Fährmann
4e2987e007
[path] implement conditional 'part-directory' ( #8329 )
2025-12-03 11:19:44 +01:00