summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-12-07 02:01:47 +0700
committerSergey M․ <dstftw@gmail.com>2020-12-07 02:01:47 +0700
commit791b743765b1154cff099c543a6723f2c40b822b (patch)
tree087562cbc7194da7278bdbb3328576ddc425a74b
parentfa604d9083805aa2ff398f31d56dc3508b77a37c (diff)
downloadyoutube-dl-791b743765b1154cff099c543a6723f2c40b822b.tar.gz
youtube-dl-791b743765b1154cff099c543a6723f2c40b822b.tar.xz
youtube-dl-791b743765b1154cff099c543a6723f2c40b822b.zip
[extractor/generic] Remove unused import
-rw-r--r--youtube_dl/extractor/generic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 055ca838f..9f79e0ba4 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -31,7 +31,6 @@ from ..utils import (
     sanitized_Request,
     smuggle_url,
     unescapeHTML,
-    unified_strdate,
     unified_timestamp,
     unsmuggle_url,
     UnsupportedError,