X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fextractor%2Flivestream.py;h=5f548437cd74d879e06ac4be64adf3a6de93ddef;hb=f143a42fe65ce4932dfab7be1f41c52ffe8a203e;hp=1a3e0ae6b94ea2b59f2065f8641827d29b39fc37;hpb=495da337ae804fe013738f9d4f23002ead1276c7;p=youtube-dl 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, )