Future<bool> isNotLive(String videoId) async { final video = await yt.videos.get(VideoId(videoId)); return !video.isLive; }