mirror of
https://github.com/danog/simple-slideshare-downloader.git
synced 2024-11-26 20:04:42 +01:00
51 lines
2.4 KiB
HTML
51 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Simple-slideshare-downloader by danog</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
|
</head>
|
|
<body>
|
|
<section class="page-header">
|
|
<h1 class="project-name">Simple-slideshare-downloader</h1>
|
|
<h2 class="project-tagline">Simple slideshare downloader script</h2>
|
|
<a href="https://github.com/danog/simple-slideshare-downloader" class="btn">View on GitHub</a>
|
|
<a href="https://github.com/danog/simple-slideshare-downloader/zipball/master" class="btn">Download .zip</a>
|
|
<a href="https://github.com/danog/simple-slideshare-downloader/tarball/master" class="btn">Download .tar.gz</a>
|
|
</section>
|
|
|
|
<section class="main-content">
|
|
<h1>
|
|
<a id="simple-slideshare-downloader" class="anchor" href="#simple-slideshare-downloader" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Simple slideshare downloader</h1>
|
|
|
|
<p>Licensed under GPLv3.</p>
|
|
|
|
<p>This is a simple slideshare downloader script.
|
|
It requires curl, sed, md5sum and imagemagick.</p>
|
|
|
|
<h2>
|
|
<a id="usage" class="anchor" href="#usage" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Usage:</h2>
|
|
|
|
<pre><code>./slideshare_dl.sh http://www.slideshare.net/suhasmallya/sample-slidesharepresentation
|
|
</code></pre>
|
|
|
|
<p>It will save all the images in that slideshare URL to a pdf file.</p>
|
|
|
|
<p><a href="https://daniil.it">Daniil Gentili</a></p>
|
|
|
|
<footer class="site-footer">
|
|
<span class="site-footer-owner"><a href="https://github.com/danog/simple-slideshare-downloader">Simple-slideshare-downloader</a> is maintained by <a href="https://github.com/danog">danog</a>.</span>
|
|
|
|
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
|
</footer>
|
|
|
|
</section>
|
|
|
|
|
|
</body>
|
|
</html>
|