CINXE.COM

Sport - VGTV

<!DOCTYPE html> <html lang="no"> <head> <meta charset="utf-8" /> <link rel="icon" href="/favicon-vgtv-32x32.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"/> <meta name="theme-color" content="#131315" /> <meta name="twitter:card" content="summary_large_image"> <meta name="description" content="VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer." data-react-helmet="true"> <meta name="keywords" content="" data-react-helmet="true"> <meta name="robots" content="max-video-preview:10"> <meta name="robots" content="max-image-preview:large"> <meta name="robots" content="max-snippet:-1"> <meta name="robots" content="all" data-react-helmet="true"> <link rel="preconnect" href="https://vgc.no" crossorigin="anonymous"> <link rel="preconnect" href="https://cdn.stream.schibsted.media"> <link rel="preconnect" href="https://imbo.vgtv.no"> <link rel="preconnect" href="https://images.stream.schibsted.media"> <link rel="preconnect" href="https://ib.adnxs.com" crossorigin="use-credentials"> <link rel="preconnect" href="https://acdn.adnxs.com" crossorigin="use-credentials"> <link rel="preconnect" href="https://cdn.adnxs.com"> <link rel="preconnect" href="https://secure.adnxs.com"> <link rel="preconnect" href="https://log.medietall.no" crossorigin="anonymous"> <link rel="preconnect" href="https://collector.schibsted.io"> <link rel="preconnect" href="https://svp.vg.no" crossorigin="anonymous"> <link rel="preconnect" href="https://cis.vg.no" crossorigin="anonymous"> <link rel="preconnect" href="https://cis.schibsted.com" crossorigin="use-credentials"> <link rel="preconnect" href="https://cis.schibsted.com" crossorigin="anonymous"> <meta property="og:site_name" content="VGTV" data-react-helmet="true"><meta property="og:title" content="Sport - VGTV" data-react-helmet="true"><meta property="og:description" content="VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer." data-react-helmet="true"><meta property="og:type" content="article" data-react-helmet="true"><meta property="og:url" content="https://tv.vg.no/kategori/3/sport" data-react-helmet="true"><meta property="og:image" content="https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg?t[]=1280x720" data-react-helmet="true"><meta property="og:image:width" content="1280" data-react-helmet="true"><meta property="og:image:height" content="720" data-react-helmet="true"> <link rel="manifest" href="/manifest-vgtv.json" /> <link rel="canonical" href="https://tv.vg.no/kategori/3/sport" data-react-helmet="true"/> <link rel="apple-touch-icon" href="apple-touch-icon-vgtv-180x180.png"> <title>Sport - VGTV</title> <style> html { background: #131315; color: #e8e8e8; } </style> <script> if (/^#!\//.test(window.location.hash)) { window.location = window.location.href.replace('/#!', ''); } function checkForTouch() { if(!('ontouchstart' in window)) { document.body.classList.add('no-touch') } } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', checkForTouch); } else { checkForTouch(); } </script> <script type="application/javascript"> (function (w, d, n, t, s, a, b) {w[n] = w[n] || function() { (window[n].q = window[n].q || []).push(arguments)}; a = d.createElement(t); b = document.getElementsByTagName(t)[0];a.async = 1;a.src = s;b.parentNode.insertBefore(a, b)} )(window, document, 'pulse', 'script', 'https://sdk.pulse.schibsted.com/versioned/3.1/pulse.min.js'); </script> <link rel="preload" href="https://vgc.no/player/player.next.min.bundled-latest.js" as="script"> <link rel="preload" href="https://vgc.no/player/player-skin-vgtv2-latest.css" as="style"> <script> (function () { let width = window.innerWidth; const maxPlayerWidth = width <= 1680 ? 980 : 1440; let playerWidth = Math.min(maxPlayerWidth, width); const ratio = window.devicePixelRatio > 1 ? 2 : 1; const quality = (ratio > 1) ? 50 : 80; const getImageSizeP = () => { const realWidth = playerWidth * ratio; return [380, 480, 580, 680, 780, 800, 980, 1080, 1440, 2048].reduce( (prev, curr) => Math.abs(curr - realWidth) < Math.abs(prev - realWidth) ? curr : prev, 380 ); } const getImageSizeS = () => { const realWidth = width * ratio; let [w, h] = [[750, 422], [1200, 675], [1536, 864], [2048, 1152], [2880, 1620], [3360, 1890], [3840, 2160]].reduce( (prev, curr) => prev[0] >= realWidth ? prev : curr, [750, 422] ); return ratio === 1 ? `${Math.floor(w / 2)}x${Math.floor(h / 2)}` : `${w}x${h}`; }; window.POSTER_TRANSFORM = `${getImageSizeP()}q${quality}`; window.SPLASH_TRANSFORM = `${getImageSizeS()}q${quality}`; const link = document.createElement('link'); link.rel = 'preload'; link.as = 'image'; const transform = window.SPLASH_TRANSFORM; link.href = `https://images.stream.schibsted.media/users/vgtv/images/2067ccf01fe28023c0e3f7011cb78fe7.jpg?t[]=${transform}`; document.head.appendChild(link); })(); </script> <style> :root { --header-height: 56px; --max-player-width: 980px; --secondary-menu-height: 55px; } @media (min-width: 1041px) { :root { --secondary-menu-height: 0px; } } @media (min-width: 1681px) { :root { --max-player-width: 1440px; } } #player-placeholder { display: block; position: absolute; object-fit: cover; width: 100%; height: 100%; pointer-events: none; } #player-container { position: absolute; top: var(--header-height); left: calc((100% - min(100%, var(--max-player-width))) / 2); width: 100%; max-width: var(--max-player-width); max-height: calc(100vh - var(--header-height) - var(--secondary-menu-height)); opacity: 0; aspect-ratio: 16 / 9; } @supports (max-height: 100svh) { #player-container { max-height: calc(100svh - var(--header-height) - var(--secondary-menu-height)); } } @media (max-width: 768px) { #player-container { aspect-ratio: var(--aspect-ratio); } } @media (max-width: 980px) { #player-container { min-width: 100%; } } #player-container .jw-video { object-fit: contain !important; } </style> <script type="module" crossorigin src="/static/js/main.index.CurI4N6j.js"></script> <link rel="stylesheet" crossorigin href="/static/css/index.BWMh6agT.css"> <script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script> <script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="player-container" class="hidden"> <div id="player"></div> <button class="affix-close-button" style="opacity: 0;"><span class="label"></span><svg class="icon" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.059 4.002c.236.014.468.11.648.29l5 5a1 1 0 01-1.414 1.415L8 6.415l-4.293 4.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 010-1.414l5-5a.996.996 0 01.648-.291h.118z" fill="currentColor"/></button> </div> <div id="root"></div> <div id="portal-root"></div> <script> window.REACT_APP_CONFIG = {"env":"production","schAccApi":{"rootUrl":"https://api.login.schibsted.com/v1","audience":"https://api.login.schibsted.com"},"player":{"cdnUrl":"https://vgc.no/player/player.next.min.bundled-latest.js"},"watchtime":{"skipStartPercentage":10,"skipEndPercentage":10,"maxSkipWindow":30,"minSeekDiff":2,"saveInterval":120},"unleash":{"apiUrl":"https://vgtv-unleash.k8s.vgnett.no/api/"},"datadog":{"tracer":{"enabled":true,"logInjection":true,"runtimeMetrics":true},"logs":{"enabled":true,"clientToken":"pub2aecdc720bfafa249328b3d8ab588cf7","level":"warn","env":"production","service":"frontend","version":"sha-963e259"}},"iterate":{"enabled":true,"apiKey":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb21wYW55X2lkIjoiNjA5NGVhMjQxNmQ1YjUwMDAxNWM2NDdlIiwiaWF0IjoxNjIwMzcyMDA0fQ.7akDdCSrVHjut8I1RaRJTh2JJPoNYND7vneKrLqwJxk"},"provider":"vgtv","apiHostname":"https://api.vgtv.no/","svpApiHostname":"https://svp.vg.no/svp/api/v1/","appName":"vgtv-frontend-production","watchtimeApiHostname":"https://papi.vg.no/watchtime-api/v1/","collectionsApiHostname":"https://papi.vg.no/collections-api","spsApiHostname":"https://cm.vg.no/v2/vgtv/","supportPageUrl":"https://support.vg.no/","mySubscriptionUrl":"https://www.vg.no/minside/abonnement","newsletterUrl":"https://www.vg.no/innstillinger","editorialBindingsUrl":"https://www.vg.no/redaksjonelle-bindinger/","disablePlayerAds":false,"enableTracking":true,"enableParentalControls":true,"enableServiceWorker":true,"featureToggles":{"enableAdsDynamicAspectRatio":true},"psi":{"scriptUrl":"https://tcf.vg.no/vg.html"},"enableFavourites":true,"sitemapHostname":"http://vgtv-production-sitemap-app.k8s.vgnett.no","subscription":{"price":39,"inAppPrice":39,"landingPageUrl":"https://www.vg.no/kampanje/vgpluss/kjop-vgpluss?utm_source=vgtv&utm_medium=header","salesposterArticle":"https://www.vg.no/nyheter/i/eMWAwO/vg-pluss?utm_source=vgtv&utm_medium=header"},"asd":{"eventhub":{"rootUrl":"wss://direktehub.vg.no","clientToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyQHZnLm5vIiwicmVhZCI6WyJ2Zy91c2VyLyMiXSwid3JpdGUiOlsidmcvdXNlci8jIl19.HU25PJRfctsmRYRoBczXEmBjt1K045xdMuQ_8p3OgxY"},"enabled":false,"maxSessions":1},"appleAppSiteAssociation":{},"schibstedAccount":{"clientId":"4ef1cfb0e962dd2e0d8d0000","env":"PRO_NO","sessionDomain":"https://id.vg.no","realmDomain":"payment.schibsted.no","issuer":"https://session-service.login.schibsted.com","myPageUrl":"https://www.vg.no/minside"},"appnexus":{"debug":false,"options":{"member":9700,"enableSafeFrame":true},"keywords":{"aa-sch-country_code":"no","aa-sch-publisher":"vgtv","no-sno-publishergroup":"schibsted","aa-sch-inventory_type":"other","aa-sch-page_type":"other","no-sno-news-section":"vgtv_tv"},"placements":{"web":{"desktop":[{"targetId":"companionAd","invCode":"no-vgtv-wde-other_topboard","sizes":[980,150],"keywords":{"no-sno-adformat":"topboard"}},{"targetId":"testAd","invCode":"no-vgtv-wde-other_test","sizes":[1,2],"keywords":{"no-sno-adformat":"test"}}],"tablet":[{"targetId":"companionAd","invCode":"no-vgtv-wtb-other_topboard","sizes":[980,150],"keywords":{"no-sno-adformat":"topboard"}},{"targetId":"testAd","invCode":"no-vgtv-wtb-other_test","sizes":[1,2],"keywords":{"no-sno-adformat":"test"}}],"phone":[{"targetId":"companionAd","invCode":"no-vgtv-wph-other_board_1","sizes":[320,150],"keywords":{"no-sno-adformat":"board_1"}},{"targetId":"testAd","invCode":"no-vgtv-wph-other_test","sizes":[1,2],"keywords":{"no-sno-adformat":"test"}}]},"app":{"tablet":[{"targetId":"companionAd","invCode":"no-vgtv-atb-other_topboard","sizes":[980,150],"keywords":{"no-sno-adformat":"topboard"}},{"targetId":"testAd","invCode":"no-vgtv-atb-other_test","sizes":[1,2],"keywords":{"no-sno-adformat":"test"}}],"phone":[{"targetId":"companionAd","invCode":"no-vgtv-aph-other_board_1","sizes":[320,150],"keywords":{"no-sno-adformat":"board_1"}},{"targetId":"testAd","invCode":"no-vgtv-aph-other_test","sizes":[1,2],"keywords":{"no-sno-adformat":"test"}}]}}},"pulse":{"site":"vgtv","actorRealm":"spid.no","productTag":"vgtv"},"dataController":{"link":"https://info.privacy.schibsted.com/no/schibsted-norge-personvernerklaering/"},"redirects":[],"staticRoutes":{"paywall":"/kjop-vgpluss-sport","favourites":"/favoritter","search":"/sok"},"appStoreLink":"itms-apps://apps.apple.com/no/app/vg/id381071021","googlePlayLink":"https://play.google.com/store/apps/details?id=com.agens.android.vgsnarvei","mobileMenuItemsCount":4,"desktopMenuItemsCount":5,"menuItems":[{"label":"Underholdning","link":"/kategori/100324/underholdning","iconName":"culture","id":100324},{"label":"Dokumentar","link":"/kategori/121/dokumentar","iconName":"video","id":121},{"label":"Sport","link":"/kategori/3/sport","iconName":"football","id":3},{"label":"Nyheter","link":"/kategori/1/nyheter","iconName":"news","id":1},{"label":"Direkte","link":"/direkte","id":"direkte","type":"CustomPage"},{"label":"Profiler","link":"/profiler","id":"profiler"},{"label":"Fotball","link":"/kategori/52/fotball","id":52},{"label":"Rampelys","link":"/kategori/5/rampelys","id":5},{"label":"Viralvideoer","link":"/kategori/279/viralvideoer","id":279}]}; </script> <script> window.ASSET = undefined; window.PAGE = {"meta":{"title":""},"useDefaultTemplate":false,"type":"category","components":[{"options":{"sortByFlightTimes":true,"usePageTaxonomy":true},"type":"carousel","isShared":false,"data":{"type":"assets","source":{"endpoint":"svp/search"},"preset":[{"provider":"vgtv","id":315886,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"christian.dehlie.lokoy@schibsted.com","lastEditedBy":"live-api","source":null,"notes":null,"showInNewest":true,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"sKP1ntj6","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["3f211559-d637-4fb9-aa27-aff28e5b8304","f7a23905-a715-41a1-b760-41a5fe95fb40","bb097891-3ddc-4c39-80ec-cc9d6b1c612a","2fc60628-f93f-441c-9837-fa00e74c319b"],"stories":[],"access":{"sport":true},"metadata":{"aspectRatio":"1.78","chunkDuration":"4","contentType":"liveSports","newsLifetime":"2","newsValue":"3","protocol":"hls","seoTitle":"Stream NBA Cup på VG med VG+ Sport","titleShortPath":"milwaukee-bucks-orlando-magic","source":"sdi","livepreview":"https://dd-vgtv.akamaized.net/vgtv/geoblocked-norway/2024/12/c0347b84d816bb2f2e7c8b033025eeec/preview.mp4"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}}},"created":1733328467,"description":"Se sluttspillet i NBA Cup på VG. Milwaukee Bucks møter Orlando Magic i kvartfinalen.","descriptionFront":null,"displays":61,"duration":10918260,"flightTimes":{"start":1733875200,"end":null},"images":{"main":"https://images.stream.schibsted.media/users/vgtv/images/2067ccf01fe28023c0e3f7011cb78fe7.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1733330221,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"wasLive","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2028844/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/HIx82I28yzy78HFcJx-9-/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"NBA Cup: Milwaukee Bucks – Orlando Magic","titleFront":null,"updated":1733886015,"_embedded":{"tags":[{"id":"3f211559-d637-4fb9-aa27-aff28e5b8304","tag":"NBA","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/3f211559-d637-4fb9-aa27-aff28e5b8304"}}},{"id":"f7a23905-a715-41a1-b760-41a5fe95fb40","tag":"Basketball","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/f7a23905-a715-41a1-b760-41a5fe95fb40"}}},{"id":"bb097891-3ddc-4c39-80ec-cc9d6b1c612a","tag":"Orlando Magic","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/bb097891-3ddc-4c39-80ec-cc9d6b1c612a"}}},{"id":"2fc60628-f93f-441c-9837-fa00e74c319b","tag":"Milwaukee Bucks","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/2fc60628-f93f-441c-9837-fa00e74c319b"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/315886"}}},{"provider":"vgtv","id":315887,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"christian.dehlie.lokoy@schibsted.com","lastEditedBy":"live-api","source":null,"notes":null,"showInNewest":true,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"Rcy8Nvvv","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["3f211559-d637-4fb9-aa27-aff28e5b8304","f7a23905-a715-41a1-b760-41a5fe95fb40","ee62b15f-fb90-46d5-b1d0-becbbef36bbc","85f8269e-0f22-4ff0-a96d-0999ff596ab4"],"stories":[],"access":{"sport":true},"metadata":{"aspectRatio":"1.78","chunkDuration":"4","contentType":"liveSports","newsLifetime":"2","newsValue":"3","protocol":"hls","seoTitle":"Stream NBA Cup på VG med VG+ Sport","titleShortPath":"nba-cup-oklahoma-city-thunder-dallas-mavericks","source":"sdi","livepreview":"https://dd-vgtv.akamaized.net/vgtv/geoblocked-norway/2024/12/9362a4196d060eefce5881f9ce0b6141/preview.mp4"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}}},"created":1733328814,"description":"Se sluttspillet i NBA Cup på VG. Oklahoma City Thunder møter Dallas Mavericks i kvartfinalen.","descriptionFront":null,"displays":43,"duration":10915340,"flightTimes":{"start":1733884200,"end":null},"images":{"main":"https://images.stream.schibsted.media/users/vgtv/images/6183b46974e316858859ef553eb18be3.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1733330229,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"wasLive","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2032320/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/gDCQrQfc6wESh_5QVvF4B/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"NBA Cup: Oklahoma City Thunder – Dallas Mavericks","titleFront":null,"updated":1733895016,"_embedded":{"tags":[{"id":"3f211559-d637-4fb9-aa27-aff28e5b8304","tag":"NBA","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/3f211559-d637-4fb9-aa27-aff28e5b8304"}}},{"id":"f7a23905-a715-41a1-b760-41a5fe95fb40","tag":"Basketball","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/f7a23905-a715-41a1-b760-41a5fe95fb40"}}},{"id":"ee62b15f-fb90-46d5-b1d0-becbbef36bbc","tag":"Oklahoma City Thunder","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/ee62b15f-fb90-46d5-b1d0-becbbef36bbc"}}},{"id":"85f8269e-0f22-4ff0-a96d-0999ff596ab4","tag":"Dallas Mavericks","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/85f8269e-0f22-4ff0-a96d-0999ff596ab4"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/315887"}}},{"provider":"vgtv","id":314980,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"andreas.jorgensen@schibsted.com","lastEditedBy":"Patrik.Eian.Fjeldstad@vg.no","source":null,"notes":null,"showInNewest":true,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"2BikYFkT","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["b243a825-7957-4792-b017-a8c8fe7dd4a7","7827d35e-407b-410a-a42d-785e33487fdc","d1f9bf6b-903a-46ca-8200-f2fc1536141a","b0b9f052-35f4-4f10-aa1b-b63859e258e6"],"stories":[],"access":{"sport":true},"metadata":{"aspectRatio":"1.78","protocol":"hls","chunkDuration":"4","contentType":"liveSports","liveDuration":"10800","newsLifetime":"2","newsValue":"4","seoTitle":"Se Chelsea - Twente i Women's Champions League på VG","titleShortPath":"chelsea-twente","source":"sdi"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}}},"created":1732628719,"description":"Se flere kamper i Women's Champions League på VG med VG+ Sport. Guro Reitens Chelsea møter Twente. Kommentator: Yngve Fystro-Gjerde.","descriptionFront":null,"displays":null,"duration":0,"flightTimes":{"start":1733946600,"end":null},"images":{"main":"https://images.stream.schibsted.media/users/vgtv/images/2060302092767dfca0b4c6876ea7e77f.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1732629407,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"live","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2028844/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/ItwmeyM0qu_SdA8Hs2kb7/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"Chelsea - Twente","titleFront":null,"updated":1733854060,"_embedded":{"tags":[{"id":"b243a825-7957-4792-b017-a8c8fe7dd4a7","tag":"Chelsea FC ","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/b243a825-7957-4792-b017-a8c8fe7dd4a7"}}},{"id":"7827d35e-407b-410a-a42d-785e33487fdc","tag":"FC Twente","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/7827d35e-407b-410a-a42d-785e33487fdc"}}},{"id":"d1f9bf6b-903a-46ca-8200-f2fc1536141a","tag":"Guro Reiten","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/d1f9bf6b-903a-46ca-8200-f2fc1536141a"}}},{"id":"b0b9f052-35f4-4f10-aa1b-b63859e258e6","tag":"Womens Champions League","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/b0b9f052-35f4-4f10-aa1b-b63859e258e6"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/314980"}}},{"provider":"vgtv","id":315888,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"christian.dehlie.lokoy@schibsted.com","lastEditedBy":"Patrik.Eian.Fjeldstad@vg.no","source":null,"notes":null,"showInNewest":true,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"fzipioi7","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["3f211559-d637-4fb9-aa27-aff28e5b8304","f7a23905-a715-41a1-b760-41a5fe95fb40","796bbc75-8c41-4e5b-8231-bf7c6f8f2553","0bd039f5-8b9d-4377-b0a3-61037fd1274e"],"stories":[],"access":{"sport":true},"metadata":{"aspectRatio":"1.78","chunkDuration":"4","contentType":"liveSports","liveDuration":"10800","newsLifetime":"2","newsValue":"3","protocol":"hls","seoTitle":"Stream NBA Cup på VG med VG+ Sport","titleShortPath":"nba-cup-new-york-knicks-atlanta-hawks","source":"sdi"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}}},"created":1733328903,"description":"Se sluttspillet i NBA Cup på VG. New York Knicks møter Atlanta Hawks i kvartfinalen.","descriptionFront":null,"displays":null,"duration":0,"flightTimes":{"start":1733961600,"end":null},"images":{"main":"https://images.stream.schibsted.media/users/vgtv/images/aaf2b33d8fd4817ead8dd5e0dba6656a.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1733330244,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"live","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2028844/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/NufjlPsOHvs3Rq9OeiPQa/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"NBA Cup: New York Knicks – Atlanta Hawks","titleFront":null,"updated":1733904644,"_embedded":{"tags":[{"id":"3f211559-d637-4fb9-aa27-aff28e5b8304","tag":"NBA","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/3f211559-d637-4fb9-aa27-aff28e5b8304"}}},{"id":"f7a23905-a715-41a1-b760-41a5fe95fb40","tag":"Basketball","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/f7a23905-a715-41a1-b760-41a5fe95fb40"}}},{"id":"796bbc75-8c41-4e5b-8231-bf7c6f8f2553","tag":"New York Knicks","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/796bbc75-8c41-4e5b-8231-bf7c6f8f2553"}}},{"id":"0bd039f5-8b9d-4377-b0a3-61037fd1274e","tag":"Atlanta Hawks","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/0bd039f5-8b9d-4377-b0a3-61037fd1274e"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/315888"}}},{"provider":"vgtv","id":315889,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"christian.dehlie.lokoy@schibsted.com","lastEditedBy":"Patrik.Eian.Fjeldstad@vg.no","source":null,"notes":null,"showInNewest":true,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"naZhK5xS","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["3f211559-d637-4fb9-aa27-aff28e5b8304","f7a23905-a715-41a1-b760-41a5fe95fb40","ebcaf5c9-56ed-4ce0-b8a5-9b928b23e91c","d79aee4b-c528-47be-bc7f-a914045ef226"],"stories":[],"access":{"sport":true},"metadata":{"aspectRatio":"1.78","chunkDuration":"4","contentType":"liveSports","liveDuration":"10800","newsLifetime":"2","newsValue":"3","protocol":"hls","seoTitle":"Stream NBA Cup på VG med VG+ Sport","titleShortPath":"nba-cup-houston-rockets-golden-state-warrios","source":"sdi"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}}},"created":1733328966,"description":"Se sluttspillet i NBA Cup på VG. Houston Rockets møter Golden State Warriors i kvartfinalen.","descriptionFront":null,"displays":null,"duration":0,"flightTimes":{"start":1733970600,"end":null},"images":{"main":"https://images.stream.schibsted.media/users/vgtv/images/cdbb38b37e190b77c18866aa655336f0.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1733330250,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"live","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2028844/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/wCa_AUSq5NdlpzFMDV0m8/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"NBA Cup: Houston Rockets – Golden State Warriors","titleFront":null,"updated":1733904656,"_embedded":{"tags":[{"id":"3f211559-d637-4fb9-aa27-aff28e5b8304","tag":"NBA","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/3f211559-d637-4fb9-aa27-aff28e5b8304"}}},{"id":"f7a23905-a715-41a1-b760-41a5fe95fb40","tag":"Basketball","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/f7a23905-a715-41a1-b760-41a5fe95fb40"}}},{"id":"ebcaf5c9-56ed-4ce0-b8a5-9b928b23e91c","tag":"Golden State Warriors","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/ebcaf5c9-56ed-4ce0-b8a5-9b928b23e91c"}}},{"id":"d79aee4b-c528-47be-bc7f-a914045ef226","tag":"Houston Rockets","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/d79aee4b-c528-47be-bc7f-a914045ef226"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/315889"}}},{"provider":"vgtv","id":308972,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"christian.dehlie.lokoy@schibsted.com","lastEditedBy":"christian.dehlie.lokoy@schibsted.com","source":null,"notes":null,"showInNewest":true,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"fdH4ovqm","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["76b68224-1863-4bcc-ae96-e8a15df83a35","f0320019-a628-48b6-a01a-2366fd63686b","59fd7134-0283-4262-87a0-27b55cb5eedd","b0b9f052-35f4-4f10-aa1b-b63859e258e6","855f6613-cdc8-42d2-83df-c559267a40b6"],"stories":[],"access":{"sport":true},"metadata":{"aspectRatio":"1.78","chunkDuration":"4","contentType":"liveSports","liveDuration":"10800","newsLifetime":"2","newsValue":"5","protocol":"hls","seoTitle":"Se Vålerenga i Women's Champions League på VG","titleShortPath":"valerenga-damer-arsenal"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}}},"created":1727345853,"description":"Se Vålerengas kamper i Women's Champions League på VG med VG+ Sport. Frida Maanums Arsenal tar turen til Oslo og skal møte Vålerenga. Kommentator: Yngve Fystro-Gjerde.","descriptionFront":null,"displays":3,"duration":0,"flightTimes":{"start":1734024600,"end":null},"images":{"main":"https://images.stream.schibsted.media/users/vgtv/images/c2a71a0081666ba09031ae07d9030740.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1727345943,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"live","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2028844/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/pqR-H6U9AuluMdPWa1lnG/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"Vålerenga Damer – Arsenal","titleFront":null,"updated":1728285922},{"provider":"vgtv","id":310495,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"christian.dehlie.lokoy@schibsted.com","lastEditedBy":"christian.dehlie.lokoy@schibsted.com","source":null,"notes":null,"showInNewest":true,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"Heon2aw8","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["6b534a18-76a9-4652-94b7-2289b3987e58","04aa1d73-b069-4434-b297-b3037bc10587"],"stories":[],"access":{"sport":true},"metadata":{"aspectRatio":"1.78","protocol":"hls","chunkDuration":"4","contentType":"liveSports","liveDuration":"21600","newsLifetime":"2","newsValue":"4","seoTitle":"Se Norgescupen i langrenn på VG","titleShortPath":"skandinavisk-cup-lillehammer-sprint"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}}},"created":1728548482,"description":"Se Skandinavisk cup i langrenn fra Lillehammer på VG. Fredag er det sprint klassisk, med prologer og finaler.\nNB: Startlistene er ikke klare. Bildet er kun for illustrasjon.","descriptionFront":null,"displays":null,"duration":0,"flightTimes":{"start":1734080400,"end":null},"images":{"main":"https://images.stream.schibsted.media/users/vgtv/images/0b0f79ab3a2ab7c83bf9f7ee2d0a5659.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1728548546,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"live","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2014162/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/PK7RLFDG3gtDHa12R7587/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"Skandinavisk cup Lillehammer: Sprint","titleFront":null,"updated":1733733564,"_embedded":{"tags":[{"id":"6b534a18-76a9-4652-94b7-2289b3987e58","tag":"Langrenn","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/6b534a18-76a9-4652-94b7-2289b3987e58"}}},{"id":"04aa1d73-b069-4434-b297-b3037bc10587","tag":"Norgescup","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/04aa1d73-b069-4434-b297-b3037bc10587"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/310495"}}}],"preset2":["asset:315886","asset:315887","asset:314980","asset:315888","asset:315889","asset:308972","asset:310495"]},"createdAt":"2023-10-19T13:05:44.874Z","updatedAt":"2024-12-09T08:35:36.384Z","id":"653129a86e36f70012346c7f"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":true,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|categoryId::3|additional.settings.showInNewest<>false"},"header":"Neste direktesendinger","createdAt":"2024-07-29T13:23:31.560Z","updatedAt":"2024-11-20T12:30:53.736Z","id":"66a797d30747260012dac067"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["db988981-8f46-4411-87e4-9c2b2e5a518d"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::db988981-8f46-4411-87e4-9c2b2e5a518d|categoryId::3|additional.settings.showInNewest<>false"},"header":"Serie A","createdAt":"2022-04-06T09:22:53.036Z","updatedAt":"2024-09-05T22:03:00.382Z","id":"624d5bed30a0dc651ad011a0"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["6b534a18-76a9-4652-94b7-2289b3987e58"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::6b534a18-76a9-4652-94b7-2289b3987e58|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Langrenn","createdAt":"2023-03-10T09:43:03.706Z","updatedAt":"2023-10-20T08:30:50.988Z","id":"640afba78d48908245f1c851"},{"options":{"useVerticalPosters":true,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"access":"sport","flightTimesStart":"{{current_timestamp}}","streamType":["wasLive"],"categoryId":3},"sort":"flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=access::sport|streamType::wasLive|categoryId::3|additional.settings.showInNewest<>false"},"header":"Tidligere sendinger","createdAt":"2024-07-29T11:25:40.421Z","updatedAt":"2024-07-29T11:59:57.936Z","id":"66a77c3484b56000123ab5aa"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["b0b9f052-35f4-4f10-aa1b-b63859e258e6"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::b0b9f052-35f4-4f10-aa1b-b63859e258e6|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"UEFA Women's Champions League","createdAt":"2023-09-08T08:03:06.912Z","updatedAt":"2024-10-10T07:59:47.913Z","id":"64fad53a84ec2300122b777d"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["3f211559-d637-4fb9-aa27-aff28e5b8304"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::3f211559-d637-4fb9-aa27-aff28e5b8304|categoryId::3|additional.settings.showInNewest<>false"},"header":"NBA","createdAt":"2022-04-06T09:26:09.003Z","updatedAt":"2024-04-01T18:46:28.834Z","id":"624d5cb09272a21d338d558c"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["a1c032c1-f20d-409b-aa8a-124da6e50cf6"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::a1c032c1-f20d-409b-aa8a-124da6e50cf6|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"VM-kvalifisering","createdAt":"2023-09-06T06:54:22.478Z","updatedAt":"2024-04-01T18:47:32.748Z","id":"64f8221eb3749b0012c6459d"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"categoryId":3,"tagsid":["f41c62a5-2bb2-4af2-a43a-7b755286fd83"]},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|categoryId::3|tagsid::f41c62a5-2bb2-4af2-a43a-7b755286fd83|additional.settings.showInNewest<>false"},"header":"Kampsport","createdAt":"2022-04-06T09:27:18.582Z","updatedAt":"2024-09-05T22:03:53.136Z","id":"624d5cf6082d5ef0726bd603"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"access":"sport","tagsid":["902707d7-97a8-40d9-9ea5-43e48dfa7522"],"streamType":["live"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=access::sport|tagsid::902707d7-97a8-40d9-9ea5-43e48dfa7522|streamType::live|categoryId::3|additional.settings.showInNewest<>false"},"header":"Global Chess League","createdAt":"2024-09-24T14:29:40.882Z","updatedAt":"2024-09-24T14:29:40.882Z","id":"66f2ccd45678040012faf26d"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["9c9d92f2-4852-41e5-a490-7329ec040ef9"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::9c9d92f2-4852-41e5-a490-7329ec040ef9|categoryId::3|additional.settings.showInNewest<>false"},"header":"SHL","createdAt":"2022-08-26T08:38:20.589Z","updatedAt":"2022-09-28T10:58:34.095Z","id":"6308867ce3b0a878826df299"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["f420172e-7f32-497e-8203-525b0ce985dd"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::f420172e-7f32-497e-8203-525b0ce985dd|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Jupiler Pro League","createdAt":"2024-01-23T09:35:58.352Z","updatedAt":"2024-04-01T18:47:14.855Z","id":"65af887e238ef60012301cb2"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":true,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["0e2b64e1-37bd-4ddd-99fd-0759c3929e5c"],"categoryId":3,"flightTimesStart":null,"access":"sport"},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::0e2b64e1-37bd-4ddd-99fd-0759c3929e5c|categoryId::3|access::sport|additional.settings.showInNewest<>false"},"header":"DFB Pokal","createdAt":"2023-08-10T14:47:51.521Z","updatedAt":"2024-09-19T12:39:26.582Z","sharedName":"DFB Pokal","id":"64d4f8977eac230012b99237"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":true,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["7c32b85d-a8b0-43cd-9a60-836a78496dd0"],"categoryId":3,"flightTimesStart":null},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::7c32b85d-a8b0-43cd-9a60-836a78496dd0|categoryId::3|additional.settings.showInNewest<>false"},"header":"Coppa Italia","createdAt":"2022-04-07T14:33:12.145Z","updatedAt":"2024-08-05T07:33:29.432Z","sharedName":"Coppa Italia","id":"624ef628de789e65fafb3289"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["b026587e-66c6-44b0-8116-7a138de97de8"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::b026587e-66c6-44b0-8116-7a138de97de8|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Supercoppa Italiana","createdAt":"2024-11-13T14:59:16.586Z","updatedAt":"2024-11-14T09:23:19.839Z","id":"6734bec496333900125f482d"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["e59616f1-8959-4a21-9035-df60657291b1"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::e59616f1-8959-4a21-9035-df60657291b1|categoryId::3|additional.settings.showInNewest<>false"},"header":"Copa del Rey","createdAt":"2022-04-07T14:35:23.160Z","updatedAt":"2024-04-01T18:46:39.187Z","id":"624ef6ab082d5e6c276bd605"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":true,"data":{"type":"assets","source":{"params":{"filter":{"tagsid":["214e1807-28fe-4e15-bcff-027e6f0b8b09"],"streamType":["live"],"categoryId":3,"flightTimesStart":null},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=tagsid::214e1807-28fe-4e15-bcff-027e6f0b8b09|streamType::live|categoryId::3|additional.settings.showInNewest<>false"},"header":"Coupe de France","createdAt":"2023-01-06T10:02:09.357Z","updatedAt":"2024-12-06T09:36:09.089Z","sharedName":"Coupe de France","id":"63b7f1a15115714061f67581"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"access":"sport","tagsid":["4f2b5184-e3f9-47f9-a8b8-67d424ee8117"],"flightTimesStart":null,"streamType":["live"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=access::sport|tagsid::4f2b5184-e3f9-47f9-a8b8-67d424ee8117|streamType::live|categoryId::3|additional.settings.showInNewest<>false"},"header":"Taca de Portugal","createdAt":"2024-11-08T14:53:02.608Z","updatedAt":"2024-11-08T14:53:02.608Z","id":"672e25ce0493960012145840"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["43480548-8874-47d6-9d8a-77d6f858e8f4"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::43480548-8874-47d6-9d8a-77d6f858e8f4|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Allianz Cup","createdAt":"2024-11-08T14:17:50.211Z","updatedAt":"2024-11-08T14:18:24.465Z","id":"672e1d8e963339001242db1d"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["a5a41b8d-8011-4b5d-b92d-7c96fec7e298"],"categoryId":3,"flightTimesStart":null,"access":"sport"},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::a5a41b8d-8011-4b5d-b92d-7c96fec7e298|categoryId::3|access::sport|additional.settings.showInNewest<>false"},"header":"Croky Cup","createdAt":"2024-02-01T14:06:54.569Z","updatedAt":"2024-11-19T15:03:24.274Z","id":"65bba57e4eac910012c6e8e8"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["4dcbc5dc-f1f5-4303-abd7-a456c2a96e1d"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::4dcbc5dc-f1f5-4303-abd7-a456c2a96e1d|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Bordtennis","createdAt":"2024-12-05T11:20:45.858Z","updatedAt":"2024-12-05T11:20:45.858Z","id":"67518c8d2a1b58001235d038"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["fe3188bb-6b10-4501-954e-995ccfa8c871"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::fe3188bb-6b10-4501-954e-995ccfa8c871|categoryId::3|additional.settings.showInNewest<>false"},"header":"Tennis","createdAt":"2024-08-14T13:02:07.750Z","updatedAt":"2024-08-14T13:40:43.160Z","id":"66bcaacf20cc700012c52330"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["28131b94-a5f8-49de-9934-145ee3047048"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::28131b94-a5f8-49de-9934-145ee3047048|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Alpint","createdAt":"2024-10-25T08:46:54.923Z","updatedAt":"2024-10-25T08:46:54.923Z","id":"671b5afe0493960012c7ebf8"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["f8686e0c-19c7-46de-a299-51a141d64dea"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::f8686e0c-19c7-46de-a299-51a141d64dea|categoryId::3|additional.settings.showInNewest<>false"},"header":"NFL","createdAt":"2022-09-15T19:35:05.891Z","updatedAt":"2022-09-28T09:42:35.986Z","id":"63237e69e18116f57de5c521"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"tagsid":["66266b46-bd9b-4d06-a0a8-0d1e39071f5a"],"streamType":["live"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=tagsid::66266b46-bd9b-4d06-a0a8-0d1e39071f5a|streamType::live|categoryId::3|additional.settings.showInNewest<>false"},"header":"Treningskamper: Norge","createdAt":"2024-05-28T08:12:42.783Z","updatedAt":"2024-10-10T07:54:39.092Z","id":"665591fac5e16300127c18d1"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["a3c9d5ab-759a-4347-a993-6923919387ae"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::a3c9d5ab-759a-4347-a993-6923919387ae|categoryId::3|additional.settings.showInNewest<>false"},"header":"Skiskyting","createdAt":"2024-02-20T09:28:07.334Z","updatedAt":"2024-02-20T09:29:42.888Z","id":"65d470a798f5be0012ca2b43"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":false,"useLargeThumbnails":true,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"categoryId":null,"tagsid":["b94900c9-5df2-462c-9163-dfade1b7fbd4"],"flightTimesStart":null},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::b94900c9-5df2-462c-9163-dfade1b7fbd4|additional.settings.showInNewest<>false"},"header":"Kvalifisering til Europa","createdAt":"2022-04-07T14:36:50.195Z","updatedAt":"2024-08-26T15:07:23.985Z","id":"624ef702082d5e7f546bd606"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["4d37bfcc-83fe-49ca-b09b-e851e96dfa0e"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::4d37bfcc-83fe-49ca-b09b-e851e96dfa0e|categoryId::3|additional.settings.showInNewest<>false"},"header":"Oppkjøringskamper: Ishockey","createdAt":"2024-07-18T08:56:58.187Z","updatedAt":"2024-07-18T11:23:24.821Z","id":"6698d8daa2a3a70012048765"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"tagsid":["17a6c39b-9b58-4cc0-8f50-40095fee49b1"],"streamType":["live"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=tagsid::17a6c39b-9b58-4cc0-8f50-40095fee49b1|streamType::live|categoryId::3|additional.settings.showInNewest<>false"},"header":"Håndball","createdAt":"2024-05-27T09:53:39.367Z","updatedAt":"2024-05-27T09:53:39.367Z","id":"6654582322ee0200129affff"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"tagsid":["e7057b67-abad-4ac2-9b82-ce0fd9b26da8"],"access":"sport","categoryId":3,"streamType":["live"]},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=tagsid::e7057b67-abad-4ac2-9b82-ce0fd9b26da8|access::sport|categoryId::3|streamType::live|additional.settings.showInNewest<>false"},"header":"Sprangridning","createdAt":"2024-04-05T12:32:37.353Z","updatedAt":"2024-04-06T21:37:48.607Z","id":"660fef65109a3f0012744399"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"categoryId":3,"tagsid":["62a92406-b639-4ac5-b7a6-184b4de2d547"]},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|categoryId::3|tagsid::62a92406-b639-4ac5-b7a6-184b4de2d547|additional.settings.showInNewest<>false"},"header":"Skøyter","createdAt":"2023-11-10T14:21:37.781Z","updatedAt":"2024-04-01T18:47:07.515Z","id":"654e3c71a242120012f269d8"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["vod"],"tagsid":["ff89dfde-a71c-47c9-80c8-b25ca25dec0f"],"categoryId":3},"sort":"flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::vod|tagsid::ff89dfde-a71c-47c9-80c8-b25ca25dec0f|categoryId::3|additional.settings.showInNewest<>false"},"header":"NBA Action","createdAt":"2024-10-31T13:02:46.265Z","updatedAt":"2024-10-31T13:33:01.494Z","id":"67237ff62a1b580012857e23"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["345c304a-606b-4dbb-bcb8-3a7c1d8f69c6"],"categoryId":3,"access":"sport"},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::345c304a-606b-4dbb-bcb8-3a7c1d8f69c6|categoryId::3|access::sport|additional.settings.showInNewest<>false"},"header":"VM for klubblag","createdAt":"2022-07-28T09:36:15.333Z","updatedAt":"2023-10-24T08:58:58.875Z","id":"62e2588fcf02ac6ef8ac0ddb"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["eb4ebb0a-440d-4920-8a78-9e799344e43c"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::eb4ebb0a-440d-4920-8a78-9e799344e43c|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Oppkjøringskamper: Europa","createdAt":"2023-06-26T09:28:04.089Z","updatedAt":"2024-05-22T13:15:28.183Z","id":"64995a24faf504001297de76"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["1b78b675-9617-4430-910d-8f096690ecdd"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::1b78b675-9617-4430-910d-8f096690ecdd|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"Landslag","createdAt":"2023-06-06T11:38:21.879Z","updatedAt":"2023-06-06T12:28:00.799Z","id":"647f1aad167013001268c6d3"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["1955acd5-6f87-4afc-8d94-37c6ece3ba44"],"access":"sport","categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::1955acd5-6f87-4afc-8d94-37c6ece3ba44|access::sport|categoryId::3|additional.settings.showInNewest<>false"},"header":"US Open Cup","createdAt":"2023-07-17T06:59:46.444Z","updatedAt":"2023-07-17T06:59:46.444Z","id":"64b4e6e2a9339800128b299a"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["95dd90d2-cceb-4c64-b3d1-e63bb971a86b"],"categoryId":3},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"preset2":[],"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::95dd90d2-cceb-4c64-b3d1-e63bb971a86b|categoryId::3|additional.settings.showInNewest<>false"},"header":"Oppkjøringskamper: Premier League","createdAt":"2024-05-22T13:07:47.401Z","updatedAt":"2024-05-28T07:21:45.190Z","id":"664dee23c5e16300125f3a91"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["live"],"tagsid":["5b21d17e-90e3-48e0-a699-48bd814fbfe9"],"categoryId":3,"access":"sport"},"sort":"-flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=-flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::live|tagsid::5b21d17e-90e3-48e0-a699-48bd814fbfe9|categoryId::3|access::sport|additional.settings.showInNewest<>false"},"header":"Friidrett","createdAt":"2022-08-31T10:13:48.707Z","updatedAt":"2024-04-01T18:47:26.341Z","id":"630f345ce18116d16ee5c51d"},{"options":{"sortByFlightTimes":false,"usePageTaxonomy":true},"type":"carousel","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"access":"sport","streamType":["live"],"flightTimesStart":"{{current_timestamp}}","categoryId":"3"}},"endpoint":"svp/search"},"preset":[{"provider":"vgtv","id":270857,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"mattis.holt@vg.no","lastEditedBy":"konrad.pietrzkiewicz@schibsted.pl","source":null,"notes":null,"showInNewest":false,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"nQSkJn3f","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["2f7ea162-cc19-469f-9f2e-a4eba67f18aa","7671aa32-0ee7-438f-84d1-30cbb30879bc","ee9ffdf6-e306-4578-adb6-20845fb0b060","969679ba-5049-4645-a5e8-fae69ce01b31"],"stories":[],"access":{"sport":true},"metadata":{"chunkDuration":"4","livepreview":"https://dd-vgtv.akamaized.net/vgtv/geoblocked-norway/2024/08/31d84741058b8fdeb9d52e815147a91a/preview.mp4","newsLifetime":"2","newsValue":"3","protocol":"hls","seoTitle":"Stream MUTV direkte 24/7 på VG","source":"network","titleShortPath":"se-mutv-direkte"}},"articleUrl":null,"assetType":"video","category":{"id":52,"title":"Fotball","parentId":3,"showCategory":true,"isSeries":false,"order":0,"stats":"4","ageLimit":null,"lastAsset":{"id":234455},"additional":{"description":"VGTV følger alt som skjer på fotballfronten med stort og smått. Her får du siste nytt.","shortDescription":"","shortPath":"Fotball","images":{"icon":"https://imbo.vgtv.no/users/vgtv/images/93b6bc97994f9a248219330bdf9b4924.jpg","splashBackground":"https://imbo.vgtv.no/users/vgtv/images/b479cd6f64d0cb7af17e0600711141b4.jpg"},"image":"https://imbo.vgtv.no/users/vgtv/images/burMPXnuvgu2.jpg","isImageUploaded":true,"logo":"https://imbo.vgtv.no/users/vgtv/images/c609792dd3c9c5b38688d7f966f614ca.jpg","background":"https://imbo.vgtv.no/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"sportType":{"value":"football","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":true},"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":true}}}},"created":1691141214,"description":"VG+ Sport sender døgnet rundt fra Manchester Uniteds offisielle TV-kanal, MUTV, hver dag, hele året.","descriptionFront":null,"displays":5558,"duration":0,"flightTimes":{"start":1722484873,"end":null},"images":{"main":"https://imbo.vgtv.no/users/vgtv/images/l1ef9-XaA2db.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1691394112,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"live","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2041467/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/dUsMvliwtP3-AmSMmXs2-/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"Se MUTV direkte - døgnet rundt","titleFront":null,"updated":1725619847,"_embedded":{"tags":[{"id":"2f7ea162-cc19-469f-9f2e-a4eba67f18aa","tag":"Manchester United","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/2f7ea162-cc19-469f-9f2e-a4eba67f18aa"}}},{"id":"7671aa32-0ee7-438f-84d1-30cbb30879bc","tag":"Premier League","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/7671aa32-0ee7-438f-84d1-30cbb30879bc"}}},{"id":"ee9ffdf6-e306-4578-adb6-20845fb0b060","tag":"Engelsk fotball","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/ee9ffdf6-e306-4578-adb6-20845fb0b060"}}},{"id":"969679ba-5049-4645-a5e8-fae69ce01b31","tag":"reprise","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/969679ba-5049-4645-a5e8-fae69ce01b31"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/270857"}}},{"provider":"vgtv","id":222463,"additional":{"settings":{"showAds":false,"showEmbed":true,"showComments":true,"ageLimit":null,"tonoRegistered":false,"createdBy":"carina.alice.bredesen@schibsted.com","lastEditedBy":"sander.randeberg.hauan@schibsted.com","source":null,"notes":null,"showInNewest":false,"loopGeneratorEnabled":true,"escenicId":null,"playhead":0,"startIndexPoint":null},"chapters":[],"externalId":"8iIcwdQZ","cuePoints":[],"sourceFiles":[],"subtitles":[],"tags":["76b68224-1863-4bcc-ae96-e8a15df83a35","bc71f41f-ecdc-477c-91ad-e79620cecacf","ee9ffdf6-e306-4578-adb6-20845fb0b060","969679ba-5049-4645-a5e8-fae69ce01b31"],"stories":[],"access":{"sport":true},"metadata":{"source":"network","protocol":"hls","aspectRatio":"1.78","newsLifetime":"2","newsValue":"3","seoTitle":"Stream LFCTV direkte 24/7 på VG","titleShortPath":"direkte-na-lfctv","chunkDuration":"4","contentType":"liveSports"}},"articleUrl":null,"assetType":"video","category":{"id":3,"title":"Sport","parentId":0,"showCategory":true,"isSeries":false,"order":0,"stats":"3","ageLimit":null,"lastAsset":{"id":234283},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false}}}},"created":1627633158,"description":"VG+ Sport sender døgnet rundt fra Liverpools offisielle TV-kanal, LFCTV, hver dag, hele året. Som abonnent på VG+ Sport får du se Liverpools treningskamper direkte, intervjuer, dokumentarer og alle klubbens kamper i opptak.","descriptionFront":null,"displays":113297,"duration":0,"flightTimes":{"start":1725613398,"end":null},"images":{"main":"https://imbo.vgtv.no/users/vgtv/images/dQlctbDrnHGF.jpg","front":null,"snapshots":null,"featured":null},"playback":null,"published":1627636818,"series":null,"showDisplays":true,"status":"active","streamConfiguration":{"properties":["geoblocked","tokenSecured","encrypted"]},"streamType":"live","streamUrls":{"hls":"https://vgtvlive-lh.akamaized.net/hls/live/2028844/vgtv/geoblocked-norway/tokenSecured/encrypted-sport/M_t_ST6xfHdT9wff3F-Gw/master.m3u8","hds":null,"mp4":null,"pseudostreaming":null},"title":"Se LFCTV direkte - døgnet rundt","titleFront":null,"updated":1730836380,"_embedded":{"tags":[{"id":"76b68224-1863-4bcc-ae96-e8a15df83a35","tag":"Fotball","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/76b68224-1863-4bcc-ae96-e8a15df83a35"}}},{"id":"bc71f41f-ecdc-477c-91ad-e79620cecacf","tag":"Liverpool FC","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/bc71f41f-ecdc-477c-91ad-e79620cecacf"}}},{"id":"ee9ffdf6-e306-4578-adb6-20845fb0b060","tag":"Engelsk fotball","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/ee9ffdf6-e306-4578-adb6-20845fb0b060"}}},{"id":"969679ba-5049-4645-a5e8-fae69ce01b31","tag":"reprise","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/tags/969679ba-5049-4645-a5e8-fae69ce01b31"}}}]},"_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/assets/222463"}}}],"preset2":["asset:270857","asset:222463"]},"createdAt":"2023-07-31T08:42:59.037Z","updatedAt":"2023-08-07T07:42:25.166Z","id":"64c774134d0f6c0012984b50"},{"options":{"useVerticalPosters":false,"usePageTaxonomy":true,"useLargeThumbnails":false,"skipMetadata":false,"sortByFlightTimes":true},"type":"slider","isShared":false,"data":{"type":"assets","source":{"params":{"filter":{"streamType":["vod"],"categoryId":3},"sort":"flightTimes.start"},"endpoint":"svp/search"},"url":"https://svp.vg.no/svp/api/v1/vgtv/search?sort=flightTimes.start&additional=settings|chapters|cuePoints|externalId|externalCategoryId|nextAsset|sourceFiles|subtitles|metadata|access|tags|stories&filter=streamType::vod|categoryId::3|additional.settings.showInNewest<>false"},"header":"Siste sportsklipp","createdAt":"2022-04-06T11:08:04.439Z","updatedAt":"2024-04-01T19:00:38.482Z","id":"624d7494082d5e1fcc6bd604"}],"category":{"provider":"vgtv","_links":{"self":{"href":"https://svp.vg.no/svp/api/v1/vgtv/categories/3"}},"additional":{"description":"VGTV gir deg klipp fra hele sportens verden. Følg med på fotball, ski, håndball, tennis, golf, ishockey, motorsport og mye mer.","shortDescription":"","shortPath":"sport","images":{"icon":"https://images.stream.schibsted.media/users/vgtv/images/40c50bb9f7d5a4469963a0e0291ee9c7.jpg","splashBackground":"https://images.stream.schibsted.media/users/vgtv/images/1eec7f0d5ebd74232d1cf5e94235c4c9.jpg"},"image":"https://images.stream.schibsted.media/users/vgtv/images/_Qg-ZzscloaI.jpg","isImageUploaded":true,"logo":"https://images.stream.schibsted.media/users/vgtv/images/e6b4534c7884f7e6df45b091978f8e40.jpg","background":"https://images.stream.schibsted.media/users/vgtv/images/d06e3e61f55d10c19d6160e40e525feb.jpg","backgroundColor":"","showPlayerLogo":true,"playerLogoImage":null,"trackingCode":"","showEndPoster":true,"showComments":true,"allowAllDevices":true,"adCampaignId":"","autoPlayNextAsset":true,"autoPlayNextEmbed":true,"notificationMailEnabled":true,"metadata":{"discoverCategory":{"value":"31f7d351-e23c-4106-a2a4-638399800dfb","inherited":false},"custom_field_seoNoIndex":{"value":"{\"type\": \"checkbox\", \"label\":\"SEO noindex\", \"group\":\"SEO\", \"helper\": \"A noindex tag can block Google from indexing a VGTV page so that it won't appear in search results.\"} ","inherited":false},"custom_field_enableComments":{"value":"{\"type\": \"checkbox\", \"label\":\"enable comments\", \"group\":\"Comments\", \"helper\": \"Turns on commenting\"}","inherited":false},"custom_field_lockCommenting":{"value":"{\"type\": \"checkbox\", \"label\":\"lock commenting\", \"group\":\"Comments\", \"helper\": \"Turns off sending comments, but users can still read comments\" }","inherited":false}}},"lastAsset":{"id":234283},"ageLimit":null,"stats":"3","order":0,"isSeries":false,"showCategory":true,"parentId":0,"title":"Sport","id":3},"createdAt":"2020-08-17T21:15:18.194Z","updatedAt":"2024-12-06T09:36:23.139Z","provider":"vgtv","entityId":3,"id":"5f3af366666da60011054148"}; window.FEATURES = [{"name":"app-promo-header","enabled":true,"type":"experiment","variant":{"name":"enabled","enabled":true,"feature_enabled":true,"featureEnabled":true}},{"name":"watchtime","enabled":true,"type":"kill-switch","variant":{"name":"enabled","enabled":true,"feature_enabled":true,"featureEnabled":true}},{"name":"brandstudio","enabled":true,"type":"kill-switch","variant":{"name":"enabled","enabled":true,"feature_enabled":true,"featureEnabled":true}},{"name":"cmp-advertising","enabled":true,"type":"release","variant":{"name":"enabled","enabled":true,"feature_enabled":true,"featureEnabled":true}},{"name":"cmp-analytics","enabled":false,"type":"release","variant":{"name":"disabled","enabled":false,"feature_enabled":false,"featureEnabled":false}},{"name":"cmp-marketing","enabled":false,"type":"release","variant":{"name":"disabled","enabled":false,"feature_enabled":false,"featureEnabled":false}},{"name":"cmp-personalisation","enabled":false,"type":"release","variant":{"name":"disabled","enabled":false,"feature_enabled":false,"featureEnabled":false}}]; </script> <script> (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://vgc.no/player/player.next.min.bundled-latest.js"; js.async = true; try{eval("async () => {}"),js.src=js.src.replace("player.min","player.next.min")}catch(a){} fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'svp-player-sdk')); </script> <script> /*! Copyright © 2024 Schibsted. Generated by @schibsted/sourcepoint 5.0.4 (2024-12-04T08:20:57.973Z) */ !function(){const e=["jsSdkVersion","id","realm","clientId","pulseTracker","referrer","state","pulseObjectName","showInWebview","identityObject","identityObjectName","disableSentry","disableNativeConsentCheck","enableUserCentric","groupId"],n=["jsSdkVersion","id","realm","clientId","pulseTracker","referrer","state","pulseObjectName","showInWebview","identityObject","identityObjectName","disableSentry","disableNativeConsentCheck","enableUserCentric","groupId"];function t(e,n){if(null==e)return{};var t={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(n.includes(o))continue;t[o]=e[o]}return t}const o={"showInWebview":"tcf","disableSentry":true,"accountId":1047,"groupPmId":910021,"propertyId":8876,"baseEndpoint":"https://cmp.vg.no","consentLanguage":"no","propertyHref":"https://www.vg.no"};function r(){"undefined"!=typeof document&&document.location.href.indexOf("sp_debug=1")>0&&console.debug("[CMP]",...arguments)}function s(e,n,t,o,r){const s=new URL(e);s.searchParams.append("utm_source","cmp"),s.searchParams.append("utm_medium","psi"),s.searchParams.append("referrer",o||window.location.href),t&&s.searchParams.append("client_id",t),n&&s.searchParams.append("environment_id",n),r&&s.searchParams.append("state",r),window.location.href=s.href}function i(e){return null===e?null:Boolean(parseInt(e))}function c(e){let n=e+"=",t=decodeURIComponent(document.cookie).split(";");for(let e=0;e<t.length;e++){let o=t[e];for(;" "==o.charAt(0);)o=o.substring(1);if(0==o.indexOf(n))return o.substring(n.length,o.length)}return""}const a=["Mixed","PSI","SCC","TCF","PMC"],u="default",l="cmp",p="cache",d="accepted",f="rejected",g="unknown",m=Object.freeze({purposes:{CMP_ANALYTICS:{optIn:!1,status:g},CMP_MARKETING:{optIn:!1,status:g},CMP_ADVERTISING:{optIn:!1,status:g},CMP_PERSONALIZATION:{optIn:!1,status:g}},source:u});function y(e,n,t,o){r("Pulse: "+t+"(actor, data):",n,o),b(e,(e=>{e&&"function"==typeof e.track&&e.track(t,{schema:"http://schema.schibsted.com/events/tracker-event.json/314.json",object:Object.assign({},o,y.pulseCommonData),provider:{component:"CMP"},actor:n})}))}function b(e,n){if(e.psi.pulseTracker)return n(e.psi.pulseTracker);const t=e.psi.pulseObjectName||"pulse";return"function"!=typeof e[t]?console.error("No Pulse integration detected. Aborting."):e[t]((e=>{"function"==typeof n&&n(e)}))}function v(){var e;const n=null==(e=y.pulseCommonData)?void 0:e.messageName;if(n)return a.find((e=>n.includes(e)))}function _(e){return"CMP_"+("personalisation"===e?"personalization":e).toUpperCase()}function h(e,n,t){const o=Object.keys(C(e)).filter((n=>C(e)[n])),r=Object.keys(C(e)).filter((n=>!C(e)[n]));return o.map((e=>{const t=n.purposes[_(e)];t.optIn=!0,t.status=d})),r.map((e=>{n.purposes[_(e)].status=f})),n.source=t,n}function C(e){const n=i((e._scc_||e._tcf_).getPermissionSync("CMP:advertising")),t=i((e._scc_||e._tcf_).getPermissionSync("CMP:analytics")),o=i((e._scc_||e._tcf_).getPermissionSync("CMP:marketing")),r=i((e._scc_||e._tcf_).getPermissionSync("CMP:personalisation"));var s;return s={advertising:n,analytics:t,marketing:o,personalisation:r},Object.entries(s).filter((e=>{let[n,t]=e;return null!=t})).reduce(((e,n)=>{let[t,o]=n;return Object.assign({},e,{[t]:o})}),{})}function w(e,n){const t=n.performance.now();return e?Math.round((t-e)/1e3):null}let P=null,I=!1,S=!1;function M(e,n){if(n&&("object"!=typeof(t=n)||t.constructor!==Object))return console.error("Provided object is incorrect");var t;if(0===Object.keys(C(e)).length){if(!n)return m;const e=JSON.parse(JSON.stringify(n));return e.source=u,e}return h(e,JSON.parse(JSON.stringify(n||m)),p)}function O(e,n){n.events=n.events||{};const t=n.events.onMessageReceiveData,o=n.events.onMessageChoiceSelect,s=n.events.onMessageReady,i=n.events.onPrivacyManagerAction,c=n.events.onConsentReady;let a,u=!0;const p={id:n.userId,realm:n.realm};n.events.onMessageReceiveData=function(e,o){r("Sourcepoint: onMessageReceiveData(data)",o),P=!0,y.pulseCommonData={"@id":"sdrn:privacy:cmp:"+(o.messageId||""),"@type":"CMP",messageName:o.msgDescription||"",propertyId:n.propertyId,messageId:o.messageId||void 0,bucket:o.bucket||void 0,jsSdkVersion:n.jsSdkVersion,partitionId:o.prtnUUID||"",language:n.consentLanguage},"function"==typeof t&&t(o)},n.events.onMessageReady=function(){var n;null==(n=window._tcf_)||null==(n=n.TCFCallbacks)||n.map((e=>{e()})),r("Sourcepoint: onMessageReady()");const t=v();if(r("Pulse: Detected message type: "+t),!P)return y(e,p,"View",{name:"CMP: Privacy Manager displayed",messageType:v()});a=e.performance.now(),y(e,p,"View",{name:"CMP: Message displayed",messageType:t}),"function"==typeof s&&s()},n.events.onMessageChoiceSelect=function(n,t,s){if(r("Sourcepoint: onMessageReady(choice_id="+t+", choice_type_id="+s+")"),5===s){const n=w(a,e);y(e,p,"engagementEvent",Object.assign({name:"CMP: Link to Privacy / Cookie Policy clicked",elementType:"anchor",isFirstLayer:P,messageType:v()},n&&{duration:n})),P=null}if(9===s){u=!1,P=null;const n=w(a,e);y(e,p,"engagementEvent",Object.assign({name:"CMP: Open Privacy Settings",elementType:"button",messageType:v()},n&&{duration:n}))}if(11===s&&(u=!0),12===s&&(P=!1),15===s){const n=w(a,e);y(e,p,"engagementEvent",Object.assign({name:"CMP: Dismiss message",elementType:"button",messageType:v()},n&&{duration:n}))}"function"==typeof o&&o(t,s)},n.events.onPrivacyManagerAction=function(e,n){r("Sourcepoint: onPrivacyManagerAction()"),I=!0,P=!1,"none"===n.purposeConsent?(S=!0,u=!1):(S=!1,u=!0),"function"==typeof i&&i()},n.events.onConsentReady=function(n,t,o,s){var i,d;null==(i=window._tcf_)||null==(i=i.consentedCallback)||i.map((e=>{e(s.consentedToAll)})),null==(d=window._tcf_)||null==(d=d.TCFCallbacks)||d.map((e=>{e()})),r("Sourcepoint: onConsentReady(message_type="+n+", consentUUID="+t+", euconsent)",o),r("Sourcepoint: getMessageType() "+v());const f=w(a,e);if(void 0===v()&&!I)return;const g="PSI"===v()?null:C(e);if(function(e){const n=JSON.parse(JSON.stringify(m));b(e,(t=>{try{t.setConsents(h(e,n,l))}catch(e){console.error("Consents couldn't be set. The provided version of Pulse SDK does not support the setConsents event")}}))}(e),S&&y(e,p,"engagementEvent",Object.assign({name:"CMP: Reject all",elementType:"button",messageType:v()},f&&{duration:f})),!u)return!1;y(e,p,"engagementEvent",Object.assign({name:"CMP: Accept",elementType:"button",messageType:v(),consentedToAll:null==s?void 0:s.consentedToAll,isFirstLayer:P||!!P},g&&{consents:g},f&&{duration:f})),P=null,I=!1,S=!1,"function"==typeof c&&c(n,t,o,s)}}function j(e,n,t){if(!n.groupPmId)throw new Error("groupPmId is required");const o="CMP:advertising",s="CMP:analytics",i="CMP:marketing",c="CMP:personalisation",a="CMP:performance_marketing",u={};function l(n){return r(t+": getPermissionFromCache(category="+n+")"),e.localStorage.getItem(n)}u[o]=[],u[s]=[],u[i]=[],u[c]=[],u[a]=[];const p={subscribers:u,consentedCallback:[],TCFCallbacks:[],showPrivacyManager:function(){r("${type}: showPrivacyManager()"),y.pulseCommonData.messageName="",I=!0,P=!1,e._sp_.gdpr.loadPrivacyManagerModal(n.groupPmId)},getPermissionSync:function(e){return r(t+": getPermissionSync(category="+e+")"),l(e)},getPermission:function(e,n){r(t+": getPermission(category="+e+")");const o=p.subscribe(e,function(){let e=!1;return t=>{e?"function"==typeof o&&o():(e=!0,n(t),n=function(){})}}())},notify:(d={[o]:l(o),[s]:l(s),[i]:l(i),[c]:l(c),[a]:l(a)},(e,n)=>{if(d[e]===n)return void r(t+": notify(category="+e+", value="+n+") - IGNORED");r(t+": notify(category="+e+", value="+n+")"),d[e]=n;const o=p.subscribers[e];for(let e=0;e<o.length;e++)o[e](n)}),subscribe:function(e,n){if(r(t+": subscribe(category="+e+")"),!p.subscribers[e])return void console.error("Unable to subscribe - undefined consent category!");p.subscribers[e].push(n);const o=l(e);return null!==o&&n(o),()=>{p.subscribers[e]=p.subscribers[e].filter((e=>e!==n))}},getCachedOrDefaultConsentsForPulse:function(n){return M(e,n)},isConsentedToAll:function(e){p.consentedCallback.push(e)},getConsentedToAllSync:function(){const e=l("_sp_user_consent_"+n.propertyId);try{var t;if(0===Object.keys(localStorage).filter((e=>e.startsWith("CMP:"))).length)return null;const n=null==(t=JSON.parse(e))||null==(t=t.gdpr)?void 0:t.consentStatus;if((null==n?void 0:n.vendorListAdditions)||(null==n?void 0:n.legalBasisChanges))return null;const o=null==n?void 0:n.consentedAll;return void 0===o?null:o}catch(e){return null}},onTcfReady:function(e){p.TCFCallbacks.push(e)}};var d;return e._SourcePoint_Consent_Callback=p.notify,p}function T(e,n){var t,o;if(null!=(t=e.psi)&&t.identityObject)return e.psi.identityObject;if(null!=n&&n.identityObject)return n.identityObject;const r=(null==(o=e.psi)?void 0:o.identityObjectName)||(null==n?void 0:n.identityObjectName)||"Identity";return e[r]?e[r]:console.warn("No Schibsted Account integration detected.")}function k(e){const n=Array.from({length:20},(()=>String.fromCharCode(Math.floor(25*Math.random()+97)))).join(""),t=btoa(JSON.stringify(n));T(e)&&T(e).login({state:t})}const N=function(e){if("number"==typeof e||void 0===e)return config.userId=e;throw new Error("Id value "+e+" is invalid")},A=function(e){return(e=>{try{return Boolean(new URL(e))}catch(e){return!1}})(e)?window.psi.isLoggedInUser?s(e,null,window.psi.clientId,window.psi.referrer,window.psi.state):b(window,(n=>{n.getEnvironmentId().then((n=>{s(e,n,window.psi.clientId,window.psi.referrer,window.psi.state)}))})):console.error("The URL passed to the configuration is invalid. Please, correct it.")},E=function(){return k(window)},L=function(e,n,t){e.targetingParams=e.targetingParams||{},e.targetingParams[n]=t};const R=["Hermes","_app_","tv.nu","FinnApp","Omni"];function U(e){return R.some((n=>e.userAgent.includes(n)))}function D(e,n,t){return!new URLSearchParams(null==(o=e.location)?void 0:o.search).has("_sp_pass_consent")&&U(n)&&!t.disableNativeConsentCheck;var o}async function x(e,o,r,s,i){F(e,o,r,s,i);const a=t(s,n);try{const n=T(e);if(!(c("CMP:isLoggedIn")||await n.isLoggedIn()))return J(e,a);n.on("logout",(function(){var e;e="CMP:isLoggedIn",document.cookie=e+"=; Max-Age=-99999999;"})),c("CMP:isLoggedIn")||function(e,n,t){const o=new Date;o.setTime(o.getTime()+24*t*60*60*1e3);let r="expires="+o.toUTCString();document.cookie=e+"="+n+";"+r+";path=/"}("CMP:isLoggedIn",!0),L(s,"loggedin",!0);const t={externalParty:"sourcepoint",optionalSuffix:s.groupId},o=await n.getExternalId(t.externalParty,t.optionalSuffix),r=L(s,"enableUserCentric",!0);J(e,Object.assign({authId:o,targetingParams:r},a))}catch(n){console.error("Identity: ",n),J(e,a)}}function F(e,n,t,o,r){var s,i,c;if(!o.baseEndpoint||!o.propertyId||!o.consentLanguage)throw new Error("One of missing: baseEndpoint, propertyId, consentLanguage");O(e,o),function(e){e.events=e.events||{},e.events.onError=function(n,t,o){try{n&&window._cmp_.sentry.setTag("message_type",n),t&&window._cmp_.sentry.setTag("errorCode",t),window._cmp_.sentry.setTag("propertyId",e.propertyId),window._cmp_.sentry.captureException(o)}catch(e){console.error("Can not send the error to Sentry, "+e)}},e.events.onMessageChoiceError=function(e,n){try{e&&window._cmp_.sentry.setTag("message_type",e),window._cmp_.sentry.captureException(n)}catch(n){console.error("Can not send the error to Sentry, "+n)}}}(o),o.accountId=o.accountId||1047,o.custom={},o.gdpr={includeTcfApi:"tcf"===r},o.propertyHref&&(o.joinHref=!0);const a=o.userId||(null==(s=T(e,o))?void 0:s._session.userId);a&&L(o,"loggedin","true");const u=o.clientId||(null==(i=T(e,o))?void 0:i.clientId);U(t)&&L(o,"mobile-webview",!o.showInWebview||o.showInWebview);const l=null==n||null==(c=n.referrer)?void 0:c.split("/")[2];l&&L(o,"referrer-hostname",l),function(){const e=/(_sch_cmp_[_a-z0-9]+)=(.+)/i;n.cookie.split(";").filter((n=>e.test(n))).map((e=>e.split("=").map((e=>e.trim())))).forEach((e=>{let[n,t]=e;return L(o,n,t)}))}(),o.propertyHref&&n.location.search&&-1===o.propertyHref.indexOf("?")&&(o.propertyHref+=n.location.search);const{pulseTracker:p,referrer:d,state:f,pulseObjectName:g,showInWebview:m,identityObject:y,identityObjectName:b,enableUserCentric:v,groupId:_}=o;e.psi=e.psi||{},e.psi.isLoggedInUser=!!a,e.psi.setUserId=N,e.psi.openPrivacySettings=A,e.psi.pulseTracker=p,e.psi.clientId=u,e.psi.referrer=d,e.psi.state=f,e.psi.pulseObjectName=g,e.psi.showInWebview=m,e.psi.identityObject=y,e.psi.identityObjectName=b,e.psi.triggerLogin=E,e.psi.enableUserCentric=v,e.psi.groupId=_}function J(e,n){e._sp_=e._sp_||{},e._sp_.config=n,r("Sourcepoint initiated with config: ",n)}function H(e,n){if(n.disableSentry)return;const t=e.createElement("script");var o,r;o=t,r={async:!0,type:"module",src:"https://static.privacy.schibsted.com/dist/index.js",fetchPriority:"low"},Object.keys(r).filter((e=>void 0!==o[e])).forEach((e=>"object"==typeof r[e]?Object.keys(r[e]).forEach((n=>o[e][n]=r[e][n])):o[e]=r[e])),e.head.appendChild(t)}D(window,navigator,o)?(console.warn("CMP: Native consent is not passed. Sourcepoint will not be initialized."),window._sp_={config:{accountId:1047,baseEndpoint:"https://cdn.privacy-mgmt.com"}}):(function(e){const n=e.createElement("script");n.innerHTML='"use strict";function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){var t=function(){var t,e,o=[],n=window,r=n;for(;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=r.parent}t||(!function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement("iframe");r.style.cssText="display:none",r.name="__tcfapiLocator",e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return o;"setGdprApplies"===n[0]?n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0)):"ping"===n[0]?"function"==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"}):o.push(n)},n.addEventListener("message",(function(t){var e="string"==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n="object"===_typeof(o)&&null!==o?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,"*")}),n.parameter)}),!1))};"undefined"!=typeof module?module.exports=t:t()}();',e.head.appendChild(n)}(document),H(document,o),function(e,n){e._tcf_=j(e,n)}(window,o),o.enableUserCentric?x(window,document,navigator,o,"tcf"):function(n,o,r,s,i){F(n,o,r,s,i),J(n,t(s,e))}(window,document,navigator,o,"tcf"))}(); </script> <link rel="preload" href="https://cmp.vg.no/unified/wrapperMessagingWithoutDetection.js" as="script" fetchpriority="high"> <script async src="https://cmp.vg.no/unified/wrapperMessagingWithoutDetection.js" onload="document.dispatchEvent(new Event('cmp:loaded'))"></script> <script> (function(h,o,u,n,d) { h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}} d=o.createElement(u);d.async=1;d.src=n n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n) })(window,document,'script','https://www.datadoghq-browser-agent.com/us1/v5/datadog-logs.js','DD_LOGS'); </script> <script>if('serviceWorker' in navigator){window.addEventListener('load',function(){navigator.serviceWorker.register('/sw-vgtv.js',{scope:'/'})})}</script> <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script> <script nomodule crossorigin id="vite-legacy-polyfill" src="/static/js/main.polyfills-legacy.D_6CXoZi.js"></script> <script nomodule crossorigin id="vite-legacy-entry" data-src="/static/js/main.index-legacy.6HKcMdek.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script> </body> </html>