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:
parent
dafe98a347
commit
51a8eda0b5
@ -22,3 +22,12 @@
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user