asanchez78 / comicdb

A PHP application for maintaining a database of a comic book collection. It's really old and kind of embarrassing. You probably shouldn't use this.
6 stars 1 forks source link

changed downloadFile() to use curl. #122

Closed asanchez78 closed 7 years ago

asanchez78 commented 7 years ago

ComicVine now requires a user agent to be sent when downloading cover images. downloadFile() was modified to use curl instead of simply fopen so that we can send a user agent.

Fixes issue #121