Skip to content

Commit

Permalink
Breaking: Use youtube no cookie domain for embedded player
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Mar 17, 2023
1 parent 5b763e8 commit 7634d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/Settings.Jonnitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Jonnitto:
previewPortrait: false
youtube:
playlist:
embed: 'https://www.youtube.com/embed/videoseries?list=%id%'
embed: 'https://www.youtube-nocookie.com/embed/videoseries?list=%id%'
href: 'https://www.youtube.com/playlist?list=%id%'
video:
embed: 'https://www.youtube.com/embed/%id%'
embed: 'https://www.youtube-nocookie.com/embed/%id%'
href: 'https://www.youtube.com/watch?v=%id%'
vimeo:
embed: 'https://player.vimeo.com/video/%id%'
Expand Down

0 comments on commit 7634d35

Please sign in to comment.