Skip to content

Commit

Permalink
account for new PDF link
Browse files Browse the repository at this point in the history
  • Loading branch information
hildensia committed Feb 18, 2014
1 parent b0990aa commit f7b7f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The default of scholar is to fake a google id. Unfortunately that yields a ```40

Simply use the power of the shell:

wget $(python2 scholar.py "\<SEARCHTERMS\>" -c 1 | grep "^ *URL" | sed "s/ *URL //")
wget $(python2 scholar.py "\<SEARCHTERMS\>" -c 1 | grep "^ *PDF" | sed "s/ *PDF //")

0 comments on commit f7b7f9b

Please sign in to comment.