Browse Source

[vevo] remove unused import

Philipp Hagemeister 12 years ago
parent
commit
9b0756f8f2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/vevo.py

+ 0 - 1
youtube_dl/extractor/vevo.py

@@ -3,7 +3,6 @@ import json
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
-    unified_strdate,
     ExtractorError,
     ExtractorError,
 )
 )