paulrehkugler / xkcd

xkcd iPhone app
MIT License
44 stars 9 forks source link

Download large images if they're available #84

Closed paulrehkugler closed 4 years ago

paulrehkugler commented 4 years ago

The xkcd API tends to add link for comics that have large images, and historically those links have ended in /large or _large. Those are web pages that show a single image, the default comic URL, ending in _large.

This PR adds a new CoreData attribute for Comic, to store link, and does an automatic CoreData migration (scary).

It also adds some logic to handle requesting these _large images.

paulrehkugler commented 4 years ago

Completes #11