diff --git a/index.html b/index.html
index 796b770..7cb8220 100644
--- a/index.html
+++ b/index.html
@@ -1228,7 +1228,7 @@
function loadVideoSource() {
let videoUrl;
if (currentSource === 'vidsrc.cc') {
- videoUrl = 'https://vidsrc.cc/embed/';
+ videoUrl = 'https://vidsrc.cc/v2/embed/';
if (currentMediaType === 'movie') {
videoUrl += `movie/${currentImdbId}`;
} else if (currentMediaType === 'tv') {