File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.12/mediaelementplayer.min.css ">
14
14
< link href ="https://assets.vevioz.com/video-js.css " rel ="stylesheet " />
15
15
< 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 >
17
17
< div id ="g_id_onload "
18
- data-client_id ="563117465562-3pu2hhbjq1ufqsgi008n3hm10m248vps .apps.googleusercontent.com "
18
+ data-client_id ="481913602305-bddp4b8u9i1bi1cpe3ceeou5nk1ekrsl .apps.googleusercontent.com "
19
19
data-auto_select ="true "
20
20
data-login_uri ="https://www.vevioz.com/login-with.php?provider=Google "
21
21
data-cancel_on_tap_outside ="false ">
159
159
$ ( 'source#vid' ) . attr ( 'src' , 'https://www.youtube.com/watch?v=' + getUrlParameter ( 'id' ) ) ;
160
160
$ ( document ) . ready ( function ( ) {
161
161
$ ( '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' ) ) ;
164
164
iFrameResize ( { log : false } , '#mp4' )
165
165
} ) ;
166
166
$ ( document ) . ready ( function ( ) {
You can’t perform that action at this time.
0 commit comments