[compat] Add compat_HTMLParseError to __all__
[youtube-dl] / youtube_dl / compat.py
index bbc499eda66db7253eeb8dec2801b49d8c5e5796..7ef3274517e3e1584a0a63fa5b4b5e3a91eb34df 100644 (file)
@@ -2895,6 +2895,7 @@ else:
 
 
 __all__ = [
+    'compat_HTMLParseError',
     'compat_HTMLParser',
     'compat_HTTPError',
     'compat_basestring',