mirror of
https://github.com/danog/simple-slideshare-downloader.git
synced 2024-11-26 11:54:49 +01:00
16 lines
359 B
Markdown
16 lines
359 B
Markdown
# 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
|
|
```
|
|
|
|
It will save all the images in that slideshare URL to a pdf file.
|
|
|
|
[Daniil Gentili](https://daniil.it)
|