projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2c6d5
)
[fujitv] fix HLS formats extension(closes #28416)
author
Remita Amine
<remitamine@gmail.com>
Fri, 12 Mar 2021 08:51:01 +0000
(09:51 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Fri, 12 Mar 2021 08:51:01 +0000
(09:51 +0100)
youtube_dl/extractor/fujitv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fujitv.py
b/youtube_dl/extractor/fujitv.py
index 39685e0754339e8b197d5cf01deee15b58c945d4..a02a943742f7cfd8bfee6a908c39ec0542e0079a 100644
(file)
--- a/
youtube_dl/extractor/fujitv.py
+++ b/
youtube_dl/extractor/fujitv.py
@@
-17,7
+17,7
@@
class FujiTVFODPlus7IE(InfoExtractor):
def _real_extract(self, url):
video_id = self._match_id(url)
formats = self._extract_m3u8_formats(
- self._BASE_URL + 'abr/pc_html5/%s.m3u8' % video_id, video_id)
+ self._BASE_URL + 'abr/pc_html5/%s.m3u8' % video_id, video_id
, 'mp4'
)
for f in formats:
wh = self._BITRATE_MAP.get(f.get('tbr'))
if wh: