https://github.com/danog/simple-slideshare-downloader
Simple slideshare downloader script
https://github.com/danog/simple-slideshare-downloader
Last synced: 10 months ago
JSON representation
Simple slideshare downloader script
- Host: GitHub
- URL: https://github.com/danog/simple-slideshare-downloader
- Owner: danog
- License: gpl-3.0
- Created: 2016-07-20T15:23:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T13:54:14.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T07:51:14.415Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)