about summary refs log tree commit diff
path: root/youtube_dl/extractor/viddler.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-05 14:31:54 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-05 14:31:54 +0100
commita1ef7e85d6834d5e8a9a2171b220a9e3b93dd2cf (patch)
treef63b2fe5875ea9d47f37a04defbc9f66f0042446 /youtube_dl/extractor/viddler.py
parentef2fac6f4ae5191abed1962b155aec0bb0f17802 (diff)
downloadyoutube-dl-a1ef7e85d6834d5e8a9a2171b220a9e3b93dd2cf.tar.gz
youtube-dl-a1ef7e85d6834d5e8a9a2171b220a9e3b93dd2cf.tar.xz
youtube-dl-a1ef7e85d6834d5e8a9a2171b220a9e3b93dd2cf.zip
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/viddler.py')
-rw-r--r--youtube_dl/extractor/viddler.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/extractor/viddler.py b/youtube_dl/extractor/viddler.py
index 138a35b2a..9328ef4a2 100644
--- a/youtube_dl/extractor/viddler.py
+++ b/youtube_dl/extractor/viddler.py
@@ -2,9 +2,6 @@ import json
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    determine_ext,
-)
 
 
 class ViddlerIE(InfoExtractor):