aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/matchtv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/matchtv.py')
-rw-r--r--hypervideo_dl/extractor/matchtv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/matchtv.py b/hypervideo_dl/extractor/matchtv.py
index bc9933a..e003b8d 100644
--- a/hypervideo_dl/extractor/matchtv.py
+++ b/hypervideo_dl/extractor/matchtv.py
@@ -49,7 +49,7 @@ class MatchTVIE(InfoExtractor):
self._sort_formats(formats)
return {
'id': video_id,
- 'title': self._live_title('Матч ТВ - Прямой эфир'),
+ 'title': 'Матч ТВ - Прямой эфир',
'is_live': True,
'formats': formats,
}