youtube-dl

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

commit 3b4444f99a9fe84eab577fb4832972ef06a236e1
parent 8f4cc22455f1c08f8e95f867f40c9f378bfe7a49
Author: Sergey M <dstftw@gmail.com>
Date:   Sun, 15 Mar 2015 17:20:50 +0600

Merge pull request #5208 from admire93/master

Fix mistyped docstring indent
Diffstat:
Myoutube_dl/YoutubeDL.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -635,7 +635,7 @@ class YoutubeDL(object): Returns a list with a dictionary for each video we find. If 'download', also downloads the videos. extra_info is a dict containing the extra values to add to each result - ''' + ''' if ie_key: ies = [self.get_info_extractor(ie_key)]