summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-05 23:08:26 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-05 23:08:26 +0600
commitf535ec8278c8f465b47919d3f451571ae8ccfc7b (patch)
tree2d8d14515f49fe565f4552caa7c428e707500c83
parent238755752f4f9169a1edda91067c8627afe19cce (diff)
downloadyoutube-dl-f535ec8278c8f465b47919d3f451571ae8ccfc7b.tar.gz
youtube-dl-f535ec8278c8f465b47919d3f451571ae8ccfc7b.tar.xz
youtube-dl-f535ec8278c8f465b47919d3f451571ae8ccfc7b.zip
[xhamster] Remove unused import
-rw-r--r--youtube_dl/extractor/xhamster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py
index 06fedf840..f76ee8fd4 100644
--- a/youtube_dl/extractor/xhamster.py
+++ b/youtube_dl/extractor/xhamster.py
@@ -4,7 +4,6 @@ import re
 
 from .common import InfoExtractor
 from ..utils import (
-    ExtractorError,
     unified_strdate,
     str_to_int,
     int_or_none,