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 8a88919 commit e59b8c5
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://shineii86.github.io/m3u8player/?video=https://fds.biananset.net/_v7/295410be71f1201488ae65fd5247257d60c013eedb702edb1d1eef55835efa70f42d4cb78a80363d7724307c274e225b30e06779bc7a6f6be6ebe659f6b1d0d37989c150c50d646b1f660f71569e58c5ca5d853fbf3cb402317e7b4655b300e0e30a563f0285312da0bb7be5dfce2f0ca763950041f4670ebd9b3dedcd786c3e/index-f1-v1-a1.m3u8' + encodeURIComponent(videoUrl);
const mergedUrl = 'https://shineii86.github.io/m3u8player/?video='+ encodeURIComponent(videoUrl);
window.location.href = mergedUrl;
}
}
Expand Down

0 comments on commit e59b8c5

Please sign in to comment.