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
[rutv] Extract all m3u8 formats
totalwebcasting
Sergey M․
10 years ago
parent
acf757f42e
commit
c6df692466
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
youtube_dl/extractor/rutv.py
+ 2
- 4
youtube_dl/extractor/rutv.py
View File
@ -162,10 +162,8 @@ class RUTVIE(InfoExtractor):
'
vbr
'
:
int
(
quality
)
,
}
elif
transport
==
'
m3u8
'
:
fmt
=
{
'
url
'
:
url
,
'
ext
'
:
'
mp4
'
,
}
formats
.
extend
(
self
.
_extract_m3u8_formats
(
url
,
video_id
,
'
mp4
'
)
)
continue
else
:
fmt
=
{
'
url
'
:
url
Write
Preview
Loading…
Cancel
Save