YouTube URL匹配器视频ID捕获器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了YouTube URL匹配器视频ID捕获器相关的知识,希望对你有一定的参考价值。
PCRE that matches any kind of YouTube URL and catches its video ID. It supports three kinds of URL: the classic (?v=), the AJAXed one (#!v=) and the short version (youtu.be). It also supports international URLs.Tested with javascript and php.
/http://(?:youtu.be/|(?:[a-z]{2,3}.)?youtube.com/watch(?:?|#!)v=)([w-]{11}).*/gi
以上是关于YouTube URL匹配器视频ID捕获器的主要内容,如果未能解决你的问题,请参考以下文章
如何从 Wordpress 上 Gutenberg 的 YouTube 视频嵌入中删除 HTML 包装器
我需要一些帮助来纠正我在 php 中的代码 - 如何从 YouTube URL 获取视频 ID [重复]
如何将 YouTube 本地化(翻译)添加到我的 C# YouTube 视频上传器?