Skip to content

Commit fd58128

Browse files
authored
Merge pull request #33 from jsor-labs/youtube-nocookie
Embed youtube videos via youtube-nocookie.com
2 parents 5d4c14c + 95aa5a1 commit fd58128

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/talks.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
return [
44
[
55
'link' => 'https://www.youtube.com/watch?v=-5ZdGUvOqx4',
6-
'embed_url' => 'https://www.youtube.com/embed/-5ZdGUvOqx4'
6+
'embed_url' => 'https://www.youtube-nocookie.com/embed/-5ZdGUvOqx4'
77
],
88
[
99
'link' => 'https://www.youtube.com/watch?v=s6xrnYae1FU',
10-
'embed_url' => 'https://www.youtube.com/embed/s6xrnYae1FU'
10+
'embed_url' => 'https://www.youtube-nocookie.com/embed/s6xrnYae1FU'
1111
],
1212
[
1313
'link' => 'https://www.youtube.com/watch?v=MWNcItWuKpI',
14-
'embed_url' => 'https://www.youtube.com/embed/MWNcItWuKpI'
14+
'embed_url' => 'https://www.youtube-nocookie.com/embed/MWNcItWuKpI'
1515
],
1616
];

0 commit comments

Comments
 (0)