Created
October 26, 2016 17:01
-
-
Save obar1/adaf90a1e6d378d9e9bf1812368c839c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## get the extension | |
# https://addons.mozilla.org/en-US/firefox/addon/export-cookies/ | |
# login | |
# https://www.safaribooksonline.com/accounts/login/?next=/s/ | |
## export the cookies | |
cd ~ | |
mkdir -p crawler | |
cd crawler | |
#ex for 9781783558964 | |
mkdir 9781783558964 | |
cd 9781783558964 | |
wget --load-cookies=../cookies.txt -mkEpnp https://www.safaribooksonline.com/library/view/cloudera-administration-handbook/9781783558964/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment