From 51a8eda0b506fb85a42d2ec650b582be77a5966b Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 8 Jul 2019 16:25:53 +0200 Subject: [PATCH] Update downloader.py --- src/launcher/downloader.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/launcher/downloader.py b/src/launcher/downloader.py index f6032d4..02fd780 100644 --- a/src/launcher/downloader.py +++ b/src/launcher/downloader.py @@ -21,4 +21,13 @@ * You should have received a copy of the GNU General Public License * * along with CNIRevelator. If not, see . * ******************************************************************************** -""" \ No newline at end of file +""" + +import hashlib +from pypac import PACSession +from requests.auth import HTTPProxyAuth + +class newdownload(): + def __init__(url): + self.url = url +