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.
  1. /http://(?:youtu.be/|(?:[a-z]{2,3}.)?youtube.com/watch(?:?|#!)v=)([w-]{11}).*/gi

以上是关于YouTube URL匹配器视频ID捕获器的主要内容,如果未能解决你的问题,请参考以下文章