aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/xhamster.py
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 /youtube_dl/extractor/xhamster.py
parent238755752f4f9169a1edda91067c8627afe19cce (diff)
downloadyoutube-dl-f535ec8278c8f465b47919d3f451571ae8ccfc7b.zip
youtube-dl-f535ec8278c8f465b47919d3f451571ae8ccfc7b.tar.gz
youtube-dl-f535ec8278c8f465b47919d3f451571ae8ccfc7b.tar.bz2
[xhamster] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/xhamster.py')
-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 06fedf8..f76ee8f 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,