logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: 760c911299aa607ca967d6d4be2985528bacf29f
parent 162bf9e10a4e6a08f5ed156a68054ef9b4d2b60e
Author: Remita Amine <remitamine@gmail.com>
Date:   Mon,  5 Apr 2021 07:16:50 +0100

[compat] add compat_SimpleCookie to __all__ array

Diffstat:

Myoutube_dl/compat.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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',