Fix mistyped docstring indent
authorKang Hyojun <admire9@gmail.com>
Sun, 15 Mar 2015 11:18:23 +0000 (20:18 +0900)
committerKang Hyojun <admire9@gmail.com>
Sun, 15 Mar 2015 11:18:23 +0000 (20:18 +0900)
youtube_dl/YoutubeDL.py

index e779fc9a87f257b4aace09da9441d7a12b8585e0..5a83bc95662b92e786ed1088155321645eadea98 100755 (executable)
@@ -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)]