about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKang Hyojun <admire9@gmail.com>2015-03-15 20:18:23 +0900
committerKang Hyojun <admire9@gmail.com>2015-03-15 20:18:23 +0900
commit613b2d9dc6eaf515898516c654f79cee8951a269 (patch)
tree7230c7ffb695d9e75c75be14af7dacb510fdb184
parent082b1155a36dc9b51424151f80860e52ee30b55e (diff)
downloadyoutube-dl-613b2d9dc6eaf515898516c654f79cee8951a269.tar.gz
youtube-dl-613b2d9dc6eaf515898516c654f79cee8951a269.tar.xz
youtube-dl-613b2d9dc6eaf515898516c654f79cee8951a269.zip
Fix mistyped docstring indent
-rwxr-xr-xyoutube_dl/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
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)]