Support for twitch clips
INSERT INTO `smf_mediapro_sites` (`id`, `title`, `enabled`, `website`, `regexmatch`, `embedcode`, `processregex`, `height`, `width`) VALUES
(124, 'Twitch Clips', 1, 'https://twitch.tv/', 'https://clips.twitch.tv/([A-Za-z0-9]*)', '<iframe src="https://clips.twitch.tv/embed?clip=$1&parent=#parent#" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>', NULL, 378, 620);
Support for github gist
INSERT INTO `smf_mediapro_sites` (`id`, `title`, `enabled`, `website`, `regexmatch`, `embedcode`, `processregex`, `height`, `width`) VALUES
(125, 'GitHub Gist', 1, 'https://github.com', 'https?://gist.github.com/([A-Za-z0-9\\-]*\\/[A-Za-z0-9]*)', '<script src="https://gist.github.com/$1.js"></script>', NULL, 300, 700);