download video from video.pad.ma

This commit is contained in:
Sanj 2012-02-16 02:17:47 +05:30
parent a18c51853e
commit 93184fee30

View File

@ -77,7 +77,8 @@ padmaVideo.prototype.getVideo = function(tc, size) {
if (typeof(size) == 'undefined') { if (typeof(size) == 'undefined') {
size = '240'; 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; // return this.video.urls[size] + "?t=npt:" + tc;
} }