]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/compat.py
[docs,cleanup] Some minor refactoring and improve docs
[yt-dlp.git] / yt_dlp / compat.py
index 7b55b7d9d46183e593bd88a4a989e5f93db4890e..9bf05c7373077c1688f22df1c1532202bfd78628 100644 (file)
@@ -33,6 +33,8 @@ class compat_HTMLParseError(Exception):
     pass
 
 
+# compat_ctypes_WINFUNCTYPE = ctypes.WINFUNCTYPE
+# will not work since ctypes.WINFUNCTYPE does not exist in UNIX machines
 def compat_ctypes_WINFUNCTYPE(*args, **kwargs):
     return ctypes.WINFUNCTYPE(*args, **kwargs)