Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 8, 2017
1 parent 245ab81 commit 6d95638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -11,7 +11,7 @@
for f in br.forms():
print f

br.select_form( 'http://www.oscn.net/dockets/Results.aspx application/x-www-form-urlencoded' )
#br.select_form( 'http://www.oscn.net/dockets/Results.aspx application/x-www-form-urlencoded' )
br.form[ 'db' ] = 'garfield'

#Get the search results
Expand Down

0 comments on commit 6d95638

Please sign in to comment.