In [1]:
ls
In [2]:
cd ..
In [3]:
ls
In [4]:
cd ..
In [5]:
ls
In [6]:
import subprocess
In [7]:
cd artcontrolme/
In [8]:
ls
In [9]:
cd /home/wcmckee/
In [10]:
ls
In [11]:
cd artcontrolme/
In [12]:
-e robots=off --wait 0.25
In [ ]:
%%bash
wget \
-e robots=off --wait 0.25 \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains centralkids.org.nz \
--no-parent \
http://www.centralkids.org.nz/whaihanga-early-learning-centre
In [ ]: