Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update scraper.py
  • Loading branch information
shayan786 committed Dec 2, 2014
1 parent 5559c5d commit 039a769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -6,7 +6,7 @@
from lxml import etree
from pyquery import PyQuery as pq

scrape_url = "http://www.tripadvisor.com/Attractions-g28945-Activities-Mississippi.html"
scrape_url = "http://www.tripadvisor.com/Attractions-g28922-Activities-Alabama.html"

header = { 'User-Agent' : 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.11',
'Cookie': 'PHPSESSID=de45029e5e2fab4f6e5eef56515d6c1c; __utma=123692957.1658163614.1349740913.1349740913.1352756518.2; __utmb=204497347.1.10.1342787814; __utmc=204497347; __utmz=204497347.1341998344.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)' }
Expand Down

0 comments on commit 039a769

Please sign in to comment.