-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manga Mode downloading mobile site images following site redesign. #22
Comments
Fixed in 07f2fe2 |
Getting same error but in addition to 404 errors it sucessfully downloads 128x128 copy of images I don't need, 2013-08-29 20:42:02,687 - PixivUtil20130511 - DEBUG - Sanitized Filename: V:\DL Image Packs\2963099 (tarutaru22)\22412871\22412871_big_p7.jpg downloading by memeber id (1) |
You are using the old version: PixivUtil20130511 Checked with the 20130804 and it is working correctly:
|
Oh, you'r right,I remember now I downloaded with the old one and then after noticing errors tried downloading with new one but it said all files are already downloaded. Thanks. Remember to backup the old db first |
You can delete the wrong files and do Database Cleanup (select d. Manage database -> c. Clean Up Database, might take some time). After that, you can retry the download. |
Following a recent redesign of Pixiv's manga sub-pages, the utility has been attempting to download images from the mobile site as well as the normal 'big' image. It returns a 404 when it looks for the 'big' image on the mobile site, and downloads the 128x128 preview image instead.
It appears that the new design is hosting the mobile images in a way that causes the utility to register them as normal images. When downloading a two-image submission, it registers four images on the page.
#4
Processing Image Id: 35718646
Title: ??????????????????
Tags : ?????????? ???????????? ?????? ??
Mode : manga
Page Count : 4
Image URL : http://i1.pixiv.net/img05/img/hitman/35718646_big_p0.jpg
Filename : K:\Download Pile\Pixiv\Test\35718646_big_p0.jpg
Using Referer: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=35718
646
Start downloading... 1332421 of 1332421 Bytes Complete.
done.
Image URL : http://i1.pixiv.net/img05/img/hitman/mobile/35718646_128x128_big_p0.
jpg
Filename : K:\Download Pile\Pixiv\Test\35718646_128x128_big_p0.jpg
Using Referer: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=35718
646
[downloadImage()] HTTP Error 404: Not Found (http://i1.pixiv.net/img05/img/hitma
n/mobile/35718646_128x128_big_p0.jpg)
No big manga image available, try the small one
Image URL : http://i1.pixiv.net/img05/img/hitman/mobile/35718646_128x128_p0.jpg
Filename : K:\Download Pile\Pixiv\Test\35718646_128x128_p0.jpg
Using Referer: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=35718
646
Start downloading... 14602 of 14602 Bytes Complete.
done.
Image URL : http://i1.pixiv.net/img05/img/hitman/35718646_big_p1.jpg
Filename : K:\Download Pile\Pixiv\Test\35718646_big_p1.jpg
Using Referer: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=35718
646
Start downloading... 161704 of 161704 Bytes Complete.
done.
Image URL : http://i1.pixiv.net/img05/img/hitman/mobile/35718646_128x128_big_p1.
jpg
Filename : K:\Download Pile\Pixiv\Test\35718646_128x128_big_p1.jpg
Using Referer: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=35718
646
[downloadImage()] HTTP Error 404: Not Found (http://i1.pixiv.net/img05/img/hitma
n/mobile/35718646_128x128_big_p1.jpg)
No big manga image available, try the small one
Image URL : http://i1.pixiv.net/img05/img/hitman/mobile/35718646_128x128_p1.jpg
Filename : K:\Download Pile\Pixiv\Test\35718646_128x128_p1.jpg
Using Referer: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=35718
646
Start downloading... 7727 of 7727 Bytes Complete.
done.
The text was updated successfully, but these errors were encountered: