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