From ac9b0584a1e328ff60dfbd424be023e6003e1f8a Mon Sep 17 00:00:00 2001 From: Shyam Jos Date: Sat, 20 Oct 2018 13:49:10 +0530 Subject: [PATCH 1/2] updated 'Downloaders' Section with Wget Added 'wget' tool to 'Downloaders' Section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cf23954..c4683a7 100644 --- a/readme.md +++ b/readme.md @@ -424,6 +424,7 @@ premium services - [rdcli](https://github.com/ston3o/rdcli) The simple way to download and unrestrict DDL files, torrents and magnets using Real-Debrid - [get_iplayer](https://github.com/get-iplayer/get_iplayer) A utility for downloading TV and radio programmes from BBC iPlayer - [MEGAsync](https://mega.nz/sync) Easy automated synchronisation between your computer and your MEGA account. Can stream Mega videos directly. +- [wget](https://www.gnu.org/software/wget/) wget is a free and opensource tool for downloading files using HTTP, HTTPS, FTP and FTPS,Can be easily called from scripts, cron jobs, terminals without X-Windows support, etc. ### Streaming Sites - [StreamCR](https://scr.cr/) From 183145ef7180244085508e30b66c467706534b53 Mon Sep 17 00:00:00 2001 From: Igglybuff Date: Sat, 20 Oct 2018 13:06:35 +0100 Subject: [PATCH 2/2] Update readme.md Also added curl because why not? --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c4683a7..3154643 100644 --- a/readme.md +++ b/readme.md @@ -424,7 +424,8 @@ premium services - [rdcli](https://github.com/ston3o/rdcli) The simple way to download and unrestrict DDL files, torrents and magnets using Real-Debrid - [get_iplayer](https://github.com/get-iplayer/get_iplayer) A utility for downloading TV and radio programmes from BBC iPlayer - [MEGAsync](https://mega.nz/sync) Easy automated synchronisation between your computer and your MEGA account. Can stream Mega videos directly. -- [wget](https://www.gnu.org/software/wget/) wget is a free and opensource tool for downloading files using HTTP, HTTPS, FTP and FTPS,Can be easily called from scripts, cron jobs, terminals without X-Windows support, etc. +- [wget](https://www.gnu.org/software/wget/) `wget` is a free and open source tool for downloading files using HTTP, HTTPS, FTP and FTPS. It can be easily called from scripts, cronjobs, terminals without X-Windows support, etc. +- [curl](https://en.wikipedia.org/wiki/CURL) `curl` is a command-line tool for downloading data using a variety of protocols. Easily installable on most operating systems. ### Streaming Sites - [StreamCR](https://scr.cr/)