Flickr-Foundation / flickr-photos-api

Look up information about photos and collections of photos from Flickr
Apache License 2.0
0 stars 0 forks source link

Fix a bug where looking up videos could throw a ValueError #30

Closed alexwlchan closed 6 months ago

alexwlchan commented 6 months ago

Sometimes the width/height attributes are an empty string, and we throw a ValueError when int()-ing them. Let's fix that, it's been annoying for a while.