mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
parent
9415f1a5ef
commit
f2fd449b46
@ -80,7 +80,7 @@ class JoqrAgIE(InfoExtractor):
|
|||||||
note='Downloading metadata', errnote='Failed to download metadata')
|
note='Downloading metadata', errnote='Failed to download metadata')
|
||||||
title = self._extract_metadata('Program_name', metadata)
|
title = self._extract_metadata('Program_name', metadata)
|
||||||
|
|
||||||
if title == '放送休止':
|
if not title or title == '放送休止':
|
||||||
formats = []
|
formats = []
|
||||||
live_status = 'is_upcoming'
|
live_status = 'is_upcoming'
|
||||||
release_timestamp = self._extract_start_timestamp(video_id, False)
|
release_timestamp = self._extract_start_timestamp(video_id, False)
|
||||||
|
Loading…
Reference in New Issue
Block a user