Commit Graph

131 Commits (8bea02c38ce8029b2bf131ce1631e0faa4474722)

Author SHA1 Message Date
Mike Fährmann e33125ad39
[pixiv] add 'sketch' extractor (#1497)
3 years ago
Mike Fährmann eed6ef3de0
[pixiv] fix pixivision title extraction
3 years ago
Mike Fährmann bd08ee2859
remove most 'yield Message.Version' statements
3 years ago
Mike Fährmann 8ecca3af58
[pixiv] add extractor for 'pixivision' articles (#1672)
3 years ago
Mike Fährmann 7273cf8536
[pixiv] support fetching privately followed users (fixes #1628)
3 years ago
thatfuckingbird e6811c7450
[pixiv] implement 'max-posts' option (#1558)
3 years ago
Mike Fährmann 5eeaaee01d
[pixiv] add 'metadata' option (#1551)
3 years ago
Mike Fährmann 36ed1efcfb
[pixiv] rename "noop" value for 'tags' option to "original"
3 years ago
Mike Fährmann fa519f9202
[pixiv] change 'translated-tags' option (#1507)
3 years ago
Mike Fährmann 221015e586
[downloader:http] disable filename extension changes for ugoira
3 years ago
thatfuckingbird 141ca4ac0a
[pixiv] also save untranslated tags when translated-tags is enabled (#1501)
3 years ago
beesdotjson 5ad615f0db
fix PixivFavoriteExtractor regex (#1405)
4 years ago
Mike Fährmann 7440d1f112
[pixiv] add 'translated-tags' option (closes #1354)
4 years ago
Mike Fährmann 8974f0361c
[pixiv] update (#1304)
4 years ago
Mike Fährmann 193dca2ce1
update extractor test results
4 years ago
Mike Fährmann c008cb5100
[pixiv] add 'related' option (#1237)
4 years ago
Mike Fährmann 3bd08acc8f
[pixiv] output debug message on failed login attempt
4 years ago
Mike Fährmann b58e605dc7
raise error when required username or password are missing
4 years ago
Mike Fährmann 968d3e8465
remove '&' from URL patterns
4 years ago
Mike Fährmann 844793847c
update extractor test results
4 years ago
Mike Fährmann 844502cad5
update extractor test results
4 years ago
Mike Fährmann a45fbc38ea
[pixiv] implement 'avatar' option (#595, #623)
5 years ago
Mike Fährmann ce26070231
[pixiv] reduce calls to '/user/detail'
5 years ago
Mike Fährmann b7eb6cecbb
[pixiv] handle tags at the end of new bookmark URLs
5 years ago
Mike Fährmann 40fe062851
[pixiv] fix user id for bookmarks API calls (closes #596)
5 years ago
Mike Fährmann 91aaaf1a9e
[pixiv] add 'rating' metadata field (#595)
5 years ago
Mike Fährmann 71851a6241
[pixiv] update URLs of followed users to the new format
5 years ago
Mike Fährmann b9cbf932b4
[pixiv] update URL patterns (fixes #568)
5 years ago
Mike Fährmann ce54b8c04c
let extractors opt-out of cookie option usage
5 years ago
Mike Fährmann 1f2a69f3c5
add '_extractor' information to redirect results
5 years ago
Mike Fährmann a27f43dad1
[pixiv] wait and retry after rate limit error (closes #535)
5 years ago
Mike Fährmann c0f391a4e2
[pixiv] support listing followed users (#515)
5 years ago
Mike Fährmann 1f209da4c0
[pixiv] match new search URLs (closes #507)
5 years ago
Mike Fährmann 4409d00141
embed error messages in StopExtraction exceptions
5 years ago
Mike Fährmann 22bac14452
[pixiv] match '/artworks/' URLs
5 years ago
Mike Fährmann f9285f99e6
[pixiv] fix authentication
5 years ago
Mike Fährmann 32447d0d24
[pixiv] simplify default filename format
5 years ago
Mike Fährmann ad3ac02fbc
[pixiv] update metadata entries (#366)
5 years ago
Mike Fährmann 64b2935d8e
[pixiv] provide 'filename' and change default filename format
5 years ago
Mike Fährmann fdec59f8e2
replace extractor.request() 'expect' argument
5 years ago
Mike Fährmann b0e85a42e3
apply workaround from 4736912 in parse_datetime() itself
5 years ago
Mike Fährmann 4736912d4e
[pixiv] work around strptime limitations in Python < 3.7
5 years ago
Mike Fährmann 80fdb11508
[pixiv] add 'date' metadata field (closes #248)
5 years ago
Mike Fährmann a2af2d2965
adjust cache maxage values
6 years ago
Mike Fährmann 4b1880fa5e
propagate 'match' to base extractor constructor
6 years ago
Mike Fährmann 6284731107
simplify extractor constants
6 years ago
Mike Fährmann 34bab080ae
rewrite URL patterns to use only 1 per extractor
6 years ago
Mike Fährmann 7471933d5f
use extractor.request for all other API calls
6 years ago
Mike Fährmann f6bf66f72c
[pixiv] create directory for each "work" item (#136)
6 years ago
Mike Fährmann 8faf03ed84
[pixiv] use refresh_token based authentication
6 years ago