Commit Graph

5104 Commits (c699ce8ebb7fef138c589a1e739c8c003189bbc7)

Author SHA1 Message Date
Mike Fährmann 6276f5cd94
[twitter] update domain to x.com (#5597)
4 months ago
Mike Fährmann bfcb66af05
[poipiku] send LANG cookie to ensure English UI (#5590)
4 months ago
Mike Fährmann f651b3b6ab
merge #5601: [twitter] match '/video/' Tweet URLs
4 months ago
Mike Fährmann 2dec4bef60
merge #5591: [poipoku] avoid language-specific extraction
4 months ago
Mike Fährmann 7f1ed909d5
[imgur] match gallery/album/image URLs with title slugs (#5593)
4 months ago
Delphox 8ba73e2ec9
[twitter] match /video/ tweet urls
4 months ago
fireattack 831f922c1c [poipoku] avoid language-specific extr
4 months ago
Mike Fährmann 33b07c4603
[twitter] wait for rate limit reset before 429 error (#5532)
4 months ago
Mike Fährmann 3b6f306a8b
[exhentai] fix blank page detection
4 months ago
Mike Fährmann 90b3741643
[cookies] set proper 'expires' value for Chrome session cookies
4 months ago
Mike Fährmann f178839fc2
[exhentai] fix multi-page viewer detection (#4969)
4 months ago
Mike Fährmann 5b6b5dd81b
[8chan] fix downloaded files by sending 'TOS' cookie (#5578)
4 months ago
Mike Fährmann d2f50ecf09
add 'skip-filter' option (#5255)
4 months ago
Mike Fährmann fd734b9222
[archive] add 'archive-mode' option (#5255)
4 months ago
Mike Fährmann 28039229fe
[common] use 'create_urllib3_context' for creating SSLContexts
4 months ago
Mike Fährmann 33006fe126
[common] disable 'check_hostname' for non-urllib3 SSLContexts
4 months ago
Mike Fährmann 215abbc3e4
[archive] implement DownloadArchiveMemory class (#5255)
4 months ago
Mike Fährmann 88f94190f4
[archive] move DownloadArchive into its own module
4 months ago
Mike Fährmann 2ee9ffeed6
merge #5568: [furaffinity] match 'xfuraffinity' URLs
4 months ago
Mike Fährmann b27ffd790a
[poipiku] fix downloading R-18 posts (#5567)
4 months ago
Delphox 11109d5bad
[furaffinity] match xfuraffinity.com
4 months ago
Mike Fährmann dc9d83e64b
[output] support 'NO_COLOR' environment variable
5 months ago
Mike Fährmann 625740c3d2
merge #5538: [cookies] optimize _find_most_recently_used_file for exact profiles
5 months ago
Jan Wikholm 06d102f19a
optimize _find_most_recently_used_file for exact profile
5 months ago
Mike Fährmann bd8e4797e5
[vsco] add 'avatar' extractor (#5341)
5 months ago
Mike Fährmann d0cead105b
[formatter] allow dots etc in '…' literals (#5539)
5 months ago
Mike Fährmann 619bf5c644
[inkbunny] retry API calls with a loop instead of recursion
5 months ago
Mike Fährmann d11ec00908
[common] fix _cfgpath for BaseExtractor objects
5 months ago
Mike Fährmann 6db1837a6d
[bluesky] filter reposts only for user timelines (#5528)
5 months ago
Mike Fährmann 3cf5366143
[mastodon] add support for card images
5 months ago
Mike Fährmann 9b1995dda3
[mastodon] add 'favorite', 'list', and 'hashtag' extractors (#5529)
5 months ago
Mike Fährmann 7fd31aaf8e
merge #5516: [mastodon] send canonical 'true'/'false' boolean values
5 months ago
cenodis 3ba5fd9efd
[mastodon] Use boolean instead of integer keys for accounts/statuses endpoint
5 months ago
Mike Fährmann 6c57958806
merge #5511: [twitter] [furaffinity] match fixvx.com and fxfuraffinity/fxraffinity.net URLs
5 months ago
Mike Fährmann 5aefa9465c
[furaffinity] simplify pattern, match original domain first
5 months ago
Delphox 6969963125
[furaffinity] support fxfuraffinity and fxraffinity urls
5 months ago
Delphox 85550a37c4
[twitter] support fixvx urls
5 months ago
Mike Fährmann cd241bea0a
[downloader:http] add MIME type and signature for .m4v files (#5505)
5 months ago
Mike Fährmann bef0bd3b49
add '--no-colors' command-line option
5 months ago
Mike Fährmann 20e2c0042b
[output] enable colors by default
5 months ago
Mike Fährmann 14b38264e0
[output] extend 'output.colors' (#2566)
5 months ago
Mike Fährmann ddffeeaa7b
[exhentai] detect CAPTCHAs during login (#5492)
5 months ago
Mike Fährmann 347af7f5c8
[twitter] handle missing 'expanded_url' fields (#5463, #5490)
5 months ago
Mike Fährmann c9d3b5e5d9
[pixiv] change 'sanity_level' debug message to a warning (#5180)
5 months ago
Mike Fährmann bffadf35b7
[hotleak] download files with 404 status code (#5395)
5 months ago
Mike Fährmann a7d8cbab0e
[common] show full URL in Extractor.request() error messages
5 months ago
Mike Fährmann a5071c9ca0
[common] fix NameError in Extractor.request()
5 months ago
Mike Fährmann 566472f080
[common] add 'sleep-429' option (#5160)
5 months ago
Mike Fährmann 923c6f3214
[common] simplify 'status_code' check in Extractor.request()
5 months ago
Mike Fährmann 68f4208251
[common] update Extractor.wait() message format
5 months ago
Mike Fährmann 9e5d65fbf3
[twitter] improve username & password login procedure (#5445)
5 months ago
Mike Fährmann b38a917355
[common] add Extractor.input() method
5 months ago
Mike Fährmann 257e9fb435
[gelbooru] improve pagination logic for meta tags (#5478)
5 months ago
Aidan Harris a2affdcef3
re-order verbose and warning options
5 months ago
Aidan Harris a3f580254a
Add warnings flag
5 months ago
Mike Fährmann 0d72789aa3
merge #5461: [cookies] use tempfile when saving cookies.txt files
5 months ago
Mike Fährmann 63ac06643f
compute tempfile path only once
5 months ago
Mike Fährmann 5227bb6b1d
[text] catch general Exceptions
5 months ago
Mike Fährmann 141a93c8fd
[docs] update docs/configuration links (#5059, #5369, #5423)
5 months ago
Mike Fährmann 85bbb59483
[twitter] implement 'relogin' option (#5445)
5 months ago
Mike Fährmann e02d2ff45d
[tapas] add 'creator' extractor (#5306)
5 months ago
Mike Fährmann 35d4a706ae
[pixiv:novel] add 'covers' option (#5373)
5 months ago
Mike Fährmann b57051719f
[wikimedia] support wiki.gg wikis
5 months ago
Mike Fährmann 40c1a8e471
[wikimedia] fix exception for files with empty 'metadata'
5 months ago
Mike Fährmann 0e730ba980
[pp:mtime] do not overwrite '_mtime' for None values (#5439)
6 months ago
Mike Fährmann 647a87d17c
[twitter] match '/photo/' Tweet URLs (#5443)
6 months ago
Mike Fährmann 3346a377b3
[pp:ugoira] log errors for general exceptions
6 months ago
Mike Fährmann 40bd145637
remove 'contextlib' imports
6 months ago
Mike Fährmann 9a8403917a
restore LD_LIBRARY_PATH for PyInstaller builds (#5421)
6 months ago
Mike Fährmann 86a97d8e27
[kemonoparty] fix crash on posts with missing datetime info (#5422)
6 months ago
Mike Fährmann ef8f02c3d9
[oauth] use Extractor.request() for HTTP requests (#5433)
6 months ago
Mike Fährmann 095e5ded6f
[reddit] support comment embeds (#5366)
6 months ago
Mike Fährmann 64948f2c09
[foolfuuka] improve 'board' pattern & support pages (#5408)
6 months ago
Mike Fährmann 0c17884673
store 'match' and 'groups' in Extractor objects
6 months ago
Mike Fährmann bdbc8be5f3
[twitter] prevent crash when extracting 'birdwatch' metadata (#5403)
6 months ago
Mike Fährmann ef0c90414c
[wikimedia] suppress exception for entries without 'imageinfo' (#5384)
6 months ago
Mike Fährmann 9cce461627
[kemonoparty] add 'announcements' option (#5262)
6 months ago
Mike Fährmann 72ac2c750d
[kemonoparty:favorite] support 'sort' and 'order' query params (#5375)
6 months ago
Mike Fährmann d1d017ab5d
merge #5372: [twitter] match Tweet URLs with query parameters (#5371)
6 months ago
fireattack 423599ce95
[twitter] fix pattern for single tweet (#5371)
6 months ago
Mike Fährmann 15a4bc2584
[kemonoparty] fix KeyError for empty files (#5368)
6 months ago
Mike Fährmann c3bafd6a2b
release version 1.26.9
6 months ago
Mike Fährmann 925123e007
[deviantart] handle CloudFront blocks in general (#5363)
6 months ago
Mike Fährmann 31e7ca73b6
[gelbooru] add 'order-posts' option for favorites (#5220)
6 months ago
Mike Fährmann 4b6f47e571
[pornhub:gif] extract 'viewkey' and 'timestamp' metadata (#4463)
6 months ago
Mike Fährmann 9f73fac5ef
[steamgriddb] raise proper exception for deleted assets
6 months ago
Mike Fährmann fe9171508f
[kemonoparty] fix exception for '/revision/' URLs
6 months ago
Mike Fährmann a650fd3177
[deviantart] improve 'index' extraction for stash files (#5335)
6 months ago
Mike Fährmann 1d6260f456
[bunkr] remove 'description' metadata
6 months ago
Mike Fährmann 32262a048b
[idolcomplex] fix metadata extraction
6 months ago
Mike Fährmann 77ab015df2
[idolcomplex] support new pool URLs
6 months ago
Mike Fährmann 1b34d5ac40
[subscribestar] fix 'date' metadata
6 months ago
Mike Fährmann ddb2edfd32
[formatter] fix local DST datetime offsets for ':O'
6 months ago
wankio 56f2d5a5f2
fapello.py Fullsize image
6 months ago
wankio eb673a7204
Update fapello.py
6 months ago
Mike Fährmann 6d93295fea
[gelbooru] add 'date_favorited' metadata field
6 months ago
Mike Fährmann 0d69af94d5
[gelbooru] detect returned favorites order (#5220)
6 months ago
Mike Fährmann e1c51c0dfb
[vipergirls] add 'domain' option (#4166)
6 months ago
Mike Fährmann ae116812cc
[vipergirls] add 'like' option (#4166)
6 months ago
Mike Fährmann da6ba60331
[bluesky] add 'instance' metadata field (#4438)
6 months ago