aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/skylinewebcams.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/skylinewebcams.py')
-rw-r--r--hypervideo_dl/extractor/skylinewebcams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/skylinewebcams.py b/hypervideo_dl/extractor/skylinewebcams.py
index b7f8ac7..47bbb76 100644
--- a/hypervideo_dl/extractor/skylinewebcams.py
+++ b/hypervideo_dl/extractor/skylinewebcams.py
@@ -36,7 +36,7 @@ class SkylineWebcamsIE(InfoExtractor):
'id': video_id,
'url': stream_url,
'ext': 'mp4',
- 'title': self._live_title(title),
+ 'title': title,
'description': description,
'is_live': True,
}