X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fvevo.py;h=49a249ae32a901ea3bc5be431b2a510a09fc95bc;hb=5c5de1c79ac9084e63d2a5b1a1b814ae2b819c8c;hp=aa88e1a92e587a9d68075ac6a5196e35ce7857af;hpb=515d7a5e73082c0f2e35bf7e778573bb2bbd576e;p=youtube-dl.git diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index aa88e1a92..49a249ae3 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, )