koroshiya / batoto-downloader-py

Cross-platform Batoto manga downloading tool, written in python
MIT License
15 stars 3 forks source link

Prefer CDN over direct image servers. #17

Closed Xon closed 9 years ago

Xon commented 9 years ago

batoto now implements a cdn which should be preferred over the individual image servers.

koroshiya commented 9 years ago

Added in commit 0f49c28ef0c8ad9c08e7dc18110b25f92ac65a61 Pages coming from http://img.bato.to now attempt to use the CDN server first. If that fails, they revert to the img server.

Xon commented 9 years ago

Cheers