diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-20 06:27:48 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-20 06:27:48 +0100 |
commit | f3682997d7a709e7cf74ba83773570d2a99beb12 (patch) | |
tree | 9e14e70dfea76583a593468c366b5bc818215af5 /youtube_dl/extractor/livestream.py | |
parent | cc13cc0251b287ac88883096fcc36a8072e7ab5d (diff) |
Clean up unused imports and other minor mistakes
Diffstat (limited to 'youtube_dl/extractor/livestream.py')
-rw-r--r-- | youtube_dl/extractor/livestream.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/livestream.py b/youtube_dl/extractor/livestream.py index 1a3e0ae6b..5f548437c 100644 --- a/youtube_dl/extractor/livestream.py +++ b/youtube_dl/extractor/livestream.py @@ -6,9 +6,7 @@ from .common import InfoExtractor from ..utils import ( compat_urllib_parse_urlparse, compat_urlparse, - get_meta_content, xpath_with_ns, - ExtractorError, ) |