]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/vevo.py
[eighttracks] move test
[youtube-dl.git] / youtube_dl / extractor / vevo.py
index aa88e1a92e587a9d68075ac6a5196e35ce7857af..49a249ae32a901ea3bc5be431b2a510a09fc95bc 100644 (file)
@@ -3,7 +3,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    unified_strdate,
     ExtractorError,
 )