1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
gallery-dl/gallery_dl
Mike Fährmann 33006fe126
[common] disable 'check_hostname' for non-urllib3 SSLContexts
e.g. when 'browser' is set to a non-empty value and gallery-dl creates
its own SSLContext instance instead of using requests' and urllib3's
defaults.

urllib3 disables this option for its default contexts,
since it does this check on its own.

Fixes "ValueError: Cannot set verify_mode to CERT_NONE when
check_hostname is enabled" when using --no-check-certificate.

(#3614, #4891, #5576)
2024-05-10 18:20:08 +02:00
..
downloader [downloader:http] add MIME type and signature for .m4v files (#5505) 2024-04-25 01:01:35 +02:00
extractor [common] disable 'check_hostname' for non-urllib3 SSLContexts 2024-05-10 18:20:08 +02:00
postprocessor [archive] move DownloadArchive into its own module 2024-05-10 01:05:28 +02:00
__init__.py [output] support 'NO_COLOR' environment variable 2024-05-03 12:25:41 +02:00
__main__.py fix symlink resolution in __main__.py 2023-09-30 17:02:57 +02:00
actions.py 'sys.exit' -> 'SystemExit' 2023-08-21 23:46:39 +02:00
aes.py implement --cookies-from-browser (#1606) 2022-05-07 23:06:37 +02:00
archive.py [archive] implement DownloadArchiveMemory class (#5255) 2024-05-10 01:15:44 +02:00
cache.py run tests without using 'nose' 2021-10-13 04:07:41 +02:00
config.py 'sys.exit' -> 'SystemExit' 2023-08-21 23:46:39 +02:00
cookies.py optimize _find_most_recently_used_file for exact profile 2024-05-02 18:16:13 +02:00
exception.py fix HttpError.status value 2024-02-24 00:04:24 +01:00
formatter.py [formatter] allow dots etc in '…' literals (#5539) 2024-05-02 17:43:24 +02:00
job.py [archive] move DownloadArchive into its own module 2024-05-10 01:05:28 +02:00
oauth.py replace '24*3600' with '86400' 2023-12-18 23:57:22 +01:00
option.py add '--no-colors' command-line option 2024-04-20 21:06:59 +02:00
output.py [output] support 'NO_COLOR' environment variable 2024-05-03 12:25:41 +02:00
path.py fix filename formatting silently failing under certain circumstances 2024-02-10 21:18:57 +11:00
text.py [text] catch general Exceptions 2024-04-13 18:51:40 +02:00
util.py [archive] move DownloadArchive into its own module 2024-05-10 01:05:28 +02:00
version.py [kemonoparty] fix KeyError for empty files (#5368) 2024-03-24 02:21:38 +01:00
ytdl.py [ytdl] fix crash due to removed 'no_color' attribute 2023-05-25 23:11:49 +02:00