projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082b115
)
Fix mistyped docstring indent
author
Kang Hyojun
<admire9@gmail.com>
Sun, 15 Mar 2015 11:18:23 +0000
(20:18 +0900)
committer
Kang Hyojun
<admire9@gmail.com>
Sun, 15 Mar 2015 11:18:23 +0000
(20:18 +0900)
youtube_dl/YoutubeDL.py
patch
|
blob
|
history
diff --git
a/youtube_dl/YoutubeDL.py
b/youtube_dl/YoutubeDL.py
index e779fc9a87f257b4aace09da9441d7a12b8585e0..5a83bc95662b92e786ed1088155321645eadea98 100755
(executable)
--- 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)]