simple-slideshare-downloader/README.md

16 lines
359 B
Markdown
Raw Permalink Normal View History

2016-07-20 17:22:45 +02:00
# Simple slideshare downloader
Licensed under GPLv3.
This is a simple slideshare downloader script.
It requires curl, sed, md5sum and imagemagick.
## Usage:
```
./slideshare_dl.sh http://www.slideshare.net/suhasmallya/sample-slidesharepresentation
```
2016-07-20 17:25:09 +02:00
It will save all the images in that slideshare URL to a pdf file.
2016-07-20 17:22:45 +02:00
[Daniil Gentili](https://daniil.it)