mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-20 15:08:55 +00:00
[docs,cleanup] Some minor refactoring and improve docs
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user