static String thumbnailsYoutube({ required String videoId, }) { return "https://img.youtube.com/vi/${videoId}/maxresdefault.jpg"; }