http://gitunderground.i2p/archive/youtube-dl/src/commit/26b6f15d14e30dc3349abe2933edb051b46be4b8/youtube_dl/compat.py
SimpleCookie compat_http_cookies_SimpleCookie = compat_cookies_SimpleCookie try : import html . entities as compat_html_entities except ImportError : # Python 2 import htmlentitydefs as compat_html_entities try : # Python >= 3.3 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 ' , ' aacute ' : ' \xe1 ' , ' Aacute; ' : ' \xc1 ' , ' aacute; ' : ' \xe1 ' , ' Abreve; ' : ' \u0102 ' ,...