File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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