This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[sockshare] Fix ext
totalwebcasting
Philipp Hagemeister
11 years ago
parent
41c0849429
commit
798a2cad4f
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube_dl/extractor/sockshare.py
+ 2
- 0
youtube_dl/extractor/sockshare.py
View File
@ -5,6 +5,7 @@ from ..utils import (
ExtractorError
,
ExtractorError
,
compat_urllib_parse
,
compat_urllib_parse
,
compat_urllib_request
,
compat_urllib_request
,
determine_ext
,
)
)
import
re
import
re
@ -68,6 +69,7 @@ class SockshareIE(InfoExtractor):
formats
=
[
{
formats
=
[
{
'
format_id
'
:
'
sd
'
,
'
format_id
'
:
'
sd
'
,
'
url
'
:
video_url
,
'
url
'
:
video_url
,
'
ext
'
:
determine_ext
(
title
)
,
}
]
}
]
return
{
return
{
Write
Preview
Loading…
Cancel
Save