diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-02 17:29:56 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-02 17:29:56 +0200 | 
| commit | 2ddcd88129e633ead8c5faee6c930b66dddb1b32 (patch) | |
| tree | ba6ac80f3f5f68c70fce5451806e4f850cf93663 /youtube_dl/compat.py | |
| parent | dd8920653c7249545bbcf5a690ffca702c9f29f2 (diff) | |
Remove code that was only used by the Grooveshark extractor
Diffstat (limited to 'youtube_dl/compat.py')
| -rw-r--r-- | youtube_dl/compat.py | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index 973bcd320..f9529210d 100644 --- a/youtube_dl/compat.py +++ b/youtube_dl/compat.py @@ -47,11 +47,6 @@ except ImportError:  # Python 2      import htmlentitydefs as compat_html_entities  try: -    import html.parser as compat_html_parser -except ImportError:  # Python 2 -    import HTMLParser as compat_html_parser - -try:      import http.client as compat_http_client  except ImportError:  # Python 2      import httplib as compat_http_client @@ -404,7 +399,6 @@ __all__ = [      'compat_getenv',      'compat_getpass',      'compat_html_entities', -    'compat_html_parser',      'compat_http_client',      'compat_http_server',      'compat_kwargs',  | 
