<?phpnamespace EmbedProvidersOEmbed;class Youtube extends EndPoint implements EndPointInterface{ protected static $pattern = ['*youtube.*', '*youtu.be.*']; protected static $endPoint = 'http://www.youtube.com/oembed';}