youtube-dl

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

commit d116918993c1de9b2bfabf98b2af236263f86137
parent 7399ca1f80e59142c2c000670e18e67f05cfb124
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 10 Mar 2018 23:15:11 +0700

[raywenderlich] PEP 8
[ci skip]

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

diff --git a/youtube_dl/extractor/raywenderlich.py b/youtube_dl/extractor/raywenderlich.py @@ -7,7 +7,6 @@ from .vimeo import VimeoIE from ..utils import ( extract_attributes, ExtractorError, - orderedSet, smuggle_url, unsmuggle_url, urljoin,