diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-11-07 01:16:33 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-11-07 02:18:30 +0530 |
commit | db4678e448d6e7da9743f4028c94b540fcafc528 (patch) | |
tree | a4878669354f77248567eef6c3cd45318659320d /yt_dlp/compat/_legacy.py | |
parent | a349d4d6415e9aa0fb11c674e405d57fa13cc7fd (diff) | |
download | hypervideo-pre-db4678e448d6e7da9743f4028c94b540fcafc528.tar.lz hypervideo-pre-db4678e448d6e7da9743f4028c94b540fcafc528.tar.xz hypervideo-pre-db4678e448d6e7da9743f4028c94b540fcafc528.zip |
Update to ytdl-commit-de39d128
[extractor/ceskatelevize] Back-port extractor from yt-dlp
https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe
Closes #5361, Closes #4634, Closes #5210
Diffstat (limited to 'yt_dlp/compat/_legacy.py')
-rw-r--r-- | yt_dlp/compat/_legacy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/compat/_legacy.py b/yt_dlp/compat/_legacy.py index 09259c988..d19333d31 100644 --- a/yt_dlp/compat/_legacy.py +++ b/yt_dlp/compat/_legacy.py @@ -48,6 +48,7 @@ def compat_setenv(key, value, env=os.environ): compat_basestring = str +compat_casefold = str.casefold compat_chr = chr compat_collections_abc = collections.abc compat_cookiejar = http.cookiejar |