diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-15 21:30:46 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-15 22:09:07 +0530 |
commit | 39ca3b5c7f8b05ce2b23bfda158ddf8d47434794 (patch) | |
tree | 582274ea4095f4c366b77643c45eaa5027cb23c2 /yt_dlp/extractor/ceskatelevize.py | |
parent | 46383212b336012f14b79839a5b344d35a6c90e4 (diff) | |
download | hypervideo-pre-39ca3b5c7f8b05ce2b23bfda158ddf8d47434794.tar.lz hypervideo-pre-39ca3b5c7f8b05ce2b23bfda158ddf8d47434794.tar.xz hypervideo-pre-39ca3b5c7f8b05ce2b23bfda158ddf8d47434794.zip |
[extractor] Standardize `_live_title`
Diffstat (limited to 'yt_dlp/extractor/ceskatelevize.py')
-rw-r--r-- | yt_dlp/extractor/ceskatelevize.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/ceskatelevize.py b/yt_dlp/extractor/ceskatelevize.py index 6ca2f38b5..6c90b247e 100644 --- a/yt_dlp/extractor/ceskatelevize.py +++ b/yt_dlp/extractor/ceskatelevize.py @@ -212,8 +212,6 @@ class CeskaTelevizeIE(InfoExtractor): if playlist_len == 1: final_title = playlist_title or title - if is_live: - final_title = self._live_title(final_title) else: final_title = '%s (%s)' % (playlist_title, title) |