X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fvevo.py;h=5b1a3ec787ac6c99c0db4d37d5ff2c33c6950ef6;hb=480b7c32a94db050bb216519d3b7fd4589d1e8fb;hp=ebab8b86c6f5727795d54b234ee4adda7258cf39;hpb=c6e90caaa661e8368f099055c609c7c121bbbc2b;p=youtube-dl diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index ebab8b86c..5b1a3ec78 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -5,7 +5,6 @@ import xml.etree.ElementTree from .common import InfoExtractor from ..utils import ( - compat_HTTPError, compat_urllib_request, ExtractorError, )