diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-08-05 23:08:26 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-08-05 23:08:26 +0600 | 
| commit | f535ec8278c8f465b47919d3f451571ae8ccfc7b (patch) | |
| tree | 2d8d14515f49fe565f4552caa7c428e707500c83 | |
| parent | 238755752f4f9169a1edda91067c8627afe19cce (diff) | |
[xhamster] Remove unused import
| -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 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, | 
