rkwyu commited on
Commit ·
91f92f7
1
Parent(s): 250362f
update readme
Browse files
README.md
CHANGED
|
@@ -1,16 +1,23 @@
|
|
| 1 |
-
# Scribd-dl  and [slideshare.net](https://www.slideshare.net/) without membership / sign-in.
|
| 6 |
|
| 7 |
-
## Development Plan ##
|
| 8 |
-
Scribd obfuscates the .pdf files, the texts copied from the documents might become strange garbled message.
|
| 9 |
-
De-obfuscating will be the next stage of this project.
|
| 10 |
-
|
| 11 |
## Prerequisites ##
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
## Setup ##
|
| 16 |
1. Download repository
|
|
@@ -63,5 +70,10 @@ npm start "https://www.slideshare.net/slideshow/everything-you-need-to-know-abou
|
|
| 63 |
- https://www.slideshare.net/**
|
| 64 |
- https://www.slideshare.net/slideshow/**
|
| 65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
## License ##
|
| 67 |
-
|
|
|
|
| 1 |
+
# Scribd-dl  
|
| 2 |
+
|
| 3 |
+
<a href="https://buymeacoffee.com/r1y5i" target="_blank">
|
| 4 |
+
<img style="border-radius: 20px" src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174">
|
| 5 |
+
</a>
|
| 6 |
|
| 7 |
## About ##
|
| 8 |
Scribd-dl helps downloading documents on [scribd.com](https://www.scribd.com/) and [slideshare.net](https://www.slideshare.net/) without membership / sign-in.
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
## Prerequisites ##
|
| 11 |
+
To use Scridb-dl, you need to install [Node.js](https://nodejs.org/en/download/). It is recommended that you use the latest LTS version available.
|
| 12 |
+
|
| 13 |
+
> Please install Node.js using pre-built installers for your platform. You may encounter incompatibility issues with different development tools otherwise.
|
| 14 |
+
|
| 15 |
+
To check that Node.js was installed correctly, type the following commands in your terminal client:
|
| 16 |
+
```console
|
| 17 |
+
node -v
|
| 18 |
+
npm -v
|
| 19 |
+
```
|
| 20 |
+
The commands should print the versions of Node.js and npm accordingly.
|
| 21 |
|
| 22 |
## Setup ##
|
| 23 |
1. Download repository
|
|
|
|
| 70 |
- https://www.slideshare.net/**
|
| 71 |
- https://www.slideshare.net/slideshow/**
|
| 72 |
|
| 73 |
+
## Development Plan ##
|
| 74 |
+
|
| 75 |
+
- Support [everand.com](https://www.everand.com/)
|
| 76 |
+
- Scribd obfuscates the .pdf files, the texts copied from the documents might become strange garbled message. De-obfuscating is one of the future plan.
|
| 77 |
+
|
| 78 |
## License ##
|
| 79 |
+
This project is licensed under the [MIT License](LICENSE.md)
|