Skip to content

Commit a21a3fc

Browse files
Add files via upload
1 parent 428a3b6 commit a21a3fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.12/mediaelementplayer.min.css">
1414
<link href="https://assets.vevioz.com/video-js.css" rel="stylesheet" />
1515
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
16-
<script src="https://accounts.google.com/gsi/client" async defer></script>
16+
<script src="https://accounts.google.com/gsi/client" async defer></script>
1717
<div id="g_id_onload"
18-
data-client_id="563117465562-3pu2hhbjq1ufqsgi008n3hm10m248vps.apps.googleusercontent.com"
18+
data-client_id="481913602305-bddp4b8u9i1bi1cpe3ceeou5nk1ekrsl.apps.googleusercontent.com"
1919
data-auto_select="true"
2020
data-login_uri="https://www.vevioz.com/login-with.php?provider=Google"
2121
data-cancel_on_tap_outside="false">
@@ -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://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'));
162+
$('iframe#mp3').attr('src', '//mp3api.ytjar.info/?id=' + getUrlParameter('id'));
163+
$('iframe#mp4').attr('src', '//mp4api.ytjar.info/?id=' + getUrlParameter('id'));
164164
iFrameResize({ log: false }, '#mp4')
165165
});
166166
$(document).ready(function () {

0 commit comments

Comments
 (0)