Skip to content

Commit

Permalink
Update user agent to generic value
Browse files Browse the repository at this point in the history
  • Loading branch information
prncc committed Feb 2, 2018
1 parent 107d27c commit 65e9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPIDER_MODULES = ['steam.spiders']
NEWSPIDER_MODULE = 'steam.spiders'

USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'
USER_AGENT = 'Steam Scraper'

ROBOTSTXT_OBEY = True

Expand Down

0 comments on commit 65e9214

Please sign in to comment.