Used to not block the UI isolate.
Future<Channel> computeChannel(String channelId) async { YoutubeExplode yt = YoutubeExplode(); return yt.channels.get(channelId); }