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
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user