// returns youtube-dl output static S youtubeDownloadVideo(S url) { Class c = hotwire(#1006739); set(c, options := ""); // default video format callMain(c, url); ret str(get(c, "output")); }