diff options
Diffstat (limited to 'youtube_dl/extractor/cliphunter.py')
| -rw-r--r-- | youtube_dl/extractor/cliphunter.py | 5 | 
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', | 
