projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4063474
)
fixed typo
author
Johny Mo Swag
<johnymo@me.com>
Thu, 7 Mar 2013 05:14:46 +0000
(21:14 -0800)
committer
Johny Mo Swag
<johnymo@me.com>
Thu, 7 Mar 2013 05:14:46 +0000
(21:14 -0800)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index 8be2f160c1092cbfd0593431dfaaade6268a4827..58803c48a43955e5631f6205402809396b229341 100755
(executable)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-2557,7
+2557,7
@@
class EscapistIE(InfoExtractor):
'uploader': showName,
'upload_date': None,
'title': showName,
- 'ext': '
flv
',
+ 'ext': '
mp4
',
'thumbnail': imgUrl,
'description': description,
'player_url': playerUrl,