projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1e6d8
)
[compat] Add compat_HTMLParseError to __all__
author
Sergey M․
<dstftw@gmail.com>
Sun, 11 Jun 2017 19:35:57 +0000
(
02:35
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 11 Jun 2017 19:36:43 +0000
(
02:36
+0700)
youtube_dl/compat.py
patch
|
blob
|
history
diff --git
a/youtube_dl/compat.py
b/youtube_dl/compat.py
index bbc499eda66db7253eeb8dec2801b49d8c5e5796..7ef3274517e3e1584a0a63fa5b4b5e3a91eb34df 100644
(file)
--- a/
youtube_dl/compat.py
+++ b/
youtube_dl/compat.py
@@
-2895,6
+2895,7
@@
else:
__all__ = [
+ 'compat_HTMLParseError',
'compat_HTMLParser',
'compat_HTTPError',
'compat_basestring',