aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/sockshare.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/sockshare.py')
-rw-r--r--youtube_dl/extractor/sockshare.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/sockshare.py b/youtube_dl/extractor/sockshare.py
index 75b634bc6..dc9f80550 100644
--- a/youtube_dl/extractor/sockshare.py
+++ b/youtube_dl/extractor/sockshare.py
@@ -5,6 +5,7 @@ from ..utils import (
ExtractorError,
compat_urllib_parse,
compat_urllib_request,
+ determine_ext,
)
import re
@@ -68,6 +69,7 @@ class SockshareIE(InfoExtractor):
formats = [{
'format_id': 'sd',
'url': video_url,
+ 'ext': determine_ext(title),
}]
return {