Skip to content

Instantly share code, notes, and snippets.

@towfiqpiash
Created July 23, 2017 04:58
Show Gist options
  • Save towfiqpiash/24b8054158ea27ebdeac7a5c02273949 to your computer and use it in GitHub Desktop.
Save towfiqpiash/24b8054158ea27ebdeac7a5c02273949 to your computer and use it in GitHub Desktop.
How to download from slideshare

Right click on the slide image->copy image address, then do curl

curl -O <address>

To downloads all slides, link pattern is important. For example: to download 1–5 pages of the slide:

curl -O https://image.slidesharecdn.com/...[1–5]-638.jpg

Or, visit: http://grub.cballenar.me/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment