download video from video.pad.ma
This commit is contained in:
parent
a18c51853e
commit
93184fee30
|
@ -77,7 +77,8 @@ padmaVideo.prototype.getVideo = function(tc, size) {
|
|||
if (typeof(size) == 'undefined') {
|
||||
size = '240';
|
||||
}
|
||||
return BASE_URL + this.id + "/" + size + "p.webm";
|
||||
return "http://video.pad.ma/" + this.id + "/" + size + "p.webm";
|
||||
// return BASE_URL + this.id + "/" + size + "p.webm";
|
||||
// return this.video.urls[size] + "?t=npt:" + tc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user