Update downloader.py

This commit is contained in:
Adrien Bourmault 2019-07-08 16:25:53 +02:00 committed by GitHub
parent dafe98a347
commit 51a8eda0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -21,4 +21,13 @@
* You should have received a copy of the GNU General Public License *
* along with CNIRevelator. If not, see <https:*www.gnu.org/licenses/>. *
********************************************************************************
"""
"""
import hashlib
from pypac import PACSession
from requests.auth import HTTPProxyAuth
class newdownload():
def __init__(url):
self.url = url