We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cb4d5 commit 7377197Copy full SHA for 7377197
src/transformers/YouTube.js
@@ -50,3 +50,5 @@ export const getHTML = (url, { width = '100%', height = '315' }) => {
50
51
return `<iframe width="${width}" height="${height}" src="${iframeSrc}" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>`;
52
};
53
+
54
+export const name = 'YouTube';
0 commit comments