1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-17 10:39:33 +00:00

Fix mistyped docstring indent

This commit is contained in:
Kang Hyojun 2015-03-15 20:18:23 +09:00
parent 082b1155a3
commit 613b2d9dc6

View file

@ -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)]