Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Aug 8, 2017
1 parent 216a6f8 commit 8fc250a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scraper.py
Expand Up @@ -39,6 +39,9 @@ def scrape_table(root):
br.open("http://www.oscn.net/dockets/Search.aspx")
#for f in br.forms():
#print f
for form in br.forms():
print "Form name:", form.name
print form

'''formcount=0
for frm in br.forms():
Expand Down

0 comments on commit 8fc250a

Please sign in to comment.