about summary refs log tree commit diff
path: root/youtube_dl/extractor/cliphunter.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-02-02 12:03:36 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-02-02 12:03:36 +0100
commitd55433bbfd9b7237bd7a52f2dc1ca7bd991a1367 (patch)
treea02672df52177c76741d4c63cb58648a69c3c3fd /youtube_dl/extractor/cliphunter.py
parentf0ce2bc1c5880d9a92dda2dc543d21c4a8566a2f (diff)
downloadyoutube-dl-d55433bbfd9b7237bd7a52f2dc1ca7bd991a1367.tar.gz
youtube-dl-d55433bbfd9b7237bd7a52f2dc1ca7bd991a1367.tar.xz
youtube-dl-d55433bbfd9b7237bd7a52f2dc1ca7bd991a1367.zip
Remove unused imports and simplify
Diffstat (limited to 'youtube_dl/extractor/cliphunter.py')
-rw-r--r--youtube_dl/extractor/cliphunter.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/cliphunter.py b/youtube_dl/extractor/cliphunter.py
index d891fa301..58846e8e7 100644
--- a/youtube_dl/extractor/cliphunter.py
+++ b/youtube_dl/extractor/cliphunter.py
@@ -1,12 +1,9 @@
 from __future__ import unicode_literals
 
 import re
-import string
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
-)
+
 
 translation_table = {
     'a': 'h', 'd': 'e', 'e': 'v', 'f': 'o', 'g': 'f', 'i': 'd', 'l': 'n',