From f71fe7685dcfd5b2d728e4b4afad723bc49e025e Mon Sep 17 00:00:00 2001 From: dviramontes Date: Thu, 2 Feb 2017 12:11:29 -0700 Subject: [PATCH] feat: adds video embed transform --- src/extractors/custom/fusion.net/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extractors/custom/fusion.net/index.js b/src/extractors/custom/fusion.net/index.js index 9e4342501..f88b7f225 100644 --- a/src/extractors/custom/fusion.net/index.js +++ b/src/extractors/custom/fusion.net/index.js @@ -41,6 +41,7 @@ export const FusionNetExtractor = { // Is there anything in the content you selected that needs transformed // before it's consumable content? E.g., unusual lazy loaded images transforms: { + '.fusion-youtube-oembed': 'figure', }, // Is there anything that is in the result that shouldn't be?