···1818FEED_URI = 'results.json'
1919FEED_FORMAT = 'jsonlines'
20202121-USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36'
2222-2323-2421# Crawl responsibly by identifying yourself (and your website) on the
2522# user-agent
26232424+# [todo] - Check for repercussions on spoofing the user agent
2525+2726# USER_AGENT = 'FourmiCrawler (+http://www.yourdomain.com)'
2727+USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36'