bebound / pixivd

Pixiv Downloader - Batch download pictures from Pixiv
MIT License
138 stars 18 forks source link

Hot fix on no cookies in response header #11

Closed JoeyWNK closed 7 years ago

JoeyWNK commented 7 years ago

Disable session strorage and check in

bebound commented 7 years ago

Sorry for the late reply.

I've checked your commit, how to keep the check_expired function?

JoeyWNK commented 7 years ago

Problem

The URL https://public-api.secure.pixiv.net/v1/ios_magazine_banner.json in check_expired function is not available right now. It will response with a 404 not found head and fails the whole process.

Solution

Maybe you can try to use another URL for validation or just skip this process ?