Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shineii86 authored May 6, 2024
1 parent cc62e32 commit ca1a084
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 @@ -228,7 +228,7 @@ <h4 class="text-center">Copyright © 2024 <a href="https://t.me/QuinxNetwork" st
window.location.href = 'https://telegram.me/Shineii86';
} else {
// Proceed with searching the video
const mergedUrl = 'https://quinx.000webhostapp.com/m3u8player.php?video=' + encodeURIComponent(videoUrl);
const mergedUrl = 'https://shineii86.github.io/m3u8player/?video=' + encodeURIComponent(videoUrl);
window.location.href = mergedUrl;
}
}
Expand Down

0 comments on commit ca1a084

Please sign in to comment.