From 0f952dc7bcc13a5c333d946879f43ef9d16fd8a9 Mon Sep 17 00:00:00 2001 From: sepro Date: Thu, 3 Apr 2025 21:00:55 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/extractor/roya.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yt_dlp/extractor/roya.py b/yt_dlp/extractor/roya.py index 9a965a726b..e9fe304eeb 100644 --- a/yt_dlp/extractor/roya.py +++ b/yt_dlp/extractor/roya.py @@ -10,7 +10,6 @@ class RoyaLiveIE(InfoExtractor): 'id': '1', 'title': r're:Roya TV \d{4}-\d{2}-\d{2} \d{2}:\d{2}', 'ext': 'mp4', - 'is_live': True, 'live_status': 'is_live', }, }, { @@ -19,7 +18,6 @@ class RoyaLiveIE(InfoExtractor): 'id': '21', 'title': r're:Roya News \d{4}-\d{2}-\d{2} \d{2}:\d{2}', 'ext': 'mp4', - 'is_live': True, 'live_status': 'is_live', }, }, {