<?phpnamespace EmbedProvidersOEmbed;class Amcharts extends EndPoint implements EndPointInterface{ protected static $pattern = 'live.amcharts.com/*'; protected static $endPoint = 'https://live.amcharts.com/oembed';}