projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f8dee
)
[openload] Fallback video extension to mp4
author
Sergey M․
<dstftw@gmail.com>
Wed, 25 Jan 2017 16:28:45 +0000
(23:28 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 25 Jan 2017 16:28:45 +0000
(23:28 +0700)
youtube_dl/extractor/openload.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/openload.py
b/youtube_dl/extractor/openload.py
index 4893ade5d7998700ec787c3ee498a2fe5eddff11..32289d8976dcf602839546d179c06ef224a79b20 100644
(file)
--- a/
youtube_dl/extractor/openload.py
+++ b/
youtube_dl/extractor/openload.py
@@
-101,7
+101,7
@@
class OpenloadIE(InfoExtractor):
'thumbnail': self._og_search_thumbnail(webpage, default=None),
'url': video_url,
# Seems all videos have extensions in their titles
- 'ext': determine_ext(title),
+ 'ext': determine_ext(title
, 'mp4'
),
'subtitles': subtitles,
}
return info_dict