diff --git a/javascript/grabzit.min.mjs b/javascript/grabzit.min.mjs index 0809f933..50e2f627 100644 --- a/javascript/grabzit.min.mjs +++ b/javascript/grabzit.min.mjs @@ -106,7 +106,7 @@ if(this.postVars!=''&&!this.options.post) if(this.tVars!=''&&!this.options.tvars) {this.options.tvars=this.tVars} for(var k in this.options) -{if(k!='format'&&k!='cache'&&k!='customwatermarkid'&&k!='quality'&&k!='country'&&k!='filename'&&k!='errorid'&&k!='errorclass'&&k!='onfinish'&&k!='onerror'&&k!='delay'&&k!='bwidth'&&k!='bheight'&&k!='height'&&k!='width'&&k!='target'&&k!='requestas'&&k!='download'&&k!='suppresserrors'&&k!='displayid'&&k!='displayclass'&&k!='background'&&k!='pagesize'&&k!='orientation'&&k!='includelinks'&&k!='includeoutline'&&k!='title'&&k!='coverurl'&&k!='mtop'&&k!='mleft'&&k!='mbottom'&&k!='mright'&&k!='tabletoinclude'&&k!='includeheadernames'&&k!='includealltables'&&k!='start'&&k!='duration'&&k!='speed'&&k!='fps'&&k!='repeat'&&k!='reverse'&&k!='templateid'&&k!='noresult'&&k!='hide'&&k!='includeimages'&&k!='export'&&k!='waitfor'&&k!='transparent'&&k!='encryption'&&k!='post'&&k!='noads'&&k!='tvars'&&k!='proxy'&&k!='mergeid'&&k!='address'&&k!='nonotify'&&k!='cachelength'&&k!='onstart'&&k!='hd') +{if(k!='format'&&k!='cache'&&k!='customwatermarkid'&&k!='quality'&&k!='country'&&k!='filename'&&k!='errorid'&&k!='errorclass'&&k!='onfinish'&&k!='onerror'&&k!='delay'&&k!='bwidth'&&k!='bheight'&&k!='height'&&k!='width'&&k!='target'&&k!='requestas'&&k!='download'&&k!='suppresserrors'&&k!='displayid'&&k!='displayclass'&&k!='background'&&k!='pagesize'&&k!='orientation'&&k!='includelinks'&&k!='includeoutline'&&k!='title'&&k!='coverurl'&&k!='mtop'&&k!='mleft'&&k!='mbottom'&&k!='mright'&&k!='tabletoinclude'&&k!='includeheadernames'&&k!='includealltables'&&k!='start'&&k!='duration'&&k!='speed'&&k!='fps'&&k!='repeat'&&k!='reverse'&&k!='templateid'&&k!='noresult'&&k!='hide'&&k!='includeimages'&&k!='export'&&k!='waitfor'&&k!='transparent'&&k!='encryption'&&k!='post'&&k!='noads'&&k!='tvars'&&k!='proxy'&&k!='mergeid'&&k!='address'&&k!='nonotify'&&k!='cachelength'&&k!='onstart'&&k!='hd'&&k!='media') {var error="Option "+k+" not recognized!";document.documentElement.appendChild(this._createErrorMessage(error,null));throw error} var v=this.options[k];if(v!=null) {qs+='&'+k+'='+encodeURIComponent(v)}}