rkwyu commited on
Commit
91f92f7
·
1 Parent(s): 250362f

update readme

Browse files
Files changed (1) hide show
  1. README.md +21 -9
README.md CHANGED
@@ -1,16 +1,23 @@
1
- # Scribd-dl ![nodedotjs](https://img.shields.io/badge/node.js-v21.6.1-339933.svg?style=flat&logo=nodedotjs&logoColor=white) ![npm](https://img.shields.io/badge/npm-10.2.4-dc2c35.svg?style=flat&logo=npm&logoColor=white)
2
- [![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
 
 
 
3
 
4
  ## About ##
5
  Scribd-dl helps downloading documents on [scribd.com](https://www.scribd.com/) 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
- Please make sure the following tool(s) / application(s) are properly setup and ready to use:
13
- - Node.js ([https://nodejs.org/](https://nodejs.org/))
 
 
 
 
 
 
 
 
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
- [GNU GPL v3.0](LICENSE.md)
 
1
+ # Scribd-dl ![nodedotjs](https://img.shields.io/badge/node.js-v21.6-339933.svg?style=flat&logo=nodedotjs&logoColor=white) ![npm](https://img.shields.io/badge/npm-10.2-dc2c35.svg?style=flat&logo=npm&logoColor=white)
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)