Remove unused imports and simplify
[youtube-dl] / youtube_dl / extractor / cliphunter.py
index d891fa3012c7bf7e2fe59838002a014b7c0fb8bb..58846e8e7cfacc631015ce32ace23cbd9b8a2576 100644 (file)
@@ -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',