From d55433bbfd9b7237bd7a52f2dc1ca7bd991a1367 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 2 Feb 2014 12:03:36 +0100 Subject: Remove unused imports and simplify --- youtube_dl/extractor/cliphunter.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'youtube_dl/extractor/cliphunter.py') 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', -- cgit v1.2.3