From 4a72b5d4aa76ca5ca140d45a99b5d72dbb9fedca Mon Sep 17 00:00:00 2001 From: tianyu Date: Wed, 10 Jun 2015 21:54:11 +0800 Subject: [PATCH] Update README.md --- net/DownloadHelper/README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/net/DownloadHelper/README.md b/net/DownloadHelper/README.md index 3d334a5..708d2b3 100644 --- a/net/DownloadHelper/README.md +++ b/net/DownloadHelper/README.md @@ -1,7 +1,18 @@ ###DownloadHelper### -SNI problem: +This can convert nginx auto index page to download links for aria2c, can add mirrors(nginx proxy) to the link too. + + +``` +files servered by nginx (https with basic auth) => mirrors (nginx proxy) => +index2list.py(copy generated links) => webui-aria2(local aria2c) => HDD/SSD +``` + +python requests SNI support: + +``` +pip install pyOpenSSL +pip install ndg-httpsclient +pip install pyasn1 +``` -`pip install pyOpenSSL` -`pip install ndg-httpsclient` -`pip install pyasn1` \ No newline at end of file