diff options
| author | Remita Amine <remitamine@gmail.com> | 2021-04-05 07:16:50 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2021-04-05 07:16:50 +0100 | 
| commit | 760c911299aa607ca967d6d4be2985528bacf29f (patch) | |
| tree | 5d47f56abe666c9dbc3754e6ca9a86ef322269f3 | |
| parent | 162bf9e10a4e6a08f5ed156a68054ef9b4d2b60e (diff) | |
[compat] add compat_SimpleCookie to __all__ array
| -rw-r--r-- | youtube_dl/compat.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index 8bbebebcf..8a5262dc8 100644 --- a/youtube_dl/compat.py +++ b/youtube_dl/compat.py @@ -3002,6 +3002,7 @@ __all__ = [      'compat_HTMLParseError',      'compat_HTMLParser',      'compat_HTTPError', +    'compat_SimpleCookie',      'compat_Struct',      'compat_b64decode',      'compat_basestring', | 
