From 199ad1b975d275c2c647157bc763f7787c2f9267 Mon Sep 17 00:00:00 2001 From: Michael Wuergler Date: Sun, 18 Feb 2024 23:24:04 +0100 Subject: [PATCH] docs: minor updates --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd46cd7..7c3bf6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-video-id", "version": "3.5.3", - "description": "Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom and Dailymotion video id from a url or embed string.", + "description": "Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom or Dailymotion video id from a url or embed string.", "license": "MIT", "repository": "radiovisual/get-video-id", "main": "dist/get-video-id.js", diff --git a/readme.md b/readme.md index 2dc165f..787c946 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # get-video-id [![codecov](https://codecov.io/gh/radiovisual/get-video-id/branch/master/graph/badge.svg?token=fG7V2VRDYY)](https://codecov.io/gh/radiovisual/get-video-id) -> Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom and Dailymotion video id from a url or embed string. +> Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom or Dailymotion video id from a url or embed string. **Pull Requests are welcome** if you would like to see support for other video services or if you find an unsupported video url pattern.