Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehan Kekre committed Sep 3, 2018
1 parent 06cae6c commit 9824db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -15,7 +15,7 @@
import subprocess

subprocess.check_call(["wget", "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux64.tar.gz"])
subprocess.check_call(["tar", "-xvzf", "geckodriver*"])
subprocess.check_call(["tar", "-xvzf", "geckodriver-v0.21.0-linux64.tar.gz"])
subprocess.check_call(["chmod", "+x", "geckodriver"])
subprocess.check_call(["sudo", "mv", "geckodriver", "/usr/local/bin"])

Expand Down

0 comments on commit 9824db5

Please sign in to comment.