diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-12 05:31:54 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-12 05:32:52 +0530 |
commit | e5a998f3684e7c56f9cf1c07c4e176e891d96509 (patch) | |
tree | 2db9c362fc168889debe84903a5e4dbabdb742cf /yt_dlp/compat.py | |
parent | f82711587cee043cb2496fe180b5cc0e07c06eda (diff) | |
download | hypervideo-pre-e5a998f3684e7c56f9cf1c07c4e176e891d96509.tar.lz hypervideo-pre-e5a998f3684e7c56f9cf1c07c4e176e891d96509.tar.xz hypervideo-pre-e5a998f3684e7c56f9cf1c07c4e176e891d96509.zip |
[cleanup] Misc cleanup (#2173)
Authored by: fstirlitz, pukkandan
Diffstat (limited to 'yt_dlp/compat.py')
-rw-r--r-- | yt_dlp/compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/compat.py b/yt_dlp/compat.py index 7a1500435..9d3a6bbfd 100644 --- a/yt_dlp/compat.py +++ b/yt_dlp/compat.py @@ -196,7 +196,7 @@ compat_urllib_request = urllib.request compat_urlparse = compat_urllib_parse = urllib.parse -# To be removed +# To be removed - Do not use compat_basestring = str compat_collections_abc = collections.abc |