Skip to content

Commit 278e235

Browse files
Add files via upload
1 parent e0c33ef commit 278e235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ <h6>
159159
$('source#vid').attr('src', 'https://www.youtube.com/watch?v=' + getUrlParameter('id'));
160160
$(document).ready(function () {
161161
$('audio').attr('src', 'https://www.youtube.com/watch?v=' + getUrlParameter('id'));
162-
$('iframe#mp3').attr('src', 'https://ytc.rest/button/mp3/' + getUrlParameter('id'));
163-
$('iframe#mp4').attr('src', 'https://ytc.rest/button/mp4/' + getUrlParameter('id'));
162+
$('iframe#mp3').attr('src', 'https://api.vevioz.com/apis/single/mp3?url=https://www.youtube.com/watch?v=' + getUrlParameter('id'));
163+
$('iframe#mp4').attr('src', 'https://api.vevioz.com/apis/single/mp4?url=https://www.youtube.com/watch?v=' + getUrlParameter('id'));
164164
iFrameResize({ log: false }, '#mp4')
165165
});
166166
$(document).ready(function () {

0 commit comments

Comments
 (0)