فهرست منبع

[compat] Add compat_HTMLParseError to __all__

Sergey M․ 8 سال پیش
والد
کامیت
b081f53b08
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      youtube_dl/compat.py

+ 1 - 0
youtube_dl/compat.py

@@ -2895,6 +2895,7 @@ else:
 
 
 __all__ = [
+    'compat_HTMLParseError',
     'compat_HTMLParser',
     'compat_HTTPError',
     'compat_basestring',