aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vodlocker.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-11 11:09:01 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-11 11:09:01 +0200
commite93f4f7578955b2484fe1e8927a3b5dafd9d5b52 (patch)
tree90f99df33008e62c53ee5dc915cf286b35b9e836 /youtube_dl/extractor/vodlocker.py
parent45ead916d12ced01158d620f18e7ac1021d3f3dd (diff)
downloadyoutube-dl-e93f4f7578955b2484fe1e8927a3b5dafd9d5b52.tar.xz
[vodlocker] Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/vodlocker.py')
-rw-r--r--youtube_dl/extractor/vodlocker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vodlocker.py b/youtube_dl/extractor/vodlocker.py
index dfc570930..68c59364b 100644
--- a/youtube_dl/extractor/vodlocker.py
+++ b/youtube_dl/extractor/vodlocker.py
@@ -2,10 +2,8 @@
from __future__ import unicode_literals
import re
-import time
from .common import InfoExtractor
from ..utils import (
- determine_ext,
compat_urllib_parse,
compat_urllib_request,
)