Fix mistyped docstring indent
[youtube-dl] / 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)]