<?phpnamespace EmbedProvidersOEmbed;class Photobucket extends EndPoint implements EndPointInterface{ protected static $pattern = 'photobucket.com/*'; protected static $endPoint = 'http://s51.photobucket.com/oembed/';}