X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/989a339f0ebffeafd4267cff81806ba284c809ca..f8280c781f563e8f32d2f83e99efb235c73f14a2:/youtube_dl/extractor/vevo.py?ds=sidebyside diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index aa88e1a..49a249a 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -3,7 +3,6 @@ import json from .common import InfoExtractor from ..utils import ( - unified_strdate, ExtractorError, )