]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/joqrag.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / joqrag.py
index c68ad8cb5f4b9d6ccb67ba0c537a43d8b8ead8f6..7a91d4a235506ac0acd3910d27a10f6e4d35c868 100644 (file)
@@ -80,7 +80,7 @@ def _real_extract(self, url):
             note='Downloading metadata', errnote='Failed to download metadata')
         title = self._extract_metadata('Program_name', metadata)
 
-        if title == '放送休止':
+        if not title or title == '放送休止':
             formats = []
             live_status = 'is_upcoming'
             release_timestamp = self._extract_start_timestamp(video_id, False)