bebound / pixivd

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

Fails at edge cases #6

Closed luokar closed 7 years ago

luokar commented 7 years ago

This program can't handle http://www.pixiv.net/member_illust.php?mode=medium&illust_id=8070375 and keep retrying.

bebound commented 7 years ago

Hmm, can you provide more information, what did you do?

luokar commented 7 years ago

I run python pixiv.py 73286 to download しぶぞー's illustrations. and when it runs into illust_id=8070375, the program keeps complaining "404 => 8070375 download error, retry"

bebound commented 7 years ago

I guess I fixed it, try the latest version. :)

luokar commented 7 years ago

Yes, I think the problem is resolved. But it displays a strange warning, I guess it is harmless? pixiv.py:147: SyntaxWarning: name '_finished_download' is assigned to before global declaration

bebound commented 7 years ago

That's a small bug, I'll fix it.

Thanks for your report Get Outlook for iOS

On Tue, Nov 15, 2016 at 1:02 PM +0800, "luokar" notifications@github.com wrote:

Yes, I think the problem is resolved. But it displays a strange warning, I guess it is harmless?

pixiv.py:147: SyntaxWarning: name '_finished_download' is assigned to before global declaration

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.