diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-11 11:09:01 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-11 11:09:01 +0200 |
commit | e93f4f7578955b2484fe1e8927a3b5dafd9d5b52 (patch) | |
tree | 90f99df33008e62c53ee5dc915cf286b35b9e836 /youtube_dl | |
parent | 45ead916d12ced01158d620f18e7ac1021d3f3dd (diff) |
[vodlocker] Remove unused imports
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/vodlocker.py | 2 |
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, ) |