Skip to content

Commit

Permalink
Create scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 8, 2017
1 parent 1e1173d commit 7aa153e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scraper.py
Expand Up @@ -11,7 +11,7 @@
for f in br.forms():
print f

formcount=0
'''formcount=0
for frm in br.forms():
if frm.attrs[class] == "search-form":
break
Expand All @@ -22,11 +22,11 @@
#Get the search results
br.submit()
br.submit()'''

'''br.select_form(*)
br.select_form([0])
br.form['db'] = 'garfield'
br.submit()'''
br.submit()



Expand Down

0 comments on commit 7aa153e

Please sign in to comment.