!7 sS channel = "UCSvK6EfxnMTajbe-Qpc6NvA"; static YouTubeChannelInfo info; p { info = youTubeChannelInfo(channel); printStruct(info); showBigText("Subscribers!", f getSubscribers, 10000); } sS[] getSubscribers() { long subs = youTubeSubCount(channel); ret new S[] { str(subs), n(subs, "Subscribers") + " for " + info.title }; }