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
Merge pull request
#6978
from remitamine/fktv
[fktv] get format_id from video file ext
totalwebcasting
Sergey M.
9 years ago
parent
08bea4adde
3706fb5dc8
commit
a82ba8d0ce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/fktv.py
+ 1
- 1
youtube_dl/extractor/fktv.py
View File
@ -45,7 +45,7 @@ class FKTVIE(InfoExtractor):
urls
=
re
.
findall
(
r
'
<source[^>]+src=
"
([^
"
]+)
"
'
,
sources
)
formats
=
[
{
'
url
'
:
furl
,
'
format_id
'
:
determine_ext
(
url
)
,
'
format_id
'
:
determine_ext
(
f
url
)
,
}
for
furl
in
urls
]
return
{
'
id
'
:
episode
,
Write
Preview
Loading…
Cancel
Save