diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-02 12:03:36 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-02 12:03:36 +0100 |
commit | d55433bbfd9b7237bd7a52f2dc1ca7bd991a1367 (patch) | |
tree | a02672df52177c76741d4c63cb58648a69c3c3fd /youtube_dl/extractor/xhamster.py | |
parent | f0ce2bc1c5880d9a92dda2dc543d21c4a8566a2f (diff) |
Remove unused imports and simplify
Diffstat (limited to 'youtube_dl/extractor/xhamster.py')
-rw-r--r-- | youtube_dl/extractor/xhamster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py index d317f29f2..f6c515f7f 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -5,7 +5,6 @@ import re from .common import InfoExtractor from ..utils import ( compat_urllib_parse, - unescapeHTML, ExtractorError, ) |