<?phpnamespace EmbedProvidersOEmbed;class Meetup extends EndPoint implements EndPointInterface{ protected static $pattern = 'www.meetup.com/*'; protected static $endPoint = 'http://api.meetup.com/oembed';}