Skip to content

Skeb no longer returns jpg and png? #3171

Answered by mikf
nisehime asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah, that change is on skeb's side. Each image URL now has a fm=webp parameter, which actually does not matter, it seems. You can change the returned format to avif by using image/avif as Accept header, but jpg or png have no effect:

$ gallery-dl -o downloader.http.headers.Accept=image/avif https://skeb.jp/@kanade_cocotte/works/38
/tmp/skeb/kanade_cocotte/38_657194.avif
/tmp/skeb/kanade_cocotte/38_657195.avif
$ gallery-dl -o downloader.http.headers.Accept=image/png https://skeb.jp/@kanade_cocotte/works/38
/tmp/skeb/kanade_cocotte/38_657194.webp
/tmp/skeb/kanade_cocotte/38_657195.webp
$ gallery-dl -o downloader.http.headers.Accept=image/jpeg https://skeb.jp/@kanade_cocotte/works/38 
/tmp/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nisehime
Comment options

Answer selected by nisehime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants