hellock / icrawler

A multi-thread crawler framework with many builtin image crawlers provided.
http://icrawler.readthedocs.io/en/latest/
MIT License
857 stars 174 forks source link

'int' object has no attribute 'lower' #80

Closed aborowicz closed 4 years ago

aborowicz commented 4 years ago
lib/python3.6/site-packages/icrawler/builtin/flickr.py", line 93, in <dictcomp>
for item in info['sizes']['size']
AttributeError: 'int' object has no attribute 'lower'

I've successfully run a similar search before, but can't seem to get around this one. Could this come from an image with an image name that's just a number?