packtpub-crawler
packtpub-crawler copied to clipboard
Issue in line print '[-] GET {0} | {1}'.format(response.status_code, response.url)
Hi,
When I tried to run the command I am getting an error "print '[-] GET {0} | {1}'.format(response.status_code, response.url)". After it I analysis and fund the issue is in "packtpub.py" file in line 38.
Any solution for it?
Please have a look at #70