youtube-dl

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

commit fb64adcbd37a660da92687878831d08e82ae748c
parent 4f640f28901be8a3ce57e77ead404d751e36d208
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 16 Aug 2016 04:45:21 +0700

[adobepass] PEP 8

Diffstat:
Myoutube_dl/extractor/adobepass.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/adobepass.py b/youtube_dl/extractor/adobepass.py @@ -131,4 +131,4 @@ class AdobePassIE(InfoExtractor): if '<pendingLogout' in short_authorize: self._downloader.cache.store('mvpd', requestor_id, {}) return self._extract_mvpd_auth(url, video_id, requestor_id, resource) - return short_authorize- \ No newline at end of file + return short_authorize