aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/francetv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/francetv.py')
-rw-r--r--hypervideo_dl/extractor/francetv.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/francetv.py b/hypervideo_dl/extractor/francetv.py
index 3bbab69..347a766 100644
--- a/hypervideo_dl/extractor/francetv.py
+++ b/hypervideo_dl/extractor/francetv.py
@@ -185,9 +185,9 @@ class FranceTVIE(InfoExtractor):
'vcodec': 'none',
'ext': 'mhtml',
'protocol': 'mhtml',
- 'url': 'about:dummy',
+ 'url': 'about:invalid',
'fragments': [{
- 'path': sheet,
+ 'url': sheet,
# XXX: not entirely accurate; each spritesheet seems to be
# a 10×10 grid of thumbnails corresponding to approximately
# 2 seconds of the video; the last spritesheet may be shorter
@@ -203,7 +203,7 @@ class FranceTVIE(InfoExtractor):
return {
'id': video_id,
- 'title': self._live_title(title) if is_live else title,
+ 'title': title,
'thumbnail': image,
'duration': duration,
'timestamp': timestamp,