X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fvevo.py;h=5b1a3ec787ac6c99c0db4d37d5ff2c33c6950ef6;hb=d6d9186f0d12e226ab1b908c66d67e14adb88aea;hp=ebab8b86c6f5727795d54b234ee4adda7258cf39;hpb=c6e90caaa661e8368f099055c609c7c121bbbc2b;p=youtube-dl.git 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, )