!function(){var e,n,t,o,i,r,a,s={7757:function(e,n,t){e.exports=t(5666)},9669:function(e,n,t){e.exports=t(1609)},5448:function(e,n,t){"use strict";var o=t(4867),i=t(6026),r=t(4372),a=t(5327),s=t(4097),l=t(4109),c=t(7985),d=t(5061),u=t(5655),p=t(5263);e.exports=function(e){return new Promise((function(n,t){var f,m=e.data,g=e.headers,h=e.responseType;function v(){e.cancelToken&&e.cancelToken.unsubscribe(f),e.signal&&e.signal.removeEventListener("abort",f)}o.isFormData(m)&&delete g["Content-Type"];var b=new XMLHttpRequest;if(e.auth){var y=e.auth.username||"",w=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";g.Authorization="Basic "+btoa(y+":"+w)}var x=s(e.baseURL,e.url);function T(){if(b){var o="getAllResponseHeaders"in b?l(b.getAllResponseHeaders()):null,r={data:h&&"text"!==h&&"json"!==h?b.response:b.responseText,status:b.status,statusText:b.statusText,headers:o,config:e,request:b};i((function(e){n(e),v()}),(function(e){t(e),v()}),r),b=null}}if(b.open(e.method.toUpperCase(),a(x,e.params,e.paramsSerializer),!0),b.timeout=e.timeout,"onloadend"in b?b.onloadend=T:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(T)},b.onabort=function(){b&&(t(d("Request aborted",e,"ECONNABORTED",b)),b=null)},b.onerror=function(){t(d("Network Error",e,null,b)),b=null},b.ontimeout=function(){var n="timeout of "+e.timeout+"ms exceeded",o=e.transitional||u.transitional;e.timeoutErrorMessage&&(n=e.timeoutErrorMessage),t(d(n,e,o.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",b)),b=null},o.isStandardBrowserEnv()){var k=(e.withCredentials||c(x))&&e.xsrfCookieName?r.read(e.xsrfCookieName):void 0;k&&(g[e.xsrfHeaderName]=k)}"setRequestHeader"in b&&o.forEach(g,(function(e,n){void 0===m&&"content-type"===n.toLowerCase()?delete g[n]:b.setRequestHeader(n,e)})),o.isUndefined(e.withCredentials)||(b.withCredentials=!!e.withCredentials),h&&"json"!==h&&(b.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&b.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(f=function(e){b&&(t(!e||e&&e.type?new p("canceled"):e),b.abort(),b=null)},e.cancelToken&&e.cancelToken.subscribe(f),e.signal&&(e.signal.aborted?f():e.signal.addEventListener("abort",f))),m||(m=null),b.send(m)}))}},1609:function(e,n,t){"use strict";var o=t(4867),i=t(1849),r=t(321),a=t(7185);var s=function e(n){var t=new r(n),s=i(r.prototype.request,t);return o.extend(s,r.prototype,t),o.extend(s,t),s.create=function(t){return e(a(n,t))},s}(t(5655));s.Axios=r,s.Cancel=t(5263),s.CancelToken=t(4972),s.isCancel=t(6502),s.VERSION=t(7288).version,s.all=function(e){return Promise.all(e)},s.spread=t(8713),s.isAxiosError=t(6268),e.exports=s,e.exports.default=s},5263:function(e){"use strict";function n(e){this.message=e}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,e.exports=n},4972:function(e,n,t){"use strict";var o=t(5263);function i(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var n;this.promise=new Promise((function(e){n=e}));var t=this;this.promise.then((function(e){if(t._listeners){var n,o=t._listeners.length;for(n=0;n=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};i.forEach(["delete","get","head"],(function(e){d.headers[e]={}})),i.forEach(["post","put","patch"],(function(e){d.headers[e]=i.merge(s)})),e.exports=d},7288:function(e){e.exports={version:"0.22.0"}},1849:function(e){"use strict";e.exports=function(e,n){return function(){for(var t=new Array(arguments.length),o=0;o=0)return;a[n]="set-cookie"===n?(a[n]?a[n]:[]).concat([t]):a[n]?a[n]+", "+t:t}})),a):a}},8713:function(e){"use strict";e.exports=function(e){return function(n){return e.apply(null,n)}}},4875:function(e,n,t){"use strict";var o=t(7288).version,i={};["object","boolean","number","function","string","symbol"].forEach((function(e,n){i[e]=function(t){return typeof t===e||"a"+(n<1?"n ":" ")+e}}));var r={};i.transitional=function(e,n,t){function i(e,n){return"[Axios v"+o+"] Transitional option '"+e+"'"+n+(t?". "+t:"")}return function(t,o,a){if(!1===e)throw new Error(i(o," has been removed"+(n?" in "+n:"")));return n&&!r[o]&&(r[o]=!0,console.warn(i(o," has been deprecated since v"+n+" and will be removed in the near future"))),!e||e(t,o,a)}},e.exports={assertOptions:function(e,n,t){if("object"!=typeof e)throw new TypeError("options must be an object");for(var o=Object.keys(e),i=o.length;i-- >0;){var r=o[i],a=n[r];if(a){var s=e[r],l=void 0===s||a(s,r,e);if(!0!==l)throw new TypeError("option "+r+" must be "+l)}else if(!0!==t)throw Error("Unknown option "+r)}},validators:i}},4867:function(e,n,t){"use strict";var o=t(1849),i=Object.prototype.toString;function r(e){return"[object Array]"===i.call(e)}function a(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function l(e){if("[object Object]"!==i.call(e))return!1;var n=Object.getPrototypeOf(e);return null===n||n===Object.prototype}function c(e){return"[object Function]"===i.call(e)}function d(e,n){if(null!=e)if("object"!=typeof e&&(e=[e]),r(e))for(var t=0,o=e.length;t=0?o="back-forward-cache":t&&(document.prerendering||u()>0?o="prerender":document.wasDiscarded?o="restore":t.type&&(o=t.type.replace(/_/g,"-"))),{name:e,value:void 0===n?-1:n,rating:"good",delta:0,entries:[],id:"v3-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:o}},f=function(e,n,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var o=new PerformanceObserver((function(e){Promise.resolve().then((function(){n(e.getEntries())}))}));return o.observe(Object.assign({type:e,buffered:!0},t||{})),o}}catch(e){}},m=function(e,n,t,o){var i,r;return function(a){n.value>=0&&(a||o)&&((r=n.value-(i||0))||void 0===i)&&(i=n.value,n.delta=r,n.rating=function(e,n){return e>n[1]?"poor":e>n[0]?"needs-improvement":"good"}(n.value,t),e(n))}},g=function(e){requestAnimationFrame((function(){return requestAnimationFrame((function(){return e()}))}))},h=function(e){var n=function(n){"pagehide"!==n.type&&"hidden"!==document.visibilityState||e(n)};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},v=function(e){var n=!1;return function(t){n||(e(t),n=!0)}},b=-1,y=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},w=function(e){"hidden"===document.visibilityState&&b>-1&&(b="visibilitychange"===e.type?e.timeStamp:0,T())},x=function(){addEventListener("visibilitychange",w,!0),addEventListener("prerenderingchange",w,!0)},T=function(){removeEventListener("visibilitychange",w,!0),removeEventListener("prerenderingchange",w,!0)},k=function(){return b<0&&(b=y(),x(),c((function(){setTimeout((function(){b=y(),x()}),0)}))),{get firstHiddenTime(){return b}}},z=function(e){document.prerendering?addEventListener("prerenderingchange",(function(){return e()}),!0):e()},_=[1800,3e3],P=function(e,n){n=n||{},z((function(){var t,o=k(),i=p("FCP"),r=f("paint",(function(e){e.forEach((function(e){"first-contentful-paint"===e.name&&(r.disconnect(),e.startTime=0&&i1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?function(e,n){var t=function(){A(e,n),i()},o=function(){i()},i=function(){removeEventListener("pointerup",t,S),removeEventListener("pointercancel",o,S)};addEventListener("pointerup",t,S),addEventListener("pointercancel",o,S)}(n,e):A(n,e)}},B=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(n){return e(n,M,S)}))},D=[100,300],j=0,C=1/0,I=0,R=function(e){e.forEach((function(e){e.interactionId&&(C=Math.min(C,e.interactionId),I=Math.max(I,e.interactionId),j=I?(I-C)/7+1:0)}))},N=function(){return s?j:performance.interactionCount||0},q=function(){"interactionCount"in performance||s||(s=f("event",R,{type:"event",buffered:!0,durationThreshold:0}))},F=[200,500],H=0,Z=function(){return N()-H},V=[],U={},G=function(e){var n=V[V.length-1],t=U[e.interactionId];if(t||V.length<10||e.duration>n.latency){if(t)t.entries.push(e),t.latency=Math.max(t.latency,e.duration);else{var o={id:e.interactionId,latency:e.duration,entries:[e]};U[o.id]=o,V.push(o)}V.sort((function(e,n){return n.latency-e.latency})),V.splice(10).forEach((function(e){delete U[e.id]}))}},$=[2500,4e3],J={},K=[800,1800],W=function e(n){document.prerendering?z((function(){return e(n)})):"complete"!==document.readyState?addEventListener("load",(function(){return e(n)}),!0):setTimeout(n,0)},Y=t(2897);t(8329),document.getElementById("form-app-root")&&t.e(680).then(t.bind(t,4791)),function(e,n){n=n||{},P(v((function(){var t,o=p("CLS",0),i=0,r=[],a=function(e){e.forEach((function(e){if(!e.hadRecentInput){var n=r[0],t=r[r.length-1];i&&e.startTime-t.startTime<1e3&&e.startTime-n.startTime<5e3?(i+=e.value,r.push(e)):(i=e.value,r=[e])}})),i>o.value&&(o.value=i,o.entries=r,t())},s=f("layout-shift",a);s&&(t=m(e,o,E,n.reportAllChanges),h((function(){a(s.takeRecords()),t(!0)})),c((function(){i=0,o=p("CLS",0),t=m(e,o,E,n.reportAllChanges),g((function(){return t()}))})),setTimeout(t,0))})))}(Y.AB),function(e,n){n=n||{},z((function(){var t,r=k(),s=p("FID"),l=function(e){e.startTimeperformance.now())return;t.value=Math.max(r-u(),0),t.entries=[i],o(!0),c((function(){t=p("TTFB",0),(o=m(e,t,K,n.reportAllChanges))(!0)}))}}))}(Y.AB),function(e,n){n=n||{},z((function(){q();var t,o=p("INP"),i=function(e){e.forEach((function(e){e.interactionId&&G(e),"first-input"===e.entryType&&!V.some((function(n){return n.entries.some((function(n){return e.duration===n.duration&&e.startTime===n.startTime}))}))&&G(e)}));var n,i=(n=Math.min(V.length-1,Math.floor(Z()/50)),V[n]);i&&i.latency!==o.value&&(o.value=i.latency,o.entries=i.entries,t())},r=f("event",i,{durationThreshold:n.durationThreshold||40});t=m(e,o,F,n.reportAllChanges),r&&(r.observe({type:"first-input",buffered:!0}),h((function(){i(r.takeRecords()),o.value<0&&Z()>0&&(o.value=0,o.entries=[]),t(!0)})),c((function(){V=[],H=N(),o=p("INP"),t=m(e,o,F,n.reportAllChanges)})))}))}(Y.AB)},4650:function(){var e=document.querySelector(".back-to-top");if(e){var n=!1;window.addEventListener("scroll",(function(){window.pageYOffset>220?n||(n=!0,e.classList.add("back-to-top--visible")):n&&(n=!1,e.classList.remove("back-to-top--visible"))})),e.addEventListener("click",(function(e){e.preventDefault(),"scrollBehavior"in document.documentElement.style?window.scrollTo({left:0,top:0,behavior:"smooth"}):window.scrollTo(0,0)}))}},3766:function(){function e(){var e=document.getElementById("extensionBlock").getBoundingClientRect().top;window.scrollBy({top:e-5,behavior:"smooth"})}document.getElementById("extensionBlock")&&(extensionToBottom.addEventListener("click",e),extensionToTop.addEventListener("click",e))},3506:function(){var e,n,t,o,i,r,a=document.querySelector(".header");a&&(i=a.querySelector(".navbar-toggle"),r=a.querySelector(".navbar-collapse"),i.addEventListener("click",(function(e){e.preventDefault(),i.classList.contains("collapsed")?(i.setAttribute("aria-expanded","true"),i.classList.remove("collapsed"),r.setAttribute("aria-expanded","true"),r.classList.add("in")):(i.setAttribute("aria-expanded","false"),i.classList.add("collapsed"),r.setAttribute("aria-expanded","false"),r.classList.remove("in"))})),e=a.querySelector('[data-toggle="dropdown"]'),n=a.querySelector(".dropdown-menu"),t=function t(){document.removeEventListener("click",t),document.removeEventListener("keydown",o),e.setAttribute("aria-expanded","false"),n.parentElement.classList.remove("open")},o=function(e){"Escape"===e.key&&t()},e&&e.addEventListener("click",(function(i){i.preventDefault(),i.stopPropagation(),n.parentElement.classList.contains("open")?t():(document.addEventListener("click",t),document.addEventListener("keydown",o),e.setAttribute("aria-expanded","true"),n.parentElement.classList.add("open"))})),n&&n.addEventListener("click",(function(e){e.stopPropagation()})))},1981:function(e,n,t){"use strict";t.r(n);var o=t(580),i=t(9246);window.errorClickAds={isAvailable:function(){return!0},init:function(){var e=this;return o.Z.errorClickAds.on((function(){(0,i.Xd)(e.frequencyParams,"clickAds")&&((0,i.t$)(e.frequencyParams,"clickAds"),window.open(e.url))})),!0}}},580:function(e,n,t){"use strict";function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e,n){return i=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e},i(e,n)}function r(e){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,o=l(e);if(n){var i=l(this).constructor;t=Reflect.construct(o,arguments,i)}else t=o.apply(this,arguments);return a(this,t)}}function a(e,n){if(n&&("object"===o(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return s(e)}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function c(e,n){return{addListener:e.addListener.bind(e,n),on:e.on.bind(e,n),once:e.once.bind(e,n),removeListener:e.removeListener.bind(e,n),off:e.off.bind(e,n),emit:e.emit.bind(e,n)}}var d=new(function(e){!function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&i(e,n)}(t,e);var n=r(t);function t(){var e;return function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),(e=n.call(this)).activatePushNotification=c(s(e),"activatePushNotification"),e.activatePushPage=c(s(e),"activatePushPage"),e.clickAds=c(s(e),"clickAds"),e.errorClickAds=c(s(e),"errorClickAds"),e.televzrLanding=c(s(e),"televzrLanding"),e.widgetApk=c(s(e),"widgetApk"),e.banner=c(s(e),"banner"),e.ssstikPopup=c(s(e),"ssstikPopup"),e.ssstikPromoBlock=c(s(e),"ssstikPromoBlock"),e.blurbPromoBlock=c(s(e),"blurbPromoBlock"),e.blurbPopup=c(s(e),"blurbPopup"),e}return t}(t(7187)));n.Z=d},8329:function(e,n,t){"use strict";t.r(n);var o=t(6460),i=t(7352);function r(e,n){for(var t=0;t-1)return!1;if(e.os&&-1===e.os.indexOf(o.Z.os.name))return!1;if(e.browser&&-1===e.browser.indexOf(o.Z.browser.name))return!1;if(e.excludedBrowser&&e.excludedBrowser.indexOf(o.Z.browser.name)>-1)return!1;if(e.country){if(!o.Z.country)return!1;if(-1===e.country.indexOf(o.Z.country)&&(!o.Z.countryTierName||-1===e.country.indexOf(o.Z.countryTierName)))return!1}if(e.excludedCountry&&o.Z.country){if(e.excludedCountry.indexOf(o.Z.country)>-1)return!1;if(o.Z.countryTierName&&e.excludedCountry.indexOf(o.Z.countryTierName)>-1)return!1}return!(e.channel&&!this.checkChannel(e.channel))&&(n?this.checkExtraExp(e):!e.parameters||!e.parameters.expSample||!1!==this.checkExpSample(e))},checkExtraExpAdsType:function(e){return!e||!Array.isArray(e)||(o.Z.ads&&o.Z.ads.allowed?o.Z.ads.allowed.indexOf("all")>-1||this.intersect(o.Z.ads.allowed,e).length===e.length:!o.Z.experiment)},checkExtraExp:function(e){if(e.mobile&&!o.Z.mobile||!1===e.mobile&&o.Z.mobile)return!1;if((e.changeContent||e.changeOutput)&&o.Z.experiment)return!1;if(e.ads&&(e.ads.type&&!this.checkExtraExpAdsType(e.ads.type)))return!1;if(e.excludeExperiments&&o.Z.extraExperiments.has(e.excludeExperiments))return!1;if(e.dir){if(this.excludeDir[e.dir])return!1}else if(e.bundle&&!this.checkBundleDir(e.bundle))return!1;return!(!e.skipCheckingExpSample&&!1===this.checkExpSample(e))&&(o.Z.extraExperiments.add(e._name),!0)},checkExpSample:function(e){if(!e||!e.parameters)return!0;var n=new a({name:e.parameters.expName}).getValue();return!(e.parameters.expSample&&n>e.parameters.expSample)&&(e.parameters.expValue=n,!0)},checkBundleDir:function(e){for(var n in e)if(e.hasOwnProperty(n)&&e[n].dir&&this.excludeDir[e[n].dir])return!1;return!0},stopExp:function(e){o.Z.experiment="";var n=this.config[e];n.object&&window[n.object]&&delete window[n.object],this.exclude[e]=!0},runExp:function(e){var n=this;o.Z.experiment=e;var t=this.config[e];try{if(t._init(),t.object&&window[t.object]){var i=window[t.object];if(t.parameters&&n.setParameters(i,t.parameters),i.isAvailable&&!i.isAvailable())return n.stopExp(e),void n.run();if(i.init&&!i.init())return n.stopExp(e),void n.run();if("reference"===e)return o.Z.user=o.Z.user||{},o.Z.user.reference=!0,o.Z.experiment="",n.exclude[e]=!0,n.allowedExperiments={},t.allowedIntegrations.forEach((function(e){n.allowedExperiments[e]=!0})),void n.run();t.allowedAds&&(o.Z.ads=o.Z.ads||{},o.Z.ads.allowed?o.Z.ads.allowed=n.mergeDedupe(o.Z.ads.allowed,t.allowedAds):o.Z.ads.allowed=t.allowedAds),n.complete=!0,n.runExtra()}}catch(t){n.stopExp(e),n.run()}},stopExtraExp:function(e){if(e.object&&window[e.object]){var n=window[e.object];n.stop&&"function"==typeof n.stop?n.stop():delete window[e.object]}},runExtraExp:function(e){if(e){if(e.bundle)return this.runExtraExpBundle(e);var n=this;if(this.excludeDir[e._name]=!0,o.Z.debug&&(console.log("---------"),console.log("Active extra experiment: ",e._name),console.log("---------")),"documentReady"!==e.runAt)this.loadAndExecExtraExp(e.dir,e);else{var t=function t(){document.removeEventListener("DOMContentLoaded",t),window.removeEventListener("load",t),n.loadAndExecExtraExp(e.dir,e)};-1!==["interactive","complete"].indexOf(document.readyState)?t():(document.addEventListener("DOMContentLoaded",t),window.addEventListener("load",t))}}},runExtraExpBundle:function(e){var n=e._name;for(var t in e.bundle)if(e.bundle.hasOwnProperty(t)){var o=e.bundle[t];e._name="".concat(n,"-").concat(t),o.parameters.expValue||(o.parameters.expValue=e.parameters.expValue),this.runExtraExp(o)}},loadAndExecExtraExp:function(e,n){var t=this;function o(e,n){n.init()||t.stopExtraExp(e)}try{if(n._init(),!n.object||!window[n.object])return;var i=window[n.object];n.parameters&&t.setParameters(i,n.parameters),i.isAvailable&&!i.isAvailable()||!i.init?t.stopExtraExp(n):n.startDelay?window.setTimeout((function(){o(n,i)}),n.startDelay):o(n,i)}catch(e){console.error('Failed to load "'.concat(n.dir,'" experiment, cause: %O %O'),arguments,e),t.stopExtraExp(n)}},mergeDedupe:function(e,n){return e.concat(n.filter((function(n){return e.indexOf(n)<0})))},intersect:function(e,n){for(var t={},o=[],i=0;iGood deal! Check it out!
","DetailsTitle":"Details","DetailsText1":"Get MP3 and HD files for a one-time fee of $39.99.","DetailsText2":"This plan allows you to use the full functionality of Televzr during unlimited period of time*.","DetailsTextLink":"*The Terms of Service are applied.","get6month":"Get 6 months for $19.99 *","subscribeNowForPrice":"Subscribe now for ${price} *","buyNowForPrice":"Buy now for ${price} *","recurringPayments1":"Recurring payment, billed monthly","recurringPayments6":"Recurring payment, billed semi-annually","recurringPayments12":"","thePriceDoesNotIncludeVAT":"The price does not include VAT","cardVisa":"Visa","cardMastercard":"Mastercard","cardPayPal":"PayPal","cardAmericanExpress":"American Express","moreThanDownloading":"Because it’s more than just downloading","plusesBlockIcon1":"headphones","plusesBlockTitle1":"Supports all formats, including MP3","plusesBlockText1":"Full HD, 4K, video as MP3, and even music","plusesBlockIcon2":"film","plusesBlockTitle2":"Simple tool for your personal collection","plusesBlockText2":"Downloader, organizer, and player","plusesBlockIcon3":"rocket","plusesBlockTitle3":"Great performance on bad connections","plusesBlockText3":"2X faster than a browser and resumes downloads","looksGood":"Looks good, get full access!","logoYoutube":"Youtube logo","logoTwitter":"Twitter logo","logoVimeo":"Vimeo logo","logoDailymotion":"Dailymotion logo","logoSoundcloud":"Soundcloud logo","logoFacebook":"Facebook logo","logoInstagram":"Instagram logo","agreeWithTelevzrTermsOfService":"I agree with Televzr Terms of Service ","price1":"$4.99","price6":"$19.99","priceLifetime":"$39.99","websiteTelevzr":"https://televzr.com/"},"ru":{"videoReady":"Ваше видео готово","downloadHiRes":"Скачать только видео или аудио в высоком разрешении?","downloadHDMP3":"Скачать HD или MP3","justDownloadBrowser":"Просто дайте мне скачать в моем браузере","withLowQuality":"с низким качеством","logoTelevzr":"Лого Телевзр","choosePeriod":"Выберите период, чтобы получить полный доступ к MP3-аудио и HD-видео","Month1":"1 месяц","needAdvanced":"Если вам нужна расширенная загрузка на короткое время","Month6":"6 месяцев","bestBuy":"Лучшая цена: платите на 33% меньше, чем за 1 месяц","Month12":"12 месяцев","OneTimeFee":"Единовременная плата","oneTimePurchase":"Единоразовая покупка","GoodDeal":"Хорошая сделка! Проверьте!
","DetailsTitle":"Подробности","DetailsText1":"Получите файлы MP3 и HD за единовременную плату в размере 39,99 долларов США.","DetailsText2":"Этот тариф позволяет использовать полный функционал Televzr в течение неограниченного периода времени*.","DetailsTextLink":"*Применяются Условия предоставления услуг.","get6month":"Получите 6 месяцев на $19,99 *","subscribeNowForPrice":"Подпишитесь сейчас за ${price} *","buyNowForPrice":"Купить сейчас за ${price} *","recurringPayments1":"Рекуррентный платеж, выставляется ежемесячно","recurringPayments6":"Рекуррентный платеж, выставляется раз в полгода","recurringPayments12":"","thePriceDoesNotIncludeVAT":"Цена не включает НДС","cardVisa":"Виза","cardMastercard":"Мастеркард","cardMir":"Мир","moreThanDownloading":"Потому что это больше, чем просто скачивание","plusesBlockIcon1":"наушники","plusesBlockTitle1":"Поддерживает все форматы, включая MP3","plusesBlockText1":"Full HD, 4K, видео в формате MP3 и даже музыка","plusesBlockIcon2":"фильм","plusesBlockTitle2":"Простой инструмент для вашей личной коллекции","plusesBlockText2":"Загрузчик, органайзер и проигрыватель","plusesBlockIcon3":"ракета","plusesBlockTitle3":"Отличная производительность при плохом соединении","plusesBlockText3":"В 2 раза быстрее, чем в браузере, и возобновляет загрузку","looksGood":"Выглядит хорошо, получи полный доступ!","logoYoutube":"Лого YouTube","logoTwitter":"Логотип Твиттера","logoVimeo":"Лого Vimeo","logoDailymotion":"Логотип Dailymotion","logoSoundcloud":"Логотип Soundcloud","logoFacebook":"Логотип Facebook","logoInstagram":"Логотип Instagram","chooseQualityJPGMP3":"Нажмите скачать","chooseQualityGetALLink":"Получить ссылку и скачать","downloadJPG":"Скачать JPG","downloadMP3":"Скачать MP3","getALLink":"Получить ссылку","downloadBtnAfter":"СЕЙЧАС","agreeWithTelevzrTermsOfService":"Я даю согласие на регулярные списания, на обработку персональных данных и принимаю условия публичной оферты","price1":"499р","price6":"1999р","priceLifetime":"3999р","websiteTelevzr":"https://televzr.com/"},"de":{"videoReady":"Ihr Video ist fertig","downloadHiRes":"Hochauflösendes Video oder nur Audio herunterladen?","downloadHDMP3":"HD oder MP3 herunterladen","justDownloadBrowser":"Im Browser herunterladen","withLowQuality":"mit geringer Qualität","logoTelevzr":"Televzr-Logo","choosePeriod":"Zeitraum auswählen, um vollständigen Zugriff auf MP3-Audio & HD-Video zu bekommen","Month1":"1 Monat","needAdvanced":"Wenn Sie für kurze Zeit erweiterte Downloads benötigen","Month6":"6 Monate","bestBuy":"Bestpreis: 33 % weniger bezahlen als bei 1 Monat","Month12":"12 Monate","OneTimeFee":"Einmalige Gebühr","GoodDeal":"Gutes Angebot! Jetzt anschauen!
","DetailsTitle":"Einzelheiten","DetailsText1":"Holen Sie sich MP3- und HD-Dateien für eine einmalige Gebühr von 39,99 USD.","DetailsText2":"Mit diesem Abonnement können Sie die volle Funktionalität von Televzr in einem unbegrenzten Zeitraum nutzen*.","DetailsTextLink":"*Es gelten die Nutzungsbedingungen.","get6month":"Holen Sie sich 6 Monate für 19,99 $ *","recurringPayments1":"Wiederkehrende Zahlung, monatliche Abrechnung","recurringPayments6":"Wiederkehrende Zahlung, halbjährliche Abrechnung","recurringPayments12":"","cardVisa":"Visa","cardMastercard":"Mastercard","cardPayPal":"PayPal","cardAmericanExpress":"American Express","moreThanDownloading":"Weil es mehr als nur Herunterladen ist","plusesBlockIcon1":"Kopfhörer","plusesBlockTitle1":"Unterstützt alle Formate, einschl. MP3","plusesBlockText1":"Full HD, 4K, Video als MP3 und sogar Musik","plusesBlockIcon2":"Film","plusesBlockTitle2":"Einfaches Tool für Ihre persönliche Sammlung","plusesBlockText2":"Downloader, Organizer und Player","plusesBlockIcon3":"Rakete","plusesBlockTitle3":"Tolle Leistungen bei schlechten Verbindungen","plusesBlockText3":"Doppelt so schnell wie ein Browser, setzt Downloads fort","looksGood":"Sieht gut aus, holen Sie sich Vollzugriff!","logoYoutube":"YouTube-Logo","logoTwitter":"Twitter-Logo","logoVimeo":"Vimeo-Logo","logoDailymotion":"Dailymotion-Logo","logoSoundcloud":"Soundcloud-Logo","logoFacebook":"Facebook-Logo","logoInstagram":"Instagram-Logo","chooseQualityJPGMP3":"Herunterladen klicken","chooseQualityGetALink":"Link holen und herunterladen","downloadJPG":"JPG herunterladen","downloadMP3":"MP3 herunterladen","getALink":"Link holen","downloadBtnAfter":" JETZT","agreeWithTelevzrTermsOfService":"I agree with Televzr Terms of Service ","price1":"$4.99","price6":"$19.99","priceLifetime":"$39.99","websiteTelevzr":"https://televzr.com/de/"},"es":{"videoReady":"Su video está listo","downloadHiRes":"¿Solo descargar audio o video HD?","downloadHDMP3":"Descargar HD o MP3","justDownloadBrowser":"Solo quiero descargar en mi navegador","withLowQuality":"con baja calidad","logoTelevzr":"Logo de Televzr","choosePeriod":"Elija un período para acceder a audio MP3 y video HD","Month1":"1 Mes","needAdvanced":"Si necesita descargas avanzadas por poco tiempo","Month6":"6 Meses","bestBuy":"Mejor valor: pague 33% menos que por 1 mes","Month12":"12 Meses","OneTimeFee":"Tarifa por única vez","GoodDeal":"¡Oferta especial! ¡Échale un vistazo!
","DetailsTitle":"Detalles","DetailsText1":"Obtenga archivos MP3 y HD pagando $ 39,99 por única vez.","DetailsText2":"Este plan le permite usar la funcionalidad completa de Televzr durante un período de tiempo ilimitado*.","DetailsTextLink":"*Aplican los Términos de servicio.","get6month":"Obtenga 6 meses por $19,99 *","recurringPayments1":"Pago recurrente, facturado mensualmente","recurringPayments6":"Pago recurrente, facturado semestralmente","recurringPayments12":"","cardVisa":"Visa","cardMastercard":"Mastercard","cardPayPal":"PayPal","cardAmericanExpress":"American Express","moreThanDownloading":"Porque es mucho más que solo descargar","plusesBlockIcon1":"auriculares","plusesBlockTitle1":"Admite cualquier formato, incluso MP3","plusesBlockText1":"Full HD, 4K, video como MP3 y hasta música","plusesBlockIcon2":"película","plusesBlockTitle2":"Herramienta fácil para su colección personal","plusesBlockText2":"Descargador, organizador y reproductor","plusesBlockIcon3":"cohete","plusesBlockTitle3":"Excelente desempeño con malas conexiones","plusesBlockText3":"2X más rápido que un navegador y reanuda descargas","looksGood":"¡Se ve bien, obtener acceso total!","logoYoutube":"Logo de Youtube","logoTwitter":"Logo de Twitter","logoVimeo":"Logo de Vimeo","logoDailymotion":"Logo de Dailymotion","logoSoundcloud":"Logo de Soundcloud","logoFacebook":"Logo de Facebook","logoInstagram":"Logo de Instagram","chooseQualityJPGMP3":"Haga clic en descargar","chooseQualityGetALink":"Obtenga un enlace y descárguelo","downloadJPG":"Descargar JPG","downloadMP3":"Descargar MP3","getALink":"Obtenga un enlace","downloadBtnAfter":" AHORA","agreeWithTelevzrTermsOfService":"I agree with Televzr Terms of Service ","price1":"$4.99","price6":"$19.99","priceLifetime":"$39.99","websiteTelevzr":"https://televzr.com/es/"},"fr":{"videoReady":"Votre vidéo est prête","downloadHiRes":"Télécharger uniquement vidéo ou audio HD ?","downloadHDMP3":"Télécharger HD ou MP3","justDownloadBrowser":"Simplement télécharger dans mon navigateur","withLowQuality":"avec faible qualité","logoTelevzr":"Logo Televzr","choosePeriod":"Choisissez une période pour l\'accès complet à l\'audio MP3 et la vidéo HD","Month1":"1 Mois","needAdvanced":"Téléchargement avancé pour une courte période","Month6":"6 Mois","bestBuy":"Meilleur offre : payez 33% de moins que pour 1 mois","Month12":"12 Mois","OneTimeFee":"Paiement unique","GoodDeal":"Super offre ! À ne pas manquer !
","DetailsTitle":"Détails","DetailsText1":"Obtenez des fichiers MP3 et HD pour un paiement unique de 39,99 $.","DetailsText2":"Cet abonnement vous permet d\'utiliser toutes les fonctionnalités de Televzr pendant une durée illimitée *.","DetailsTextLink":"* Les conditions d\'utilisation sont d\'application.","get6month":"Obtenez 6 mois pour $ 19,99 *","recurringPayments1":"Paiement récurrent, facturé mensuellement","recurringPayments6":"Paiement récurrent, facturé semestriellement","recurringPayments12":"","cardVisa":"Visa","cardMastercard":"MasterCard","cardPayPal":"PayPal","cardAmericanExpress":"American Express","moreThanDownloading":"Parce que c\'est plus qu\'un simple téléchargement","plusesBlockIcon1":"écouteurs","plusesBlockTitle1":"Prend en charge tous les formats, y compris MP3","plusesBlockText1":"Full HD, 4K, vidéo au format MP3 et même de la musique","plusesBlockIcon2":"film","plusesBlockTitle2":"Outil simple pour votre collection personnelle","plusesBlockText2":"Téléchargeur, organiseur et lecteur","plusesBlockIcon3":"fusée","plusesBlockTitle3":"Haute performance sur les mauvaises connexions","plusesBlockText3":"2 fois plus rapide qu\'un navigateur et reprend les téléchargements","looksGood":"Ça me semble bien, je veux l\'accès complet !","logoYoutube":"Logo Youtube","logoTwitter":"Logo Twitter","logoVimeo":"Logo Vimeo","logoDailymotion":"Logo Dailymotion","logoSoundcloud":"Logo Soundcloud","logoFacebook":"Logo Facebook","logoInstagram":"Logo Instagram","chooseQualityJPGMP3":"Cliquez sur télécharger","chooseQualityGetALink":"Obtenez un lien et téléchargez","downloadJPG":"Télécharger JPG","downloadMP3":"Télécharger MP3","getALink":"Obtenez un lien","downloadBtnAfter":" MAINTENANT","agreeWithTelevzrTermsOfService":"I agree with Televzr Terms of Service ","price1":"$4.99","price6":"$19.99","priceLifetime":"$39.99","websiteTelevzr":"https://televzr.com/fr/"},"pt":{"videoReady":"Votre video est prête","downloadHiRes":"Télécharger uniquement video ou audio HD ?","downloadHDMP3":"Carregar HD ou MP3","justDownloadBrowser":"Simplemente o carregador em meu navegador","withLowQuality":"avec faible qualité","logoTelevzr":"Logo Televzr","choosePeriod":"Escolha um período para o acesso completo ao áudio MP3 e ao vídeo HD","Month1":"1 Mois","needAdvanced":"Téléchargement avancé pour une courte periode","Month6":"6 meses","bestBuy":"Meilleur offre : payez 33% of moins que pour 1 mois","Month12":"12 Mois","OneTimeFee":"Pagamento único","GoodDeal":"Super off ! À ne pas manquer !
","DetailsTitle":"Detalhes","DetailsText1":"Obtenha arquivos MP3 e HD para um pagamento único de 39,99 $.","DetailsText2":"Cet abonnement vous permet d\'utiliser toutes les fonctionnalités de Televzr pendant une durée illimitée *.","DetailsTextLink":"* Les conditions d\'utilisation sont d\'application.","get6month":"Obtenha 6 meses para $ 19,99 *","recurringPayments1":"Paiment récurrent, facturé mensuellement","recurringPayments6":"Pagamento recorrente, facturado semestral","recurringPayments12":"","cardVisa":"Visa","cardMastercard":"MasterCard","cardPayPal":"PayPal","cardAmericanExpress":"American Express","moreThanDownloading":"Parce que c\'est plus qu\'un simple téléchargement","plusesBlockIcon1":"écouteurs","plusesBlockTitle1":"Prende todos os formatos e inclui MP3","plusesBlockText1":"Full HD, 4K, vídeo no formato MP3 e meme da música","plusesBlockIcon2":"filme","plusesBlockTitle2":"Outil simple pour votre collection personalle","plusesBlockText2":"Télécarregador, organizador e conferencista","plusesBlockIcon3":"fused","plusesBlockTitle3":"Haute performance sur les mauvaises connexions","plusesBlockText3":"2 fois plus rapide qu\'un navigation et reprend les téléchargements","looksGood":"Ça me semble bien, je veux l\'accès complet !","logoYoutube":"Logo Youtube","logoTwitter":"Logo Twitter","logoVimeo":"Logo Vimeo","logoDailymotion":"Logo Dailymotion","logoSoundcloud":"Logo Soundcloud","logoFacebook":"Logo Facebook","logoInstagram":"Logo Instagram","chooseQualityJPGMP3":"Clique para carregar","chooseQualityGetALink":"Obtenez un lien et téléchargez","downloadJPG":"Carregar JPG","downloadMP3":"Carregar MP3","getALink":"Obtenha uma garantia","downloadBtnAfter":" MANUTENÇÃO","agreeWithTelevzrTermsOfService":"Concordo com os Termos de Serviço da Televzr","price1":"$4,99","price6":"$19,99","priceLifetime":"$ 39,99","websiteTelevzr":"https://televzr.com/fr/"},"nl":{"videoReady":"Je video is klaar","downloadHiRes":"Alleen hi-res video of audio downloaden?","downloadHDMP3":"HD of MP3 downloaden","justDownloadBrowser":"Laat me gewoon downloaden in mijn browser","withLowQuality":"met lage kwaliteit","logoTelevzr":"Televzr-logo","choosePeriod":"Kies een periode om volledige toegang te krijgen tot MP3-audio en HD-video","Month1":"1 Maand","needAdvanced":"Als u voor korte tijd geavanceerd wilt downloaden","Month6":"6 Maanden","bestBuy":"Beste waarde: betaal 33% minder dan voor 1 maand","Month12":"12 Maanden","OneTimeFee":"Eenmalige vergoeding","GoodDeal":"Goede deal! Bekijk het!
","DetailsTitel":"Details","DetailsText1":"Ontvang MP3- en HD-bestanden voor een eenmalig bedrag van $39,99.","DetailsText2":"Met dit abonnement kunt u onbeperkt gebruik maken van de volledige functionaliteit van Televzr*.","DetailsTextLink":"*De Servicevoorwaarden zijn van toepassing.","get6month":"Ontvang 6 maanden voor $19,99 *","subscribeNowForPrice":"Abonneer u nu voor ${price} *","buyNowForPrice":"Koop nu voor ${price} *","recurringPayments1":"Terugkerende betaling, maandelijks gefactureerd","recurringPayments6":"Terugkerende betaling, halfjaarlijks gefactureerd","recurringPayments12":"","thePriceDoesNotIncludeVAT":"De prijs is exclusief btw","cardVisa":"Visa","cardMastercard":"Mastercard","cardPayPal":"PayPal","cardAmericanExpress":"American Express","moreThanDownloading":"Omdat het meer is dan alleen downloaden","plusesBlockIcon1":"koptelefoon","plusesBlockTitle1":"Ondersteunt alle formaten, inclusief MP3","plusesBlockText1":"Full HD, 4K, video als MP3 en zelfs muziek","plusesBlockIcon2":"film","plusesBlockTitle2":"Eenvoudig hulpmiddel voor uw persoonlijke verzameling","plusesBlockText2":"Downloader, organisator en speler","plusesBlockIcon3":"raket","plusesBlockTitle3":"Geweldige prestaties bij slechte verbindingen","plusesBlockText3":"2x sneller dan een browser en hervat downloads","looksGood":"Ziet er goed uit, krijg volledige toegang!","logoYoutube":"Youtube-logo","logoTwitter":"Twitter-logo","logoVimeo":"Vimeo-logo","logoDailymotion":"Dailymotion-logo","logoSoundcloud":"Soundcloud-logo","logoFacebook":"Facebook-logo","logoInstagram":"Instagram-logo","agreeWithTelevzrTermsOfService":"Ik ga akkoord met Televzr Servicevoorwaarden ","price1":"$4,99","price6":"$19,99","priceLifetime":"$39,99","websiteTelevzr":"https://televzr.com/"},"it":{"videoReady":"Il tuo video è pronto","downloadHiRes":"Scarica solo video o audio ad alta risoluzione?","downloadHDMP3":"Scarica HD o MP3","justDownloadBrowser":"Fammi scaricare nel mio browser","withLowQuality":"con bassa qualità","logoTelevzr":"Logo Televzr","choosePeriod":"Scegli un periodo per avere pieno accesso all\'audio MP3 e al video HD","Month1":"1 mese","needAdvanced":"Se hai bisogno di un download avanzato per un breve periodo","Month6":"6 Mesi","bestBuy":"Miglior rapporto qualità-prezzo: paghi il 33% in meno rispetto a 1 mese","Month12":"12 Mesi","OneTimeFee":"Tariffa una tantum","GoodDeal":"Buon affare! Dai un\'occhiata!
","DetailsTitle":"Dettagli","DetailsText1":"Ottieni file MP3 e HD a un costo una tantum di $ 39,99.","DetailsText2":"Questo piano ti consente di utilizzare tutte le funzionalità di Televzr per un periodo di tempo illimitato*.","DetailsTextLink":"*I Termini di servizio vengono applicati.","get6month":"Ottieni 6 mesi per $19,99 *","subscribeNowForPrice":"Abbonati ora per ${price} *","buyNowForPrice":"Compra ora per ${price} *","recurringPayments1":"Pagamento ricorrente, fatturato mensilmente","recurringPayments6":"Pagamento ricorrente, con fatturazione semestrale","RecurringPayments12":"","thePriceDoesNotIncludeVAT":"Il prezzo non include l\'IVA","cardVisa":"Visa","cardMastercard":"Mastercard","cardPayPal":"PayPal","cardAmericanExpress":"American Express","moreThanDownloading":"Perché è più di un semplice download","plusesBlockIcon1":"cuffie","plusesBlockTitle1":"Supporta tutti i formati, incluso MP3","plusesBlockText1":"Full HD, 4K, video come MP3 e persino musica","plusesBlockIcon2":"film","plusesBlockTitle2":"Strumento semplice per la tua collezione personale","plusesBlockText2":"Downloader, organizzatore e lettore","plusesBlockIcon3":"razzo","plusesBlockTitle3":"Grandi prestazioni su cattive connessioni","plusesBlockText3":"2 volte più veloce di un browser e riprende i download","looksGood":"Sembra buono, ottieni l\'accesso completo!","logoYoutube":"Logo Youtube","logoTwitter":"Logo Twitter","logoVimeo":"Logo Vimeo","logoDailymotion":"Logo Dailymotion","logoSoundcloud":"Logo Soundcloud","logoFacebook":"Logo Facebook","logoInstagram":"Logo Instagram","agreeWithTelevzrTermsOfService":"Sono d\'accordo con Televzr Termini di servizio","price1":"$4,99","price6":"$ 19,99","priceLifetime":"$ 39,99","websiteTelevzr":"https://televzr.com/"},"ko":{"videoReady":"비디오가 준비되었습니다","downloadHiRes":"고해상도 비디오 또는 오디오만 다운로드하시겠습니까?","downloadHDMP3":"HD 또는 MP3 다운로드","justDownloadBrowser":"내 브라우저에서 다운로드하도록 허용","withLowQuality":"낮은 품질","logoTelevzr":"Televzr 로고","choosePeriod":"MP3 오디오 및 HD 비디오에 대한 전체 액세스 권한을 얻으려면 기간 선택","Month1":"1개월","needAdvanced":"단시간에 고급 다운로드가 필요한 경우","Month6":"6개월","bestBuy":"최상의 가치: 1개월 동안보다 33% 저렴하게 지불","Month12":"12개월","OneTimeFee":"일회성 요금","GoodDeal":"좋은 거래입니다! 확인해 보세요!
","DetailTitle":"세부 정보","DetailsText1":"39.99달러의 일회성 요금으로 MP3 및 HD 파일을 받으세요.","DetailsText2":"이 계획을 사용하면 Televzr의 전체 기능을 기간 제한 없이 사용할 수 있습니다*.","DetailsTextLink":"*서비스 약관이 적용됩니다.","get6month":"$6개월 받기 price-val\\">19.99 *","subscribeNowForPrice":"${price} *에 대한 지금 구독","buyNowForPrice":"${price} *에 대한 지금 구매","recurringPayments1":"반복 결제, 매월 청구됨","recurringPayments6":"반기마다 청구되는 반복 지불","recurringPayments12":"","thePriceDoesNotIncludeVAT":"가격에 VAT가 포함되어 있지 않습니다.","cardVisa":"비자","cardMastercard":"마스터카드","cardPayPal":"PayPal","cardAmericanExpress":"아메리칸 익스프레스","moreThanDownloading":"단순한 다운로드 이상이기 때문에","plusesBlockIcon1":"헤드폰","plusesBlockTitle1":"MP3를 포함한 모든 형식 지원","plusesBlockText1":"Full HD, 4K, MP3로 비디오, 음악까지","plusesBlockIcon2":"영화","plusesBlockTitle2":"개인 컬렉션을 위한 간단한 도구","plusesBlockText2":"다운로더, 주최자 및 플레이어","plusesBlockIcon3":"로켓","plusesBlockTitle3":"잘못된 연결에서 뛰어난 성능","plusesBlockText3":"브라우저보다 2배 빠르고 다운로드 재개","looksGood":"좋아 보입니다. 전체 액세스 권한을 얻으세요!","logoYoutube":"YouTube 로고","logoTwitter":"트위터 로고","logoVimeo":"Vimeo 로고","logoDailymotion":"Dailymotion 로고","logoSoundcloud":"사운드클라우드 로고","logoFacebook":"페이스북 로고","logoInstagram":"인스타그램 로고","agreeWithTelevzrTermsOfService":"Televzr 서비스 약관에 동의합니다. ","price1":"$4.99","price6":"$19.99","priceLifetime":"$39.99","websiteTelevzr":"https://televzr.com/"},"ja":{"videoReady":"ビデオの準備ができました","downloadHiRes":"高解像度ビデオまたはオーディオのみをダウンロードしますか?","downloadHDMP3":"HD または MP3 をダウンロード","justDownloadBrowser":"ブラウザでダウンロードさせてください","withLowQuality":"低品質","logoTelevzr":"Televzr ロゴ","choosePeriod":"期間を選択すると、MP3 オーディオと HD ビデオに完全にアクセスできます","Month1":"1ヶ月","needAdvanced":"短時間の高度なダウンロードが必要な場合","Month6":"6 か月","bestBuy":"ベストバリュー: 1 か月分よりも 33% 安い","Month12":"12ヶ月","OneTimeFee":"1回限りの料金","GoodDeal":"お買い得です!チェックしてください!
","DetailsTitle":"詳細","DetailsText1":"1 回限りの料金 $39.99 で MP3 および HD ファイルを入手できます。","DetailsText2":"このプランでは、無期限で Televzr のすべての機能を使用できます*。","DetailsTextLink":"*利用規約が適用されます","get6month":"$6か月を取得price-val\\">19.99 *","subscribeNowForPrice":"今すぐ購読 ${price} *","buyNowForPrice":"今すぐ購入 ${price} *","recurringPayments1":"定期支払い、毎月請求","recurringPayments6":"定期支払い、半年ごとに請求","recurringPayments12":"","thePriceDoesNotIncludeVAT":"価格には VAT は含まれていません","cardVisa":"ビザ","cardMastercard":"マスターカード","cardPayPal":"PayPal","cardAmericanExpress":"アメリカン・エキスプレス","moreThanDownloading":"単にダウンロードするだけではないため","plusesBlockIcon1":"ヘッドフォン","plusesBlockTitle1":"MP3 を含むすべての形式をサポート","plusesBlockText1":"フル HD、4K、MP3 のビデオ、さらには音楽","plusesBlockIcon2":"フィルム","plusesBlockTitle2":"あなたの個人的なコレクションのためのシンプルなツール","plusesBlockText2":"ダウンローダー、オーガナイザー、およびプレーヤー","plusesBlockIcon3":"ロケット","plusesBlockTitle3":"接続不良時の優れたパフォーマンス","plusesBlockText3":"ブラウザより 2 倍速く、ダウンロードを再開します","looksGood":"良さそうです。フルアクセスを取得してください!","logoYoutube":"Youtube ロゴ","logoTwitter":"Twitterのロゴ","logoVimeo":"Vimeo ロゴ","logoDailymotion":"Dailymotion ロゴ","logoSoundcloud":"Soundcloud ロゴ","logoFacebook":"Facebookのロゴ","logoInstagram":"Instagram ロゴ","agreeWithTelevzrTermsOfService":"Televzr 利用規約に同意します ","price1":"$4.99","price6":"$19.99","priceLifetime":"$39.99","websiteTelevzr":"https://televzr.com/"}}'));function l(e){return l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},l(e)}var c=function(e,n){var t=s[envProps.lang]?s[envProps.lang]:s.en;return function(e,n){if(!n||"object"!==l(n))return e;for(var t in n)Object.prototype.hasOwnProperty.call(n,t)&&(e=e.replace(new RegExp("{".concat(t,"}"),"g"),n[t]));return e}(t[e]?t[e]:s.en[e],n)},d=function(){var e=function(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)};return[e()+e(),e(),e(),e(),e()+e()+e()].join("-")},u=["&custom1=".concat(d()),"custom2=".concat(envProps.stats.uid),"custom3=ovc_main","custom4="].join("&"),p=["&cid=".concat(d()),"uid=".concat(envProps.stats.uid),"refId=ovc_main","custom4="].join("&"),f=t(580),m='
\n
\n
\n

'.concat(c("videoReady"),'

\n
\n
\n
\n
\n \n
\n
\n
\n

').concat(c("downloadHiRes"),'

\n \n

\n ').concat(c("justDownloadBrowser"),'\n
\n ').concat(c("withLowQuality"),'\n

\n
\n
\n
\n
\n
\n
\n
\n \n
\n

').concat(c("choosePeriod"),'

\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n
\n

').concat(c("DetailsTitle"),"

\n

").concat(c("DetailsText1"),"
\n ").concat(c("DetailsText2"),"

\n ").concat(c("DetailsTextLink"),'\n
\n \n
\n
\n
\n \n ').concat(c("get6month"),'\n \n
\n ').concat("ru"===envProps.lang?'\n \n '):'\n \n \n '),'\n
\n
\n \n
\n ').concat(c("thePriceDoesNotIncludeVAT"),'\n
\n
\n
\n\n
\n
\n \n

').concat(c("moreThanDownloading"),'

\n\n
\n
\n ').concat(c(\n

').concat(c("plusesBlockTitle1"),'

\n

').concat(c("plusesBlockText1"),'

\n
\n
\n ').concat(c(\n

').concat(c("plusesBlockTitle2"),'

\n

').concat(c("plusesBlockText2"),'

\n
\n
\n ').concat(c(\n

').concat(c("plusesBlockTitle3"),'

\n

').concat(c("plusesBlockText3"),'

\n
\n
\n\n \n\n
\n
\n\n\n'),g=t(1902),h=t(9246);function v(e,n){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!t){if(Array.isArray(e)||(t=function(e,n){if(!e)return;if("string"==typeof e)return b(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);"Object"===t&&e.constructor&&(t=e.constructor.name);if("Map"===t||"Set"===t)return Array.from(e);if("Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return b(e,n)}(e))||n&&e&&"number"==typeof e.length){t&&(e=t);var o=0,i=function(){};return{s:i,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,a=!0,s=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return a=e.done,e},e:function(e){s=!0,r=e},f:function(){try{a||null==t.return||t.return()}finally{if(s)throw r}}}}function b(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,o=new Array(n);t=1&&(0,c.Xd)(e.frequencyParams,e.frequencyStorageKey)){(0,c.t$)(e.frequencyParams,e.frequencyStorageKey),localStorage.setItem("downloadCount",0);var t=e.templateParams.appLink,o=document.createElement("div");o.className="popup",o.innerHTML=function(e){return'\n \n ')}(t),document.body.append(o),document.body.classList.add("stop-scroll"),gtag("event","show_popup_apk");var i=o.querySelector(".popup__button--close"),r=o.querySelector(".popup__button--link");return i.addEventListener("click",(function(){o.remove(),document.body.classList.remove("stop-scroll"),gtag("event","action_click_close_popup")})),o.addEventListener("click",(function(e){"popup__overlay"===e.target.className&&(o.remove(),document.body.classList.remove("stop-scroll"),gtag("event","action_click_close_popup"))})),void r.addEventListener("click",(function(){gtag("event","action_click_install_popup")}))}localStorage.setItem("downloadCount",Number(n)+1)}))}))}))}))})).observe(n,{childList:!0})}return!0}}},1616:function(e,n,t){"use strict";t.r(n);var o=t(3379),i=t.n(o),r=t(1248),a={insert:"head",singleton:!1},s=(i()(r.Z,a),r.Z.locals,JSON.parse('{"en":{"install_the_application":"Install the application","and_download_videos":"and download videos in one click!","download_app":"Download App","security_verified":"Security verified"},"de":{"install_the_application":"Installiere die Anwendung","and_download_videos":"und lade Videos mit einem Klick herunter!","download_app":"App herunterladen","security_verified":"Sicherheit verifiziert"},"el":{"install_the_application":"Εγκατάσταση της εφαρμογής","and_download_videos":"και κατεβάστε βίντεο με ένα κλικ!","download_app":"Λήψη Εφαρμογής","security_verified":"Επαληθευμένη Ασφάλεια"},"es":{"install_the_application":"Instala la aplicación","and_download_videos":"y descarga videos con un solo clic!","download_app":"Descargar App","security_verified":"Seguridad verificada"},"fr":{"install_the_application":"Installez l\'application","and_download_videos":"et téléchargez des vidéos en un clic !","download_app":"Télécharger l\'App","security_verified":"Sécurité vérifiée"},"id":{"install_the_application":"Pasang aplikasi","and_download_videos":"dan unduh video dengan satu klik!","download_app":"Unduh Aplikasi","security_verified":"Keamanan terverifikasi"},"it":{"install_the_application":"Installa l\'applicazione","and_download_videos":"e scarica video con un clic!","download_app":"Scarica App","security_verified":"Sicurezza verificata"},"ja":{"install_the_application":"アプリケーションをインストールする","and_download_videos":"そしてワンクリックでビデオをダウンロード!","download_app":"アプリをダウンロード","security_verified":"セキュリティが検証済み"},"ko":{"install_the_application":"애플리케이션 설치","and_download_videos":"그리고 한 번의 클릭으로 비디오 다운로드!","download_app":"앱 다운로드","security_verified":"보안 검증됨"},"nl":{"install_the_application":"Installeer de applicatie","and_download_videos":"en download video\'s met één klik!","download_app":"App downloaden","security_verified":"Beveiliging geverifieerd"},"pl":{"install_the_application":"Zainstaluj aplikację","and_download_videos":"i pobierz filmy jednym kliknięciem!","download_app":"Pobierz Aplikację","security_verified":"Zabezpieczenia zweryfikowane"},"pt":{"install_the_application":"Instale o aplicativo","and_download_videos":"e baixe vídeos com um clique!","download_app":"Baixar App","security_verified":"Segurança verificada"},"ru":{"install_the_application":"Установить приложение","and_download_videos":"и скачать видео одним кликом!","download_app":"Скачать приложение","security_verified":"Безопасность подтверждена"},"th":{"install_the_application":"ติดตั้งแอปพลิเคชัน","and_download_videos":"และดาวน์โหลดวิดีโอด้วยคลิกเดียว!","download_app":"ดาวน์โหลดแอป","security_verified":"การันตีความปลอดภัย"},"tr":{"install_the_application":"Uygulamayı yükle","and_download_videos":"ve tek tıkla videoları indir!","download_app":"Uygulamayı İndir","security_verified":"Güvenlik doğrulanmış"},"vi":{"install_the_application":"Cài đặt ứng dụng","and_download_videos":"và tải video chỉ với một cú nhấp chuột!","download_app":"Tải Ứng Dụng","security_verified":"Bảo mật đã được xác minh"},"zh":{"install_the_application":"安装应用程序","and_download_videos":"一键下载视频!","download_app":"下载应用","security_verified":"安全验证"}}')),l=function(e){var n=s[envProps.lang]?s[envProps.lang]:s.en;return n[e]?n[e]:s.en[e]};window.promoBlock={isAvailable:function(){return!0},init:function(){var e=this,n=document.querySelector("#form-app-root");return new MutationObserver((function(n){n.forEach((function(n){"childList"===n.type&&n.addedNodes.length&&n.addedNodes.forEach((function(n){if(n.classList.contains("urlconverter-section-1-download")){var t=e.templateParams.appLink,o=document.createElement("div");o.className="promoBlock",o.innerHTML=function(e){return'\n \n ")}(t),n.append(o),gtag("event","show_promo_apk"),o.querySelector(".promoBlock__button").addEventListener("click",(function(){gtag("event","action_click_install_promo")}))}}))}))})).observe(n,{childList:!0}),!0}}},5567:function(e,n,t){"use strict";t.r(n);var o,i=t(580),r=t(9246);o="clickAds",window.clickAds={isAvailable:function(){return!0},init:function(){var e=this;i.Z.clickAds.on((function(){(0,r.Xd)(e.frequencyParams,o)&&((0,r.t$)(e.frequencyParams,o),window.open(e.url))}))}}},1480:function(e,n,t){"use strict";t.r(n);var o=t(580);window.pushNotification={isAvailable:function(){return!0},init:function(){o.Z.activatePushNotification.on((function(){var e=document.createElement("script");e.setAttribute("src","https://bouhoagy.net/pfe/current/micro.tag.min.js?z=6537606&sw=/sw-check-permissions.js"),e.setAttribute("data-cfasync","false"),e.setAttribute("async",""),document.head.appendChild(e)}))}}},9246:function(e,n,t){"use strict";t.d(n,{Xd:function(){return r},t$:function(){return a},XP:function(){return s}});t(7352),t(6460);function o(e){return{minute:6e4,hour:36e5,day:864e5}[e]}function i(e,n){var t=n;try{t=JSON.parse(e)}catch(e){}return t}function r(e,n){if(!e||!window.localStorage||!window.JSON)return!0;var t=localStorage.getItem(n);if(!t)return!0;if(!(t=i(t,!1))||!Array.isArray(t))return!0;if(t.lengtha}))}else t=[];t.unshift(r),t.length>e.cap&&(t=t.slice(0,e.cap)),localStorage.setItem(n,JSON.stringify(t))}}var s=function(e){if(window.gtag)window.gtag("config",e);else{var n=document.createElement("script");n.setAttribute("src","https://www.googletagmanager.com/gtag/js?id=".concat(e)),document.head.appendChild(n);var t=document.createElement("script");t.innerHTML="\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n gtag('config', '".concat(e,"');"),document.head.appendChild(t)}}},7352:function(e,n,t){"use strict";var o=t(646),i={set:function(e,n,t,i){return o.set(e,n,{expires:t,domain:i})},get:function(e){var n=o.get(e);return void 0===n&&(n=null),n},del:function(e,n){return o.remove(e,{domain:n})}};n.Z=i},6460:function(e,n,t){"use strict";t.d(n,{Z:function(){return z}});var o=t(7757),i=t.n(o),r=t(7352);function a(e,n){for(var t=0;t-1)return e;return""}(),g.extraExperiments=new l(0),function(){!g.device.type&&g.os.name&&["Android","Bada","BlackBerry","Firefox OS","iOS","MeeGo","Sailfish","Series40","Symbian","Tizen","WebOS","Windows Phone"].indexOf(g.os.name)>-1&&(g.device.type="mobile");g.device.type&&("tablet"===g.device.type?(g.mobile=!0,document.documentElement.classList.add("tablet")):"mobile"===g.device.type||"wearable"===g.device.type?(g.mobile=!0,document.documentElement.classList.add("mobile")):g.mobile=!1);if(g.mobile){g.browser.inApp=!1,g.browser.name&&-1===["Android Browser","Chrome","Chrome Mobile","Chrome Mobile iOS","Edge Mobile","IE Mobile","Fennec","Firefox","Firefox Mobile","Opera","Opera Mobile","Opera Mini","Safari","Mobile Safari","UCBrowser","UC Browser","Yandex","Yandex Browser"].indexOf(g.browser.name)&&(g.browser.inApp=!0)}}(),g.stats={uid:"",basicMetricsTracking:{}},g.stats.uid=r.Z.get("uid"),g.stats.uid||(g.stats.uid=function(){var e,n="0123456789abcdef".split(""),t=[];for(e=0;e<16;e++)t[e]=n[0|16*Math.random()];return t.join("")}(),r.Z.set("uid",g.stats.uid,3650,g.cookieDomain));var z=g},1877:function(e,n,t){"use strict";t.r(n);var o=t(3379),i=t.n(o),r=t(7188),a={insert:"head",singleton:!1},s=(i()(r.Z,a),r.Z.locals,JSON.parse('{"de":{"download_faster_and_more_conveniently":"Konvertieren Sie schneller und bequemer mit unserer mobilen App!","close":"schließen","install_app":"App installieren"},"el":{"download_faster_and_more_conveniently":"Μετατρέψτε ταχύτερα και πιο βολικά με την εφαρμογή μας για κινητά!","close":"Κλείσε","install_app":"Εγκαταστήστε την εφαρμογή"},"en":{"download_faster_and_more_conveniently":"Convert faster and more conveniently with our mobile app!","close":"close","install_app":"Install app"},"es":{"download_faster_and_more_conveniently":"¡Convierta más rápido y más convenientemente con nuestra aplicación móvil!","close":"cerca","install_app":"Instalar aplicación"},"fr":{"download_faster_and_more_conveniently":"Convertissez plus rapidement et plus facilement avec notre application mobile!","close":"clore","install_app":"Installer l\'application"},"id":{"download_faster_and_more_conveniently":"Konversi lebih cepat dan lebih nyaman dengan aplikasi seluler kami!","close":"menutup","install_app":"Instal aplikasi"},"it":{"download_faster_and_more_conveniently":"Converti più velocemente e più comodamente con la nostra app mobile!","close":"vicino","install_app":"Installa l\'applicazione"},"ja":{"download_faster_and_more_conveniently":"私たちのモバイルアプリでより速く、より便利に変換!","close":"近い","install_app":"アプリをインストールする"},"ko":{"download_faster_and_more_conveniently":"우리의 모바일 앱으로보다 빠르고 편리하게 변환!","close":"닫다","install_app":"앱 설치"},"nl":{"download_faster_and_more_conveniently":"Converteer sneller en gemakkelijker met onze mobiele app!","close":"sluiten","install_app":"Installeer de app"},"pl":{"download_faster_and_more_conveniently":"Konwertuj szybciej i wygodniej dzięki naszej aplikacji mobilnej!","close":"zamknąć","install_app":"Zainstaluj aplikację"},"pt":{"download_faster_and_more_conveniently":"Converta de forma mais rápida e conveniente com nosso aplicativo móvel!","close":"fechar","install_app":"Instalar aplicativo"},"ru":{"download_faster_and_more_conveniently":"Конвертируйте быстрее и удобнее с нашим мобильным приложением!","close":"закрыть","install_app":"Установить приложение"},"th":{"download_faster_and_more_conveniently":"แปลงได้เร็วและสะดวกยิ่งขึ้นด้วยแอพมือถือของเรา!","close":"ปิด","install_app":"ติดตั้งแอพ"},"tr":{"download_faster_and_more_conveniently":"Mobil uygulamamızla daha hızlı ve daha rahat dönüştürün!","close":"kapalı","install_app":"Uygulamayı yükle"},"vi":{"download_faster_and_more_conveniently":"Chuyển đổi nhanh hơn và thuận tiện hơn với ứng dụng di động của chúng tôi!","close":"đóng","install_app":"Cài đặt ứng dụng"},"zh":{"download_faster_and_more_conveniently":"使用我们的移动应用程序更快、更方便地转换!","close":"关闭","install_app":"安装应用程序"}}')),l=function(e){var n=s[envProps.lang]?s[envProps.lang]:s.en;return n[e]?n[e]:s.en[e]},c=t(9246),d="widgetApk";window.widgetApk={isAvailable:function(){return!0},init:function(){var e=this;if((0,c.XP)(this.gaResourceId),(0,c.Xd)(this.frequencyParams,this.frequencyStorageKey)){(0,c.t$)(this.frequencyParams,this.frequencyStorageKey);var n=this.templateParams.appLink,t=document.createElement("div");t.className="widget",t.innerHTML=function(e){return'\n
\n
\n

Converter

\n \n

').concat(l("download_faster_and_more_conveniently"),'

\n 0&&a.length>i&&!a.warned){a.warned=!0;var d=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(n)+" listeners added. Use emitter.setMaxListeners() to increase limit");d.name="MaxListenersExceededWarning",d.emitter=e,d.type=n,d.count=a.length,c=d,console&&console.warn&&console.warn(c)}return e}function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function u(e,n,t){var o={fired:!1,wrapFn:void 0,target:e,type:n,listener:t},i=d.bind(o);return i.listener=t,o.wrapFn=i,i}function p(e,n,t){var o=e._events;if(void 0===o)return[];var i=o[n];return void 0===i?[]:"function"==typeof i?t?[i.listener||i]:[i]:t?function(e){for(var n=new Array(e.length),t=0;t0&&(a=n[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var l=r[e];if(void 0===l)return!1;if("function"==typeof l)o(l,this,n);else{var c=l.length,d=m(l,c);for(t=0;t=0;r--)if(t[r]===n||t[r].listener===n){a=t[r].listener,i=r;break}if(i<0)return this;0===i?t.shift():function(e,n){for(;n+1=0;o--)this.removeListener(e,n[o]);return this},r.prototype.listeners=function(e){return p(this,e,!0)},r.prototype.rawListeners=function(e){return p(this,e,!1)},r.listenerCount=function(e,n){return"function"==typeof e.listenerCount?e.listenerCount(n):f.call(e,n)},r.prototype.listenerCount=f,r.prototype.eventNames=function(){return this._eventsCount>0?n(this._events):[]}},646:function(e){e.exports=function(){"use strict";function e(e){for(var n=1;n1)for(var t=1;t0&&l>s&&(l=s);for(var c=0;c=0?(d=m.substr(0,g),u=m.substr(g+1)):(d=m,u=""),p=decodeURIComponent(d),f=decodeURIComponent(u),n(r,p)?Array.isArray(r[p])?r[p].push(f):r[p]=[r[p],f]:r[p]=f}return r}},2361:function(e){"use strict";var n=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,o,i){return t=t||"&",o=o||"=",null===e&&(e=void 0),"object"==typeof e?Object.keys(e).map((function(i){var r=encodeURIComponent(n(i))+o;return Array.isArray(e[i])?e[i].map((function(e){return r+encodeURIComponent(n(e))})).join(t):r+encodeURIComponent(n(e[i]))})).join(t):i?encodeURIComponent(n(i))+o+encodeURIComponent(n(e)):""}},7673:function(e,n,t){"use strict";n.decode=n.parse=t(2587),n.encode=n.stringify=t(2361)},5666:function(e){var n=function(e){"use strict";var n,t=Object.prototype,o=t.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},r=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function l(e,n,t){return Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}),e[n]}try{l({},"")}catch(e){l=function(e,n,t){return e[n]=t}}function c(e,n,t,o){var i=n&&n.prototype instanceof h?n:h,r=Object.create(i.prototype),a=new S(o||[]);return r._invoke=function(e,n,t){var o=u;return function(i,r){if(o===f)throw new Error("Generator is already running");if(o===m){if("throw"===i)throw r;return A()}for(t.method=i,t.arg=r;;){var a=t.delegate;if(a){var s=_(a,t);if(s){if(s===g)continue;return s}}if("next"===t.method)t.sent=t._sent=t.arg;else if("throw"===t.method){if(o===u)throw o=m,t.arg;t.dispatchException(t.arg)}else"return"===t.method&&t.abrupt("return",t.arg);o=f;var l=d(e,n,t);if("normal"===l.type){if(o=t.done?m:p,l.arg===g)continue;return{value:l.arg,done:t.done}}"throw"===l.type&&(o=m,t.method="throw",t.arg=l.arg)}}}(e,t,a),r}function d(e,n,t){try{return{type:"normal",arg:e.call(n,t)}}catch(e){return{type:"throw",arg:e}}}e.wrap=c;var u="suspendedStart",p="suspendedYield",f="executing",m="completed",g={};function h(){}function v(){}function b(){}var y={};l(y,r,(function(){return this}));var w=Object.getPrototypeOf,x=w&&w(w(L([])));x&&x!==t&&o.call(x,r)&&(y=x);var T=b.prototype=h.prototype=Object.create(y);function k(e){["next","throw","return"].forEach((function(n){l(e,n,(function(e){return this._invoke(n,e)}))}))}function z(e,n){function t(i,r,a,s){var l=d(e[i],e,r);if("throw"!==l.type){var c=l.arg,u=c.value;return u&&"object"==typeof u&&o.call(u,"__await")?n.resolve(u.__await).then((function(e){t("next",e,a,s)}),(function(e){t("throw",e,a,s)})):n.resolve(u).then((function(e){c.value=e,a(c)}),(function(e){return t("throw",e,a,s)}))}s(l.arg)}var i;this._invoke=function(e,o){function r(){return new n((function(n,i){t(e,o,n,i)}))}return i=i?i.then(r,r):r()}}function _(e,t){var o=e.iterator[t.method];if(o===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=n,_(e,t),"throw"===t.method))return g;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return g}var i=d(o,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,g;var r=i.arg;return r?r.done?(t[e.resultName]=r.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,g):r:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,g)}function P(e){var n={tryLoc:e[0]};1 in e&&(n.catchLoc=e[1]),2 in e&&(n.finallyLoc=e[2],n.afterLoc=e[3]),this.tryEntries.push(n)}function E(e){var n=e.completion||{};n.type="normal",delete n.arg,e.completion=n}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(P,this),this.reset(!0)}function L(e){if(e){var t=e[r];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function t(){for(;++i=0;--r){var a=this.tryEntries[r],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(l&&c){if(this.prev=0;--t){var i=this.tryEntries[t];if(i.tryLoc<=this.prev&&o.call(i,"finallyLoc")&&this.prev=0;--n){var t=this.tryEntries[n];if(t.finallyLoc===e)return this.complete(t.completion,t.afterLoc),E(t),g}},catch:function(e){for(var n=this.tryEntries.length-1;n>=0;--n){var t=this.tryEntries[n];if(t.tryLoc===e){var o=t.completion;if("throw"===o.type){var i=o.arg;E(t)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,o){return this.delegate={iterator:L(e),resultName:t,nextLoc:o},"next"===this.method&&(this.arg=n),g}},e}(e.exports);try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},3379:function(e,n,t){"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var e={};return function(n){if(void 0===e[n]){var t=document.querySelector(n);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}e[n]=t}return e[n]}}(),a=[];function s(e){for(var n=-1,t=0;t0?2===s.length?typeof s[1]==a?this[s[0]]=s[1].call(this,d):this[s[0]]=s[1]:3===s.length?typeof s[1]!==a||s[1].exec&&s[1].test?this[s[0]]=d?d.replace(s[1],s[2]):r:this[s[0]]=d?s[1].call(this,d,s[2]):r:4===s.length&&(this[s[0]]=d?s[3].call(this,d.replace(s[1],s[2])):r):this[s]=d||r;u+=2}},Z=function(e,n){for(var t in n)if(typeof n[t]===l&&n[t].length>0){for(var o=0;o255?F(e,255):e,this},this.setUA(t),this};G.VERSION="1.0.2",G.BROWSER=R([u,m,"major"]),G.CPU=R([g]),G.DEVICE=R([d,f,p,h,v,y,b,w,x]),G.ENGINE=G.OS=R([u,m]),typeof n!==s?(e.exports&&(n=e.exports=G),n.UAParser=G):t.amdO?(o=function(){return G}.call(n,t,n,e))===r||(e.exports=o):typeof i!==s&&(i.UAParser=G);var $=typeof i!==s&&(i.jQuery||i.Zepto);if($&&!$.ua){var J=new G;$.ua=J.getResult(),$.ua.get=function(){return J.getUA()},$.ua.set=function(e){J.setUA(e);var n=J.getResult();for(var t in n)$.ua[t]=n[t]}}}("object"==typeof window?window:this)},8451:function(e,n,t){"use strict";n.Z={televzrLanding:{active:!0,mobile:!1,lang:["de","en","es","fr","nl","it","ko","ja","pt","ru"],country:["tier1","tier2","ru"],excludedCountry:["us"],dir:"landingTzMainPageAllRes",object:"televzrLanding",os:["Windows","Mac OS"],parameters:{expName:"televzrLanding",expSample:100,gaResourceId:"G-C1732XKL5H"},allowedAds:["clickunder"],_init:()=>t(2123)}}},7820:function(e,n,t){"use strict";n.Z={clickads:{active:!0,dir:"propclick",excludedCountry:["ru","ua"],object:"clickAds",parameters:{expName:"clickAds",expSample:100,url:"https://ak.ecelotsigno.net/4/5742333",frequencyParams:{cap:6,intervalAmount:1,intervalType:"day"}},ads:{type:["clickunder"]},_init:()=>t(5567)},errorClickAds:{active:!0,dir:"errorClickAds",excludedCountry:["ru","ua"],object:"errorClickAds",parameters:{expName:"errorClickAds",expSample:100,url:"https://ak.ecelotsigno.net/4/6222228",frequencyParams:{cap:6,intervalAmount:1,intervalType:"day"}},ads:{type:["clickunder"]},_init:()=>t(1981)},clickadsOtherCountries:{active:!0,dir:"propclick",country:["ru"],object:"clickAds",parameters:{expName:"clickAds",expSample:100,url:"https://paintejuke.com/bens/vinos.js?24925&mode=redir",frequencyParams:{cap:6,intervalAmount:1,intervalType:"day"}},ads:{type:["clickunder"]},_init:()=>t(5567)},clickadsUa:{active:!0,dir:"propclick",country:["ua"],object:"clickAds",parameters:{expName:"clickAds",expSample:100,url:"https://paintejuke.com/bens/vinos.js?26231&mode=redir",frequencyParams:{cap:6,intervalAmount:1,intervalType:"day"}},ads:{type:["clickunder"]},_init:()=>t(5567)},widgetApk:{active:!0,dir:"widgetApk",mobile:!0,object:"widgetApk",os:["Android"],startDelay:3e3,parameters:{expName:"widgetApk",expSample:100,templateParams:{appLink:"https://onlinevideoconverter.page.link/app"},frequencyParams:{cap:1,intervalAmount:1,intervalType:"hour"},frequencyStorageKey:"ovc-widget-apk-timestamp",gaResourceId:"G-ZDZE7EHMF7"},_init:()=>t(1877)},pushNotification:{active:!0,dir:"pushNotification",object:"pushNotification",parameters:{expName:"pushNotification",expSample:100},_init:()=>t(1480)},promoBlock:{active:!0,dir:"promoBlock",mobile:!0,object:"promoBlock",os:["Android"],parameters:{expName:"promoBlock",expSample:100,templateParams:{appLink:"https://onlinevideoconverter.page.link/app"}},_init:()=>t(1616)},popupApk:{active:!0,dir:"popupApk",mobile:!0,object:"popupApk",os:["Android"],parameters:{expName:"popupApk",expSample:100,templateParams:{appLink:"https://onlinevideoconverter.page.link/app"},frequencyParams:{cap:1,intervalAmount:1,intervalType:"day"},frequencyStorageKey:"ovc-popup-apk-timestamp"},_init:()=>t(5057)}}},7372:function(e){"use strict";e.exports=JSON.parse('{"tier1":["au","ca","gb","nz","us"],"tier2":["at","be","ch","cz","de","dk","es","fr","ie","it","nl","pt"],"cis":["az","am","by","kg","kz","md","ru","tj","ua","uz"]}')}},l={};function c(e){var n=l[e];if(void 0!==n)return n.exports;var t=l[e]={id:e,exports:{}};return s[e].call(t.exports,t,t.exports,c),t.exports}c.m=s,c.amdO={},e="function"==typeof Symbol?Symbol("webpack then"):"__webpack_then__",n="function"==typeof Symbol?Symbol("webpack exports"):"__webpack_exports__",t=function(e){e&&(e.forEach((function(e){e.r--})),e.forEach((function(e){e.r--?e.r++:e()})))},o=function(e){!--e.r&&e()},i=function(e,n){e?e.push(n):o(n)},c.a=function(r,a,s){var l,c,d,u=s&&[],p=r.exports,f=!0,m=!1,g=function(n,t,o){m||(m=!0,t.r+=n.length,n.map((function(n,i){n[e](t,o)})),m=!1)},h=new Promise((function(e,n){d=n,c=function(){e(p),t(u),u=0}}));h[n]=p,h[e]=function(e,n){if(f)return o(e);l&&g(l,e,n),i(u,e),h.catch(n)},r.exports=h,a((function(r){if(!r)return c();var a,s;l=function(r){return r.map((function(r){if(null!==r&&"object"==typeof r){if(r[e])return r;if(r.then){var a=[];r.then((function(e){s[n]=e,t(a),a=0}));var s={};return s[e]=function(e,n){i(a,e),r.catch(n)},s}}var l={};return l[e]=function(e){o(e)},l[n]=r,l}))}(r);var d=new Promise((function(e,t){(a=function(){e(s=l.map((function(e){return e[n]})))}).r=0,g(l,a,t)}));return a.r?d:s})).then(c,d),f=!1},r=[],c.O=function(e,n,t,o){if(!n){var i=1/0;for(d=0;d=o)&&Object.keys(c.O).every((function(e){return c.O[e](n[s])}))?n.splice(s--,1):(a=!1,o0&&r[d-1][2]>o;d--)r[d]=r[d-1];r[d]=[n,t,o]},c.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(n,{a:n}),n},c.d=function(e,n){for(var t in n)c.o(n,t)&&!c.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},c.f={},c.e=function(e){return Promise.all(Object.keys(c.f).reduce((function(n,t){return c.f[t](e,n),n}),[]))},c.u=function(e){return"js/"+{680:"form",909:"link.chunk"}[e]+".js?ch="+{680:"7277298057e06d798a2c",909:"01ccc48cb08ef491c2c6"}[e]+".js"},c.miniCssF=function(e){return"css/all.css"},c.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),c.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},a={},c.l=function(e,n,t,o){if(a[e])a[e].push(n);else{var i,r;if(void 0!==t)for(var s=document.getElementsByTagName("script"),l=0;l