Skip to content

Commit

Permalink
Fork of code from ScraperWiki at https://classic.scraperwiki.com/scra…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lietmotiv committed Jun 26, 2015
0 parents commit fa6b7a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore output of scraper
data.sqlite
10 changes: 10 additions & 0 deletions scraper.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import scraperwiki
from pyquery import PyQuery

url = 'http://www.vrbo.com/373926'

q = PyQuery(url)

print q('.ratesdetails').text()


0 comments on commit fa6b7a3

Please sign in to comment.