mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
[compat] add compat_etree_register_namespace to __all__ list
This commit is contained in:
parent
5069594993
commit
da162c1135
1 changed files with 1 additions and 0 deletions
|
@ -2883,6 +2883,7 @@ def compat_struct_unpack(spec, *args):
|
|||
'compat_cookiejar',
|
||||
'compat_cookies',
|
||||
'compat_etree_fromstring',
|
||||
'compat_etree_register_namespace',
|
||||
'compat_expanduser',
|
||||
'compat_get_terminal_size',
|
||||
'compat_getenv',
|
||||
|
|
Loading…
Reference in a new issue