BBCore.prototype.getVideo = function (vidId, success) {
    if (!vidId) {
        return;
    }
    this.sendRequest({method: "GetVideos", video_id: vidId}, success);