video_url_validator 1.0.0-beta.1 video_url_validator: ^1.0.0-beta.1 copied to clipboard
Video URL Validator will validate Video URLs from Popular Video Platforms.
TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features #
Video URL Validator validates URLs from Popular Video Platforms
Platforms Supported #
Usage #
var validator = VideoURLValidator();
validator.validateYouTubeVideoURL(url: 'https://youtube.com/watch?v=23433');
validator.validateFaceBookVideoURL(url: 'https://facebook.com/');
validator.validateVimeoVideoURL(url: 'https://vimeo.com/12343432');
validator.validateDailyMotionVideoURL(url: 'https://dai.ly/123234324');
validator.validateWistiaVideoURL(url: 'https://home.wistia.com/medias/4342341231');