List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=1900&ordering=name
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3555,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=1950&ordering=name",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=1850&ordering=name",
    "results": [
        {
            "id": 624194,
            "name": "Introduksjon til semantisk web",
            "header": "Dette foredraget gir et forholdsvis  utfyllende overblikk over semantisk web, motivasjonen , egenskapene , teknologien, tilgjengelige data og verktøy.\r\n\r\nSemantisk web består av en rekke teknologier som blir gjennomgått, RDF-datamodellen, SKOS og OWL for å organisere din verden, spørrespråket   SPARQL og forbindelser til andre teknologier. \r\n\r\nVi ser på hvordan disse passer sammen og hvordan de kan oppfylle krav til interoperabilitet og hvilken rolle de spiller i bevegelsen får åpning av data (Open Data Movement) \r\n\r\nKjetil Kjernsmo har fulgt den semantisk web siden 1998. Han har arbeidet med dette i fritiden og for arbeidsgivere siden da, eksempelvis Opera Software, Computas og ABC startsiden. Han har også vært medlem i flere W3C grupper. Nylig returnert han til Universitet i Oslo, Institutt for Informatikk, for å gjennomføre en PhD om spørrespråket SPARQL",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624194/theora/orig_f44b0dfa6f384081af6694a7c53a9e2e.ogv",
                "original": "https://upload.frikanalen.no/media/624194/original/orig_f44b0dfa6f384081af6694a7c53a9e2e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624194/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624194/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624194/broadcast/5193_5b36ac6f90124c5bae2bc42aab88f8c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624194/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:27.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-01-18T14:03:56Z",
            "updatedTime": "2018-11-10T18:29:28.841873Z",
            "uploadedTime": "2011-01-18T14:03:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624194/theora/orig_f44b0dfa6f384081af6694a7c53a9e2e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624194/large_thumb/large.jpg"
        },
        {
            "id": 624321,
            "name": "Invadert av inntrykk",
            "header": "Under ISFiT har Trondheim by blitt invadert av kunst. Hva har de å si til sitt forsvar?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624321/theora/5378_ac96481ef92847e8868e7f695a2b379c.ogv",
                "original": "https://upload.frikanalen.no/media/624321/original/orig_e194ecb5d2894e85b6fb5ce7cdb25542.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624321/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624321/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624321/broadcast/5378_76c3ab3e01884d3793699eafcc79253f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624321/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:50",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-25T16:16:18Z",
            "updatedTime": "2018-11-10T18:29:28.669705Z",
            "uploadedTime": "2011-02-25T16:16:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624321/theora/5378_ac96481ef92847e8868e7f695a2b379c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624321/large_thumb/large.jpg"
        },
        {
            "id": 622289,
            "name": "Irak etter Bush",
            "header": "Awni al-Kalemji, representant for den irakiske motstanden, gir sitt syn på situasjonen i Irak og vurderer utsiktene med Obama som ny amerikansk president.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622289/theora/2262_a002b87ce6324c29893fa13f4d9b7891.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622289/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622289/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622289/broadcast/orig_Awni_al_kalemji_tekst2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622289/large_thumb/large.jpg"
            },
            "creator": "jsteinholt@yahoo.no",
            "organization": {
                "id": 103,
                "name": "Komiteen for et fritt Irak",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1173,
                "editorName": "Jan R. Steinholt",
                "editorEmail": "jsteinholt@yahoo.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:44",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T13:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.927039Z",
            "uploadedTime": "2009-01-02T13:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622289/theora/2262_a002b87ce6324c29893fa13f4d9b7891.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622289/large_thumb/large.jpg"
        },
        {
            "id": 624067,
            "name": "Israel - Bibelens land - Del 1",
            "header": "En reise dokumentar fra Israel, Produsert av Cymbal tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624067/theora/5004_f62e7702c72c43c0848bf881221d0291.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624067/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624067/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624067/broadcast/5004_1108d4acb05c4b4dacb77c1a02ddc759.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624067/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:44.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T07:51:29.157000Z",
            "updatedTime": "2018-11-10T18:29:28.996692Z",
            "uploadedTime": "2010-12-02T07:51:29.157000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624067/theora/5004_f62e7702c72c43c0848bf881221d0291.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624067/large_thumb/large.jpg"
        },
        {
            "id": 624069,
            "name": "Israel Bibelens land del 2",
            "header": "Reise dokumentar fra Israel, lagd av Cymbal TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624069/theora/5023_ce78ae18cef04be6bbb41a741ee36fb9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624069/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624069/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624069/broadcast/5023_ce78ae18cef04be6bbb41a741ee36fb9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624069/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:01.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T11:59:59.830000Z",
            "updatedTime": "2018-11-10T18:29:28.993974Z",
            "uploadedTime": "2010-12-02T11:59:59.830000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624069/theora/5023_ce78ae18cef04be6bbb41a741ee36fb9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624069/large_thumb/large.jpg"
        },
        {
            "id": 624071,
            "name": "Israel Bibelens land Del 3",
            "header": "En reise dokumentär fra Israel, Cymbal TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624071/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624071/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624071/broadcast/5033_d8ae063f48b04c1fa01e3e5a5df7132e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624071/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T14:41:42.123000Z",
            "updatedTime": "2018-11-10T18:29:28.992634Z",
            "uploadedTime": "2010-12-02T14:41:42.123000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624071/large_thumb/large.jpg"
        },
        {
            "id": 624072,
            "name": "Israel Bibelens land Del 4",
            "header": "Reisedokumentar fra Israel,",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624072/theora/5035_4a91380e82894008b8e0662a44d2bb8d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624072/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624072/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624072/broadcast/5035_b554a430665b4247b0cbe449d535042f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624072/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:39",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T18:38:35.290000Z",
            "updatedTime": "2018-11-10T18:29:28.991269Z",
            "uploadedTime": "2010-12-02T18:38:35.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624072/theora/5035_4a91380e82894008b8e0662a44d2bb8d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624072/large_thumb/large.jpg"
        },
        {
            "id": 627150,
            "name": "Israel en Apartheid stat",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627150/theora/Israel en Apartheid stat.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627150/broadcast/Israel en Apartheid stat.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627150/large_thumb/Israel en Apartheid stat.jpg",
                "original": "https://upload.frikanalen.no/media/627150/original/Israel en Apartheid stat.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:12:48.440000",
            "categories": [
                "Minoriteter",
                "Religion og livssyn",
                "Samfunn og politikk",
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-02-11T08:20:14.469626Z",
            "updatedTime": "2022-02-11T08:28:48.925780Z",
            "uploadedTime": "2022-02-11T08:22:44.135282Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627150/theora/Israel en Apartheid stat.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627150/large_thumb/Israel en Apartheid stat.jpg"
        },
        {
            "id": 626647,
            "name": "Israel-folket",
            "header": "Vårt hjemland",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626647/theora/Israel-folket.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626647/broadcast/Israel-folket.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626647/large_thumb/Israel-folket.jpg",
                "original": "https://upload.frikanalen.no/media/626647/original/Israel-folket.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:43.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-17T15:35:46.734440Z",
            "updatedTime": "2020-12-17T15:58:30.855618Z",
            "uploadedTime": "2020-12-17T15:37:39.516700Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626647/theora/Israel-folket.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626647/large_thumb/Israel-folket.jpg"
        },
        {
            "id": 627832,
            "name": "Israel før og nå...",
            "header": "Dagsaktuelt stoff",
            "description": "Dagsaktuelt stoff",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627832/theora/Israel f�r og n�....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627832/broadcast/Israel f�r og n�....dv",
                "original": "https://upload.frikanalen.no/media/627832/original/Israel f�r og n�....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627832/large_thumb/Israel f�r og n�....jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:47:18.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-11-30T11:22:32.223673Z",
            "updatedTime": "2023-11-30T11:56:27.265924Z",
            "uploadedTime": "2023-11-30T11:34:23.434705Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627832/theora/Israel f�r og n�....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627832/large_thumb/Israel f�r og n�....jpg"
        },
        {
            "id": 626825,
            "name": "«Israels terroristiske, rasistiske ledere»",
            "header": "«Israels terroristiske, rasistiske ledere»",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626825/theora/«Israels terroristiske, rasistiske ledere».ogv",
                "broadcast": "https://upload.frikanalen.no/media/626825/broadcast/«Israels terroristiske, rasistiske ledere».dv",
                "largeThumb": "https://upload.frikanalen.no/media/626825/large_thumb/«Israels terroristiske, rasistiske ledere».jpg",
                "original": "https://upload.frikanalen.no/media/626825/original/«Israels terroristiske, rasistiske ledere».mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:10:33.041667",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-18T09:13:25.110601Z",
            "updatedTime": "2021-06-18T10:07:36.860427Z",
            "uploadedTime": "2021-06-18T10:02:50.121383Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626825/theora/«Israels terroristiske, rasistiske ledere».ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626825/large_thumb/«Israels terroristiske, rasistiske ledere».jpg"
        },
        {
            "id": 626920,
            "name": "Israels ukjente reise",
            "header": "Få full oversikt over denne reisen",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626920/theora/Israel ukjente reise (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626920/broadcast/Israel ukjente reise (1).dv",
                "original": "https://upload.frikanalen.no/media/626920/original/Israel ukjente reise (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626920/large_thumb/Israel ukjente reise (1).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:11.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-08-30T06:34:02.235435Z",
            "updatedTime": "2021-08-30T07:01:11.658481Z",
            "uploadedTime": "2021-08-30T06:37:27.227702Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626920/theora/Israel ukjente reise (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626920/large_thumb/Israel ukjente reise (1).jpg"
        },
        {
            "id": 626803,
            "name": "Israel terroriserer Gaza",
            "header": "Israel terroriserer Gaza 5",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626803/theora/Israel terroriserer Gaza.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626803/broadcast/Israel terroriserer Gaza.dv",
                "original": "https://upload.frikanalen.no/media/626803/original/Israel terroriserer Gaza.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626803/large_thumb/Israel terroriserer Gaza.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:11:25.040000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-05-14T15:19:05.926651Z",
            "updatedTime": "2021-05-20T12:01:21.538002Z",
            "uploadedTime": "2021-05-14T15:31:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626803/theora/Israel terroriserer Gaza.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626803/large_thumb/Israel terroriserer Gaza.jpg"
        },
        {
            "id": 626771,
            "name": "Israel ukjente reise",
            "header": "Spennende reisebeskrivning",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626771/theora/Israel ukjente reise.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626771/broadcast/Israel ukjente reise.dv",
                "original": "https://upload.frikanalen.no/media/626771/original/Israel ukjente reise.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626771/large_thumb/Israel ukjente reise.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:11.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-04-09T16:46:23.864603Z",
            "updatedTime": "2021-04-09T17:11:42.494985Z",
            "uploadedTime": "2021-04-09T16:48:05.808231Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626771/theora/Israel ukjente reise.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626771/large_thumb/Israel ukjente reise.jpg"
        },
        {
            "id": 625685,
            "name": "It's not LAMP: Web app packaging in Sandstorm - Debconf 16",
            "header": "This talk covers how web app packaging works for the free software [Sandstorm.io](https://sandstorm.io/) project. This talk covers how Sandstorm achieves one-click installs of web apps for unprivileged users. To do this, Sandstorm's packaging tools do a few strange things:\n\n- Every app package is a tiny Debian derivative, often as small as 20MB.\n\n- Apps have no Internet connectivity to the outside world.\n\n- Sandstorm uses a FUSE filesystem to identify which files are needed to run the app.\n\n- An app bundles all its needed services, as well as files, resulting in one MySQL service per app.\n\n- Users click and run one _instance_ of an app like Etherpad per document, which is all handled transparently via a web app, a strategy that has neutralized 95% of 0-day web app vulnerabilities, based on our analysis.\n\n- Developers on Mac OS and Windows can create packages for Sandstorm, even though Sandstorm is Linux-only, due to an emphasis on Linux VMs in our development tools.\n\nSomehow we manage to make this scale reasonably well. Additionally, it is popular with upstream authors: of the >50 web apps packaged for Sandstorm, about 1/3 are maintained by their upstreams.\n\nThis talk focuses on how the Sandstorm packaging tools work, with community insights as well as technical ones, with the hopes of showing Debian how to more effectively package web apps for end users.\n\nTalk (45 mins) session with Asheesh Laroia and Sandstorm.io during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625685/broadcast/Its_not_LAMP_Web_app_packaging_in_Sandstorm.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625685/small_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "original": "https://upload.frikanalen.no/media/625685/original/Its_not_LAMP_Web_app_packaging_in_Sandstorm.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:47:22.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/85/",
            "createdTime": "2016-07-20T22:38:31.483593Z",
            "updatedTime": "2018-11-10T18:29:26.870457Z",
            "uploadedTime": "2016-07-20T22:38:39.344198Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg"
        },
        {
            "id": 623816,
            "name": "Jaga Jazzist",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623816/theora/4584_9c088fe2b589414f82b3564f6db78d73.ogv",
                "original": "https://upload.frikanalen.no/media/623816/original/orig_e4b68469933f4fcfa6706d5e69ff3d8a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623816/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623816/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623816/broadcast/4584_1907118e20ab4e428680c35dd094fc9b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623816/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:00:54.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:12:04.657000Z",
            "updatedTime": "2018-11-10T18:29:29.340502Z",
            "uploadedTime": "2010-08-10T19:12:04.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623816/theora/4584_9c088fe2b589414f82b3564f6db78d73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623816/large_thumb/large.jpg"
        },
        {
            "id": 626820,
            "name": "Jahve frelser og utsletter",
            "header": "Bibelen skriver sannheten",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626820/theora/Jahve frelser og utsletter.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626820/broadcast/Jahve frelser og utsletter.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626820/large_thumb/Jahve frelser og utsletter.jpg",
                "original": "https://upload.frikanalen.no/media/626820/original/Jahve frelser og utsletter.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:34.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-03T05:16:46.978321Z",
            "updatedTime": "2021-06-03T05:40:30.178439Z",
            "uploadedTime": "2021-06-03T05:26:34.969329Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626820/theora/Jahve frelser og utsletter.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626820/large_thumb/Jahve frelser og utsletter.jpg"
        },
        {
            "id": 626728,
            "name": "Jahve kjenner sine",
            "header": "Dette må du få tak i",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626728/theora/Jahve kjenner sine... (3).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626728/broadcast/Jahve kjenner sine... (3).dv",
                "original": "https://upload.frikanalen.no/media/626728/original/Jahve kjenner sine... (3).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626728/large_thumb/Jahve kjenner sine... (3).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:12.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-12T16:27:30.661177Z",
            "updatedTime": "2021-08-07T18:38:45.397302Z",
            "uploadedTime": "2021-08-07T18:17:40.677057Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626728/theora/Jahve kjenner sine... (3).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626728/large_thumb/Jahve kjenner sine... (3).jpg"
        },
        {
            "id": 626700,
            "name": "Jahve kjenner sine",
            "header": "Selv om Israels 10 stammer mistet sin identitet, så har Gud hele tiden visst hvor de er...",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626700/theora/Jahve kjenner sine....ogv",
                "broadcast": "https://upload.frikanalen.no/media/626700/broadcast/Jahve kjenner sine....dv",
                "largeThumb": "https://upload.frikanalen.no/media/626700/large_thumb/Jahve kjenner sine....jpg",
                "original": "https://upload.frikanalen.no/media/626700/original/Jahve kjenner sine....mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:12.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-02-07T16:30:07.581361Z",
            "updatedTime": "2021-02-07T16:52:09.041988Z",
            "uploadedTime": "2021-02-07T16:31:01.365984Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626700/theora/Jahve kjenner sine....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626700/large_thumb/Jahve kjenner sine....jpg"
        },
        {
            "id": 624782,
            "name": "Jaren Hornmusikk NM 2012",
            "header": "NM Brass 2012",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624782/theora/6070_aacd632863aa4eac953a2c2785513f45.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624782/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624782/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624782/broadcast/6070_aacd632863aa4eac953a2c2785513f45.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624782/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:17.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-01T11:09:48.427000Z",
            "updatedTime": "2018-11-10T18:29:28.067251Z",
            "uploadedTime": "2012-03-01T11:09:48.427000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624782/theora/6070_aacd632863aa4eac953a2c2785513f45.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624782/large_thumb/large.jpg"
        },
        {
            "id": 624313,
            "name": "Jarle Bernhoft",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624313/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624313/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624313/broadcast/5374_3a73c15a26d041a687e44992732c9b09.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:14.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-23T17:38:47.640000Z",
            "updatedTime": "2018-11-10T18:29:28.679709Z",
            "uploadedTime": "2011-02-23T17:38:47.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
        },
        {
            "id": 624888,
            "name": "Ja vi elsker!",
            "header": "17.mai feiring på Finse",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624888/theora/6266_7c4f4d6041a749379e4f507128feb40d.ogv",
                "original": "https://upload.frikanalen.no/media/624888/original/orig_f8facc0040594dec9f15f285032e2a0d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624888/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624888/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624888/broadcast/6266_5785d8d3071241608294e85875676005.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624888/large_thumb/large.jpg"
            },
            "creator": "erik.vold@nrk.no",
            "organization": {
                "id": 119,
                "name": "NRK",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2000,
                "editorName": "Erik Vold",
                "editorEmail": "erik.vold@nrk.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:06:38.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-19T18:07:59.417000Z",
            "updatedTime": "2018-11-10T18:29:27.931727Z",
            "uploadedTime": "2012-05-19T18:07:59.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624888/theora/6266_7c4f4d6041a749379e4f507128feb40d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624888/large_thumb/large.jpg"
        },
        {
            "id": 623038,
            "name": "Jeanette Nordberg",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623038/theora/3442_0df6785dc03343fab2d536058e3df059.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623038/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623038/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623038/broadcast/3442_1bba63fe2e944c86810db8c757f91b83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623038/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:11.560000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-09T13:11:15Z",
            "updatedTime": "2018-11-10T18:29:30.307618Z",
            "uploadedTime": "2009-09-09T13:11:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623038/theora/3442_0df6785dc03343fab2d536058e3df059.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623038/large_thumb/large.jpg"
        },
        {
            "id": 626835,
            "name": "Jehova",
            "header": "Jehova, Jesus, Den Hellige Ånd",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626835/theora/Bibelens Gud (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626835/broadcast/Bibelens Gud (2).dv",
                "largeThumb": "https://upload.frikanalen.no/media/626835/large_thumb/Bibelens Gud (2).jpg",
                "original": "https://upload.frikanalen.no/media/626835/original/Bibelens Gud (2).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:47.766667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-28T08:32:54.001365Z",
            "updatedTime": "2021-06-28T09:02:41.925395Z",
            "uploadedTime": "2021-06-28T08:35:48.972079Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626835/theora/Bibelens Gud (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626835/large_thumb/Bibelens Gud (2).jpg"
        },
        {
            "id": 626834,
            "name": "Jehova, en del av guddommen",
            "header": "En treenighet",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626834/theora/En religion, eller mange (3).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626834/broadcast/En religion, eller mange (3).dv",
                "original": "https://upload.frikanalen.no/media/626834/original/En religion, eller mange (3).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626834/large_thumb/En religion, eller mange (3).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:13.833333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-28T07:39:55.488170Z",
            "updatedTime": "2021-06-28T08:07:23.678896Z",
            "uploadedTime": "2021-06-28T07:43:26.488817Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626834/theora/En religion, eller mange (3).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626834/large_thumb/En religion, eller mange (3).jpg"
        },
        {
            "id": 627839,
            "name": "Jehova er den største i universet",
            "header": "Det står klart og tydelig i bibelen",
            "description": "Det står klart og tydelig i bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627839/broadcast/Jehova, er den st�rste i universet (2).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg",
                "original": "https://upload.frikanalen.no/media/627839/original/Jehova, er den st�rste i universet (2).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:54:23.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-17T08:59:36.162564Z",
            "updatedTime": "2023-12-17T09:25:03.777165Z",
            "uploadedTime": "2023-12-17T08:59:53.946296Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg"
        },
        {
            "id": 627320,
            "name": "Jehova og Jesus Kristus",
            "header": "Bibelens Gud",
            "description": "Bibelenes Gud",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627320/theora/Jehova og Jesus Kristus (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627320/broadcast/Jehova og Jesus Kristus (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627320/large_thumb/Jehova og Jesus Kristus (1).jpg",
                "original": "https://upload.frikanalen.no/media/627320/original/Jehova og Jesus Kristus (1).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:58.766667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-04-18T09:29:44.351938Z",
            "updatedTime": "2022-04-18T09:59:47.187559Z",
            "uploadedTime": "2022-04-18T09:31:35.350941Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627320/theora/Jehova og Jesus Kristus (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627320/large_thumb/Jehova og Jesus Kristus (1).jpg"
        },
        {
            "id": 627149,
            "name": "Jehovas barn",
            "header": "Full oversikt over Sems ætt",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627149/theora/Jehovas barn (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627149/broadcast/Jehovas barn (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627149/large_thumb/Jehovas barn (1).jpg",
                "original": "https://upload.frikanalen.no/media/627149/original/Jehovas barn (1).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:45.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-02-10T08:19:17.805062Z",
            "updatedTime": "2022-02-10T08:49:29.828457Z",
            "uploadedTime": "2022-02-10T08:21:23.747484Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627149/theora/Jehovas barn (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627149/large_thumb/Jehovas barn (1).jpg"
        },
        {
            "id": 627929,
            "name": "Jehovas Vitner: Desorientering og forvirring! Eldre Jehovas Vitner er ikke i stand til å godta den nye Vakttårn religionen.",
            "header": "E Langemyr",
            "description": "Advarsel!! Eldre Jehovas Vitner blir nå tvunget til å godta endringer, eller må gå!  Advarsel! Vakttårnets massive \"Mind\" omprogrammering er i fullt driftsmodus! Du kan og du bør unngå dette! Du trenger ikke å tillate deg selv å være en ny Vakttårn Prototype! Du kan forlate denne tvungne omprogrammeringen nå - bare ved å si NEI!",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627929/theora/y2mate.com - Disorientation  Confusion Older Jehovahs Witnesses Not Able To Accept Watchtowers New religion_720pFH.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627929/broadcast/y2mate.com - Disorientation  Confusion Older Jehovahs Witnesses Not Able To Accept Watchtowers New religion_720pFH.dv",
                "original": "https://upload.frikanalen.no/media/627929/original/y2mate.com - Disorientation  Confusion Older Jehovahs Witnesses Not Able To Accept Watchtowers New religion_720pFH.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627929/large_thumb/y2mate.com - Disorientation  Confusion Older Jehovahs Witnesses Not Able To Accept Watchtowers New religion_720pFH.jpg"
            },
            "creator": "egil@skarning.no",
            "organization": {
                "id": 251,
                "name": "Sannheten",
                "homepage": "www.sannheten.org",
                "description": "",
                "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "editorId": 2827,
                "editorName": "Egil Langemyr",
                "editorEmail": "egil@skarning.no",
                "editorMsisdn": "+47 45 88 86 66",
                "fkmember": true
            },
            "duration": "00:43:17",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-16T21:37:43.005620Z",
            "updatedTime": "2024-10-16T21:56:46.970959Z",
            "uploadedTime": "2024-10-16T21:37:51.721626Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627929/theora/y2mate.com - Disorientation  Confusion Older Jehovahs Witnesses Not Able To Accept Watchtowers New religion_720pFH.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627929/large_thumb/y2mate.com - Disorientation  Confusion Older Jehovahs Witnesses Not Able To Accept Watchtowers New religion_720pFH.jpg"
        },
        {
            "id": 627930,
            "name": "Jehovas Vitner: JW-ORG vil erstatte ALLE tidligere privilegier som det å være på Bethel, være Eldste, eller menighets-tjener.",
            "header": "E. Langemyr",
            "description": "Jehovas Vitner: 99% av alle Jehovas Vitner vil snart være arbeidsledige!  JW-ORG vil erstatte ALLE tidligere privilegier som det å være på Bethel, være Eldste, ellet menighets-tjener.\nMediesenteret vil være slutten på Rikets saler, konferansesentre, stevner - alt vil være online!",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627930/theora/y2mate.com - Announcement To JWS  Your About To Be Screwed Royally_360p (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627930/broadcast/y2mate.com - Announcement To JWS  Your About To Be Screwed Royally_360p (1).dv",
                "original": "https://upload.frikanalen.no/media/627930/original/y2mate.com - Announcement To JWS  Your About To Be Screwed Royally_360p (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627930/large_thumb/y2mate.com - Announcement To JWS  Your About To Be Screwed Royally_360p (1).jpg"
            },
            "creator": "egil@skarning.no",
            "organization": {
                "id": 251,
                "name": "Sannheten",
                "homepage": "www.sannheten.org",
                "description": "",
                "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "editorId": 2827,
                "editorName": "Egil Langemyr",
                "editorEmail": "egil@skarning.no",
                "editorMsisdn": "+47 45 88 86 66",
                "fkmember": true
            },
            "duration": "00:46:59.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-16T22:00:43.558533Z",
            "updatedTime": "2024-10-16T22:18:50.857219Z",
            "uploadedTime": "2024-10-16T22:00:46.303626Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627930/theora/y2mate.com - Announcement To JWS  Your About To Be Screwed Royally_360p (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627930/large_thumb/y2mate.com - Announcement To JWS  Your About To Be Screwed Royally_360p (1).jpg"
        },
        {
            "id": 628006,
            "name": "Jehovas Vitner - Vaksinetvang av medlemmer under pandemien?",
            "header": "ES",
            "description": "Jehovas Vitner - Vaksinetvang av medlemmer under pandemien?",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628006/theora/videoplayback.1737764511687.publer.com.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628006/broadcast/videoplayback.1737764511687.publer.com.dv",
                "original": "https://upload.frikanalen.no/media/628006/original/videoplayback.1737764511687.publer.com.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628006/large_thumb/videoplayback.1737764511687.publer.com.jpg"
            },
            "creator": "egil@skarning.no",
            "organization": {
                "id": 251,
                "name": "Sannheten",
                "homepage": "www.sannheten.org",
                "description": "",
                "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "editorId": 2827,
                "editorName": "Egil Langemyr",
                "editorEmail": "egil@skarning.no",
                "editorMsisdn": "+47 45 88 86 66",
                "fkmember": true
            },
            "duration": "00:32:52.066667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-01-25T00:23:59.470492Z",
            "updatedTime": "2025-01-25T00:37:35.258783Z",
            "uploadedTime": "2025-01-25T00:24:01.811703Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628006/theora/videoplayback.1737764511687.publer.com.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628006/large_thumb/videoplayback.1737764511687.publer.com.jpg"
        },
        {
            "id": 627928,
            "name": "Jehovas Vitner velger usannhet fremfor sannhet, og er nå like skyldige som Vakttårnet og Det Styrende Råd!",
            "header": "E.Langemyr",
            "description": "Jehovas Vitner velger usannhet fremfor sannhet, og er nå like skyldige som Vakttårnet og Det Styrende Råd!\nFor en skam! Jehovas vitner er nå like skyldige som Vakttårnet og Det Styrende Råd!",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627928/theora/y2mate.com - What A Disgrace Jehovahs Witnesses Are Now as Guilty As Governing Body Why Are They doing This_v720P.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627928/broadcast/y2mate.com - What A Disgrace Jehovahs Witnesses Are Now as Guilty As Governing Body Why Are They doing This_v720P.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627928/large_thumb/y2mate.com - What A Disgrace Jehovahs Witnesses Are Now as Guilty As Governing Body Why Are They doing This_v720P.jpg",
                "original": "https://upload.frikanalen.no/media/627928/original/y2mate.com - What A Disgrace Jehovahs Witnesses Are Now as Guilty As Governing Body Why Are They doing This_v720P.mp4"
            },
            "creator": "egil@skarning.no",
            "organization": {
                "id": 251,
                "name": "Sannheten",
                "homepage": "www.sannheten.org",
                "description": "",
                "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "editorId": 2827,
                "editorName": "Egil Langemyr",
                "editorEmail": "egil@skarning.no",
                "editorMsisdn": "+47 45 88 86 66",
                "fkmember": true
            },
            "duration": "00:32:06.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-15T22:49:57.773707Z",
            "updatedTime": "2024-10-15T23:04:24.789806Z",
            "uploadedTime": "2024-10-15T22:50:06.294504Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627928/theora/y2mate.com - What A Disgrace Jehovahs Witnesses Are Now as Guilty As Governing Body Why Are They doing This_v720P.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627928/large_thumb/y2mate.com - What A Disgrace Jehovahs Witnesses Are Now as Guilty As Governing Body Why Are They doing This_v720P.jpg"
        },
        {
            "id": 623040,
            "name": "Jens Petter Wendt Horni",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623040/theora/3443_319055c2673b4f79adcf32c882cf494e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623040/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623040/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623040/broadcast/3443_60b2fd80b02f4df88f96bc7e6e6bebf8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623040/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:16.070000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-09T14:30:12Z",
            "updatedTime": "2018-11-10T18:29:30.304871Z",
            "uploadedTime": "2009-09-09T14:30:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623040/theora/3443_319055c2673b4f79adcf32c882cf494e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623040/large_thumb/large.jpg"
        },
        {
            "id": 626785,
            "name": "Jerusalem, Al Quds Dag.",
            "header": "Jerusalem, Al Quds Dag.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626785/theora/Jerusalem, Al Quds Dag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626785/broadcast/Jerusalem, Al Quds Dag.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626785/large_thumb/Jerusalem, Al Quds Dag.jpg",
                "original": "https://upload.frikanalen.no/media/626785/original/Jerusalem, Al Quds Dag.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:11:46.033333",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-05-06T23:55:24.036416Z",
            "updatedTime": "2021-05-07T00:11:15.138631Z",
            "uploadedTime": "2021-05-07T00:04:48.775201Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626785/theora/Jerusalem, Al Quds Dag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626785/large_thumb/Jerusalem, Al Quds Dag.jpg"
        },
        {
            "id": 627284,
            "name": "Jerusalem! Uro og opprør der",
            "header": "Jerusalem! Uro og opprør der",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627284/theora/Jerusalem! Uro og oppr�r der.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627284/broadcast/Jerusalem! Uro og oppr�r der.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627284/large_thumb/Jerusalem! Uro og oppr�r der.jpg",
                "original": "https://upload.frikanalen.no/media/627284/original/Jerusalem! Uro og oppr�r der.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:07:48.666667",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-04-15T22:06:44.053802Z",
            "updatedTime": "2022-04-15T22:13:01.256195Z",
            "uploadedTime": "2022-04-15T22:09:49.012249Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627284/theora/Jerusalem! Uro og oppr�r der.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627284/large_thumb/Jerusalem! Uro og oppr�r der.jpg"
        },
        {
            "id": 623896,
            "name": "Jesus i India del 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623896/theora/4708_06f1aad473c846e39712df4c55f277d1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623896/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623896/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623896/broadcast/4708_bb15f98c78504210a10742636f8961bb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623896/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:34.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T09:22:20.980000Z",
            "updatedTime": "2018-11-10T18:29:29.224765Z",
            "uploadedTime": "2010-09-03T09:22:20.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623896/theora/4708_06f1aad473c846e39712df4c55f277d1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623896/large_thumb/large.jpg"
        },
        {
            "id": 623914,
            "name": "Jesus I India del 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623914/theora/4743_f34b4d010d2549d6880596dfc82826a6.ogv",
                "original": "https://upload.frikanalen.no/media/623914/original/orig_ec88ceeb47fa4335bc24cebacdbb8837.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623914/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623914/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623914/broadcast/4743_39ab1ea0bcb04b17b81b23928094a615.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623914/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:40:42.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-10T15:56:50.763000Z",
            "updatedTime": "2018-11-10T18:29:29.199585Z",
            "uploadedTime": "2010-09-10T15:56:50.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623914/theora/4743_f34b4d010d2549d6880596dfc82826a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623914/large_thumb/large.jpg"
        },
        {
            "id": 623920,
            "name": "Jesus I India del 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623920/theora/4748_fdf7fbbdf9494b2c855fb9ebd2c2ed54.ogv",
                "original": "https://upload.frikanalen.no/media/623920/original/orig_3683bfa094b84849abf554f283b88cd2.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623920/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623920/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623920/broadcast/4748_40029a1bfe7e407bab0d577e409b8067.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623920/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:46.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-13T17:36:43.137000Z",
            "updatedTime": "2018-11-10T18:29:29.191347Z",
            "uploadedTime": "2010-09-13T17:36:43.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623920/theora/4748_fdf7fbbdf9494b2c855fb9ebd2c2ed54.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623920/large_thumb/large.jpg"
        },
        {
            "id": 623961,
            "name": "Jesus I India del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
                "original": "https://upload.frikanalen.no/media/623961/original/orig_f6ccf0a5862440b7a1b551f9f24ae85a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623961/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623961/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623961/broadcast/4791_f8ca8e82b5464defbd5eefe83083b27d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:41.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T14:35:51.517000Z",
            "updatedTime": "2018-11-10T18:29:29.135055Z",
            "uploadedTime": "2010-09-30T14:35:51.517000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
        },
        {
            "id": 623966,
            "name": "Jesus I India del 5",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623966/theora/4797_d9f3d22deca140c39612edabec8722f0.ogv",
                "original": "https://upload.frikanalen.no/media/623966/original/orig_a082960863db46c4a47d737528c97215.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623966/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623966/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623966/broadcast/4797_c567c08a709541fe96e35bd0f7172c8a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623966/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:18.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-03T20:45:05.057000Z",
            "updatedTime": "2018-11-10T18:29:29.127478Z",
            "uploadedTime": "2010-10-03T20:45:05.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623966/theora/4797_d9f3d22deca140c39612edabec8722f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623966/large_thumb/large.jpg"
        },
        {
            "id": 623977,
            "name": "Jesus I India del 6",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623977/theora/4822_102d2a73546246a089accada9f4b2480.ogv",
                "original": "https://upload.frikanalen.no/media/623977/original/orig_b95c649fcea541ec8e07838839c63796.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623977/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623977/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623977/broadcast/4822_878d2df0edcc4fee9ffb4150d8529639.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623977/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:42.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-10T18:24:22.653000Z",
            "updatedTime": "2018-11-10T18:29:29.113617Z",
            "uploadedTime": "2010-10-10T18:24:22.653000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623977/theora/4822_102d2a73546246a089accada9f4b2480.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623977/large_thumb/large.jpg"
        },
        {
            "id": 623980,
            "name": "Jesus I India del 7",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
                "original": "https://upload.frikanalen.no/media/623980/original/orig_d4cb0c58b2cd4e9183cf6cfd149767e0.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623980/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623980/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623980/broadcast/4826_12f76df8c0a44a1a91eb3f05bbd6aa56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-12T13:11:12.713000Z",
            "updatedTime": "2018-11-10T18:29:29.109559Z",
            "uploadedTime": "2010-10-12T13:11:12.713000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
        },
        {
            "id": 625066,
            "name": "Jesus og de frelste.",
            "header": "Målet er en god og lys framtid. Program 12 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625066/theora/orig_2a85c6aaef8641a28a73e48cbd93d0b9.ogv",
                "original": "https://upload.frikanalen.no/media/625066/original/orig_2a85c6aaef8641a28a73e48cbd93d0b9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625066/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625066/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625066/broadcast/6427_15656393fabc4024b8d297a5712105e2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625066/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:11:45.280000Z",
            "updatedTime": "2018-11-10T18:29:27.700941Z",
            "uploadedTime": "2012-09-21T09:11:45.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625066/theora/orig_2a85c6aaef8641a28a73e48cbd93d0b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625066/large_thumb/large.jpg"
        },
        {
            "id": 626632,
            "name": "Jesus oppstandelse (1).mp4",
            "header": "Jesus oppstandelse",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626632/theora/Jesus oppstandelse (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626632/broadcast/Jesus oppstandelse (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/626632/large_thumb/Jesus oppstandelse (1).jpg",
                "original": "https://upload.frikanalen.no/media/626632/original/Jesus oppstandelse (1).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:30:12.766667",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-02T16:32:02.904512Z",
            "updatedTime": "2020-12-02T16:48:08.107841Z",
            "uploadedTime": "2020-12-02T16:33:23.531902Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626632/theora/Jesus oppstandelse (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626632/large_thumb/Jesus oppstandelse (1).jpg"
        },
        {
            "id": 626627,
            "name": "Jesus oppstandelse.mp4",
            "header": "Jesus oppstandelse",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626627/theora/Jesus oppstandelse.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626627/broadcast/Jesus oppstandelse.dv",
                "original": "https://upload.frikanalen.no/media/626627/original/Jesus oppstandelse.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626627/large_thumb/Jesus oppstandelse.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:30:12.766667",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-11-28T10:31:23.729343Z",
            "updatedTime": "2020-11-28T10:46:56.905430Z",
            "uploadedTime": "2020-11-28T10:32:18.999164Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626627/theora/Jesus oppstandelse.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626627/large_thumb/Jesus oppstandelse.jpg"
        },
        {
            "id": 628066,
            "name": "Jesus sitt utseende",
            "header": "Utsende som i Sems ætt",
            "description": "Utseende som i Sems ætt",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628066/theora/Jesus sitt utseende.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628066/broadcast/Jesus sitt utseende.dv",
                "original": "https://upload.frikanalen.no/media/628066/original/Jesus sitt utseende.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628066/large_thumb/Jesus sitt utseende.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:14.100000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-04-04T09:46:27.881749Z",
            "updatedTime": "2025-04-04T10:22:04.336286Z",
            "uploadedTime": "2025-04-04T10:04:02.683319Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628066/theora/Jesus sitt utseende.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628066/large_thumb/Jesus sitt utseende.jpg"
        },
        {
            "id": 628068,
            "name": "Jesus  sitt utseende del 2",
            "header": "Utseende av Sems ætt",
            "description": "Utseende av Sems tt",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628068/theora/Jesus utseende, del 2 (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/628068/broadcast/Jesus utseende, del 2 (2).dv",
                "original": "https://upload.frikanalen.no/media/628068/original/Jesus utseende, del 2 (2).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628068/large_thumb/Jesus utseende, del 2 (2).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:45:55.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-04-04T09:52:43.215038Z",
            "updatedTime": "2025-04-04T11:06:09.189740Z",
            "uploadedTime": "2025-04-04T10:44:12.879558Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628068/theora/Jesus utseende, del 2 (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628068/large_thumb/Jesus utseende, del 2 (2).jpg"
        },
        {
            "id": 626727,
            "name": "Jesus ungdom",
            "header": "På ukjente områder",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626727/theora/Jesus ungdom (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626727/broadcast/Jesus ungdom (2).dv",
                "original": "https://upload.frikanalen.no/media/626727/original/Jesus ungdom (2).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626727/large_thumb/Jesus ungdom (2).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:29.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-12T16:25:31.810952Z",
            "updatedTime": "2021-08-07T19:34:16.436930Z",
            "uploadedTime": "2021-08-07T19:06:52.832234Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626727/theora/Jesus ungdom (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626727/large_thumb/Jesus ungdom (2).jpg"
        },
        {
            "id": 626706,
            "name": "Jesus ungdomstid",
            "header": "En grei oversikt over Jesus liv...",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626706/theora/Jesus ungdom.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626706/broadcast/Jesus ungdom.dv",
                "original": "https://upload.frikanalen.no/media/626706/original/Jesus ungdom.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626706/large_thumb/Jesus ungdom.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:29.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-02-15T16:48:36.800010Z",
            "updatedTime": "2021-02-15T17:17:04.588503Z",
            "uploadedTime": "2021-02-15T16:49:40.250023Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626706/theora/Jesus ungdom.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626706/large_thumb/Jesus ungdom.jpg"
        },
        {
            "id": 627827,
            "name": "Jødedom eller kristendom",
            "header": "Valget forklarer seg selv...",
            "description": "Valget forklarer seg selv...",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627827/theora/J�dedom eller kristendom_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627827/broadcast/J�dedom eller kristendom_.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627827/large_thumb/J�dedom eller kristendom_.jpg",
                "original": "https://upload.frikanalen.no/media/627827/original/J�dedom eller kristendom_.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:46:17",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-11-30T08:13:31.886502Z",
            "updatedTime": "2023-11-30T08:54:36.761747Z",
            "uploadedTime": "2023-11-30T08:32:50.797886Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627827/theora/J�dedom eller kristendom_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627827/large_thumb/J�dedom eller kristendom_.jpg"
        }
    ]
}