From 613b2d9dc6eaf515898516c654f79cee8951a269 Mon Sep 17 00:00:00 2001 From: Kang Hyojun Date: Sun, 15 Mar 2015 20:18:23 +0900 Subject: [PATCH] Fix mistyped docstring indent --- youtube_dl/YoutubeDL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index e779fc9a8..5a83bc956 100755 --- 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)] -- 2.30.2