Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
c1fa3f46
Unverified
Commit
c1fa3f46
authored
Jan 25, 2017
by
Sergey M․
Browse files
[openload] Fallback video extension to mp4
parent
17f8deeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
youtube_dl/extractor/openload.py
youtube_dl/extractor/openload.py
+1
-1
No files found.
youtube_dl/extractor/openload.py
View file @
c1fa3f46
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment