Skip to content

Commit 7377197

Browse files
seanmcnMichaelDeBoey
authored andcommitted
feat(YouTube): Export Youtube transformer name so data passed in service config comes through.
1 parent c5cb4d5 commit 7377197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/transformers/YouTube.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ export const getHTML = (url, { width = '100%', height = '315' }) => {
5050

5151
return `<iframe width="${width}" height="${height}" src="${iframeSrc}" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>`;
5252
};
53+
54+
export const name = 'YouTube';

0 commit comments

Comments
 (0)