Readme: Removed Trailing Whitespace
This commit is contained in:
parent
9bbc6dd5f5
commit
b070bde38d
|
@ -1,5 +1,5 @@
|
||||||
# dropout-dl
|
# dropout-dl
|
||||||
dropout-dl is tool to download [dropout.tv](dropout.tv) episodes. It can download single episodes, seasons, or full series.
|
dropout-dl is tool to download [dropout.tv](dropout.tv) episodes. It can download single episodes, seasons, or full series.
|
||||||
|
|
||||||
|
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
|
@ -19,8 +19,8 @@ make
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
### Required
|
### Required
|
||||||
* [cURL](https://curl.se/libcurl/) - Required for downloading pages and videos.
|
* [cURL](https://curl.se/libcurl/) - Required for downloading pages and videos.
|
||||||
### Recommended
|
### Recommended
|
||||||
* [SQLite](https://www.sqlite.org/index.html) - Required for retrieving cookies from browsers. This can be avoided by using the `--force-cookies` [option](#options).
|
* [SQLite](https://www.sqlite.org/index.html) - Required for retrieving cookies from browsers. This can be avoided by using the `--force-cookies` [option](#options).
|
||||||
### Optional
|
### Optional
|
||||||
* [libgcrypt](https://www.gnupg.org/software/libgcrypt/index.html) - Used for decrypting chrome cookies retrieved from the sqlite database.
|
* [libgcrypt](https://www.gnupg.org/software/libgcrypt/index.html) - Used for decrypting chrome cookies retrieved from the sqlite database.
|
||||||
|
@ -80,4 +80,3 @@ If you'd like to contribute a good place to start is looking at open issues and
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
- Moss - [mossx-dev](https://github.com/mossx-dev)
|
- Moss - [mossx-dev](https://github.com/mossx-dev)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue