logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 791b743765b1154cff099c543a6723f2c40b822b
parent fa604d9083805aa2ff398f31d56dc3508b77a37c
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  7 Dec 2020 02:01:47 +0700

[extractor/generic] Remove unused import

Diffstat:

Myoutube_dl/extractor/generic.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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,