diff --git a/thu_learn_downloader/__init__.py b/thu_learn_downloader/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/thu_learn_downloader/__init__.py diff --git a/thu_learn_downloader/common/__init__.py b/thu_learn_downloader/common/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/thu_learn_downloader/common/__init__.py diff --git a/thu_learn_downloader/download/__init__.py b/thu_learn_downloader/download/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/thu_learn_downloader/download/__init__.py diff --git a/thu_learn_downloader/login/__init__.py b/thu_learn_downloader/login/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/thu_learn_downloader/login/__init__.py diff --git a/thu_learn_downloader/openssl.conf b/thu_learn_downloader/openssl.conf new file mode 100644 index 0000000..48eb2a3 --- /dev/null +++ b/thu_learn_downloader/openssl.conf @@ -0,0 +1,10 @@ +openssl_conf = openssl_init + +[openssl_init] +ssl_conf = ssl_sect + +[ssl_sect] +system_default = system_default_sect + +[system_default_sect] +Options = UnsafeLegacyRenegotiation \ No newline at end of file