no more certificate issues on pysmartdl

master
Blatzar 2020-09-27 07:52:10 +00:00 committed by GitHub
parent 739fa55487
commit fea72deecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ class pySmartDL(BaseDownloader):
request_args = {'headers': headers}
dest = str(self.path) # str(path.parent.absolute())
obj = SmartDL(url, dest, request_args=request_args, progress_bar=True)
obj = SmartDL(url, dest, request_args=request_args, progress_bar=True, verify=False)
obj.start()