[played] Remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 28 Sep 2014 08:56:36 +0000 (10:56 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 28 Sep 2014 08:56:36 +0000 (10:56 +0200)
youtube_dl/extractor/played.py

index db40da43bd077749411ebe7926b2ffcbf90cafb3..645a1e06dc8f3678b30d4e41b38ea13396c7a3e0 100644 (file)
@@ -2,7 +2,6 @@
 from __future__ import unicode_literals
 
 import re
-import time
 import os.path
 
 from .common import InfoExtractor