Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
yewtube didnt worked so i switched to vid.puffyan.us Indivious.
  • Loading branch information
sarport authored Oct 15, 2023
1 parent 3787941 commit 1c06dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
if (videoIdMatch) {
const videoId = videoIdMatch[1];
// Added 'autoplay=1' to autoplay the video and 'controls=0' to disable YouTube's native controls.
const embedCode = `<iframe src="https://www.yewtu.be/embed/${videoId}?autoplay=1" frameborder="0" allowfullscreen></iframe>`;
const embedCode = `<iframe src="https://vid.puffyan.us/embed/${videoId}?autoplay=1" frameborder="0" allowfullscreen></iframe>`;
embedContainer.innerHTML = embedCode;
updateVideoPosition();
} else {
Expand Down

0 comments on commit 1c06dea

Please sign in to comment.