Skip to content

Instantly share code, notes, and snippets.

@lucarin91
Last active June 20, 2016 17:22
Show Gist options
  • Save lucarin91/b8b2cb177814ab4d8593 to your computer and use it in GitHub Desktop.
Save lucarin91/b8b2cb177814ab4d8593 to your computer and use it in GitHub Desktop.
Downloader Slide from UNIPI-Didawiki

Change the URL with the professor page and run

URL=http://didawiki.cli.di.unipi.it/doku.php/magistraleinformaticanetworking/cpa/start &&\
wget -O- $URL | \
sed -n 's@.*<a href="\(.*\)" class.*Slides</a>.*@http\:\/\/didawiki.di.unipi.it\/\1@p' | \
wget -c -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment