diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-01-09 11:16:23 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-01-09 11:16:23 +0100 |
commit | 27783821af5a85fb20266834cff4f07eb0695cb5 (patch) | |
tree | 0a1bee62541be2ca6ca52824cf5695e3c947c8b0 /youtube_dl/extractor | |
parent | b374af6ebdf6298ab1593bee56dba5b0a1daf9b7 (diff) |
[xhamster] Remove unused import
Diffstat (limited to 'youtube_dl/extractor')
-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 066af184f..fd43e8854 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -6,7 +6,6 @@ from .common import InfoExtractor from ..utils import ( float_or_none, int_or_none, - str_to_int, unified_strdate, ) |