Returns true if URL extension matches a video type.
static bool isVideoUrl(String url) => _getMediaType(url) == MediaType.video;