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 6d95638 commit 3871cd6
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( 'f' )
br.form[ 'db' ] = 'garfield'

#Get the search results
Expand Down

0 comments on commit 3871cd6

Please sign in to comment.