static S youtubeLink(S videoID) { if (videoID.contains("/")) ret videoID; // be idempotent ret "https://www.youtube.com/watch?v=" + videoID; }