Replies: 2 comments
|
Not quite the same root cause as youtubeIframe (code) {
let url = code;
let queryParams = new URLSearchParams(url.split('?')[1]);
if (queryParams.has('v')) {
url = 'https://www.youtube.com/embed/' + queryParams.get('v') + '?feature=oembed';
}
return '<iframe src="' + url + '" ...></iframe>';
},This only ever reads the
The nocookie swap ( Workaround that works today: don't paste the playlist page URL. Paste the fully-formed embed URL directly: Since that URL has no Worth filing as its own bug against |
|
@teezeh @ImMortaL0P - the problem will be fixed in v.0.48 planned for this month :) |
Uh oh!
There was an error while loading. Please reload this page.
Could this be related to cookpete/react-player#2030 ?
All reactions