static S embedYoutube_newer_autoplay(S youtubeID) { ret embedYoutube_newer_autoplay(youtubeID, 300, 250); } static S embedYoutube_newer_autoplay(S youtubeID, int w) { int h = sixteenToNine(w); youtubeID = extractYouTubeID(youtubeID); ret ([[]]).replace("{*}", youtubeID); }