Yen Chi Hsuan
9 years ago
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with
2 additions and
2 deletions
-
youtube_dl/compat.py
|
|
@ -64,8 +64,8 @@ except ImportError: # Python 2 |
|
|
|
import htmlentitydefs as compat_html_entities |
|
|
|
|
|
|
|
try: # Python >= 3.3 |
|
|
|
from compat_html_entities import html as compat_html_entities_html5 |
|
|
|
except ImportError: |
|
|
|
compat_html_entities_html5 = compat_html_entities.html5 |
|
|
|
except AttributeError: |
|
|
|
# Copied from CPython 3.5.1 html/entities.py |
|
|
|
compat_html_entities_html5 = { |
|
|
|
'Aacute': '\xc1', |
|
|
|