youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit bf87c36c93aee81a1bf26c8213262724955d52a0
parent b4a3d461e4a00dfc60047b667aa3136c8b03eda8
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 12 Jun 2017 02:01:12 +0700

[xfileshare] PEP 8

Diffstat:
Myoutube_dl/extractor/xfileshare.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py @@ -10,7 +10,6 @@ from ..utils import ( ExtractorError, int_or_none, NO_DEFAULT, - sanitized_Request, urlencode_postdata, )