Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cavedave committed May 6, 2015
1 parent cec65b1 commit 13f7667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.py
Expand Up @@ -73,11 +73,11 @@

#response = response.encode('utf-8')

##print response.text.encode('utf-8').strip()
##print response.headers
print response.text.encode('utf-8').strip()
print response.headers
#print response.cookies
print response.request.headers
##print response.history
print response.history
#print response.history[0].cookies
#print response.history[1].cookies

Expand Down

0 comments on commit 13f7667

Please sign in to comment.