Injecting configuration and compiling...
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 7, in <module>
pages = int(dom.find('.pager-last a').attr('href').split('%2C')[-1])
AttributeError: 'NoneType' object has no attribute 'split'