1
0
mirror of https://gitlab.os-k.eu/neox/CNIRevelator.git synced 2023-08-25 14:03:10 +02:00

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

View File

@ -21,4 +21,13 @@
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with CNIRevelator. If not, see <https:*www.gnu.org/licenses/>. * * 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