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=800&ordering=-publish_on_web
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3549,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=850&ordering=-publish_on_web",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=750&ordering=-publish_on_web",
    "results": [
        {
            "id": 625587,
            "name": "Daily Tech News Show 20. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625587/original/DTNS20160520.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625587/large_thumb/DTNS20160520.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625587/broadcast/DTNS20160520.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625587/small_thumb/DTNS20160520.jpg",
                "theora": "https://upload.frikanalen.no/media/625587/theora/DTNS20160520.ogv"
            },
            "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:55.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6453vid",
            "createdTime": "2016-05-24T00:58:45.209370Z",
            "updatedTime": "2018-11-10T18:29:27.038537Z",
            "uploadedTime": "2016-05-24T01:36:07.982021Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625587/theora/DTNS20160520.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625587/large_thumb/DTNS20160520.jpg"
        },
        {
            "id": 627909,
            "name": "Dreper for moro skyld",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627909/broadcast/Dreper for moro skyld..dv",
                "original": "https://upload.frikanalen.no/media/627909/original/Dreper for moro skyld..mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..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:08:41.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T15:44:30.076004Z",
            "updatedTime": "2024-08-30T15:49:18.495040Z",
            "uploadedTime": "2024-08-30T15:45:12.736326Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..jpg"
        },
        {
            "id": 625586,
            "name": "Daily Tech News Show 19. May 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625586/theora/DTNS20160519.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625586/broadcast/DTNS20160519.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625586/small_thumb/DTNS20160519.jpg",
                "original": "https://upload.frikanalen.no/media/625586/original/DTNS20160519.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625586/large_thumb/DTNS20160519.jpg"
            },
            "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:55:19.500000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6444vid",
            "createdTime": "2016-05-24T00:13:40.730844Z",
            "updatedTime": "2018-11-10T18:29:27.040469Z",
            "uploadedTime": "2016-05-24T00:57:51.036347Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625586/theora/DTNS20160519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625586/large_thumb/DTNS20160519.jpg"
        },
        {
            "id": 625850,
            "name": "Daily Tech News Show 23. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625850/broadcast/DTNS20161123.dv",
                "theora": "https://upload.frikanalen.no/media/625850/theora/DTNS20161123.ogv",
                "original": "https://upload.frikanalen.no/media/625850/original/DTNS20161123.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625850/large_thumb/DTNS20161123.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625850/small_thumb/DTNS20161123.jpg"
            },
            "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": "01:09:29.770000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8076vid",
            "createdTime": "2016-12-19T15:00:41.120322Z",
            "updatedTime": "2018-11-10T18:29:26.625688Z",
            "uploadedTime": "2016-12-19T15:00:52.815330Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625850/theora/DTNS20161123.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625850/large_thumb/DTNS20161123.jpg"
        },
        {
            "id": 625585,
            "name": "Daily Tech News Show 18. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625585/original/DTNS20160518.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625585/broadcast/DTNS20160518.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625585/large_thumb/DTNS20160518.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625585/small_thumb/DTNS20160518.jpg",
                "theora": "https://upload.frikanalen.no/media/625585/theora/DTNS20160518.ogv"
            },
            "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:58:33.410000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6437vid",
            "createdTime": "2016-05-23T23:26:49.908728Z",
            "updatedTime": "2018-11-10T18:29:27.042529Z",
            "uploadedTime": "2016-05-24T00:13:02.995147Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625585/theora/DTNS20160518.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625585/large_thumb/DTNS20160518.jpg"
        },
        {
            "id": 624766,
            "name": "Eikanger-Bjørsvik NM 2012",
            "header": "NM Brass 2012",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624766/theora/6047_f26be0b64f554e3a98f68ed72875a18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624766/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624766/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624766/broadcast/6047_f26be0b64f554e3a98f68ed72875a18d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624766/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:26:59.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-23T13:59:08.470000Z",
            "updatedTime": "2018-11-10T18:29:28.089484Z",
            "uploadedTime": "2012-02-23T13:59:08.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624766/theora/6047_f26be0b64f554e3a98f68ed72875a18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624766/large_thumb/large.jpg"
        },
        {
            "id": 625584,
            "name": "Daily Tech News Show 17. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625584/original/DTNS20160517.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625584/broadcast/DTNS20160517.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625584/large_thumb/DTNS20160517.jpg",
                "theora": "https://upload.frikanalen.no/media/625584/theora/DTNS20160517.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625584/small_thumb/DTNS20160517.jpg"
            },
            "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": "01:05:55.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6431vid",
            "createdTime": "2016-05-23T22:33:34.203192Z",
            "updatedTime": "2018-11-10T18:29:27.044628Z",
            "uploadedTime": "2016-05-24T05:38:12.976806Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625584/theora/DTNS20160517.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625584/large_thumb/DTNS20160517.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"
        },
        {
            "id": 627979,
            "name": "Matteus evangelium, Bergprekenen 2",
            "header": "Viktig preken",
            "description": "Fra bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627979/theora/Matteus evangelium, Bergprekenen 2 (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627979/broadcast/Matteus evangelium, Bergprekenen 2 (1).dv",
                "original": "https://upload.frikanalen.no/media/627979/original/Matteus evangelium, Bergprekenen 2 (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627979/large_thumb/Matteus evangelium, Bergprekenen 2 (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:33:34.533333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-18T09:00:05.424323Z",
            "updatedTime": "2024-11-18T09:36:55.487212Z",
            "uploadedTime": "2024-11-18T09:21:15.403213Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627979/theora/Matteus evangelium, Bergprekenen 2 (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627979/large_thumb/Matteus evangelium, Bergprekenen 2 (1).jpg"
        },
        {
            "id": 627980,
            "name": "Matteus Evangelium, 3",
            "header": "Viktige opplysninger",
            "description": "Fra bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627980/theora/Matteus evangelium 3.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627980/broadcast/Matteus evangelium 3.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627980/large_thumb/Matteus evangelium 3.jpg",
                "original": "https://upload.frikanalen.no/media/627980/original/Matteus evangelium 3.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:49:44.633333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-18T09:02:52.391358Z",
            "updatedTime": "2024-11-18T10:00:08.589591Z",
            "uploadedTime": "2024-11-18T09:36:56.923658Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627980/theora/Matteus evangelium 3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627980/large_thumb/Matteus evangelium 3.jpg"
        },
        {
            "id": 628041,
            "name": "Diesen i samtale med Kneissl",
            "header": "",
            "description": "Glenn Diesen, Alexander Mercouris & Karin Kneissl about Europe's Growing Irrelevance",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628041/theora/Diesen_Kneissl.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628041/broadcast/Diesen_Kneissl.dv",
                "original": "https://upload.frikanalen.no/media/628041/original/Diesen_Kneissl.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628041/large_thumb/Diesen_Kneissl.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:58:23.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-03-11T13:37:35.980986Z",
            "updatedTime": "2025-03-11T14:24:52.982000Z",
            "uploadedTime": "2025-03-11T13:41:50.422972Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628041/theora/Diesen_Kneissl.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628041/large_thumb/Diesen_Kneissl.jpg"
        },
        {
            "id": 628104,
            "name": "Diesen om Trumps feilende forhandlinger",
            "header": "Glenn Diesen, Seyed Marandi & Alastair Crooke snakker om Trumps feilede forhandlinger",
            "description": "Original tittel: Original tittel: Seyed Marandi & Alastair Crooke: The Art of no Deal. Trump's Negotiations Fail",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628104/theora/Diesen_Merandi_Crooke.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628104/broadcast/Diesen_Merandi_Crooke.dv",
                "original": "https://upload.frikanalen.no/media/628104/original/Diesen_Merandi_Crooke.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628104/large_thumb/Diesen_Merandi_Crooke.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:36:51.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-05-26T19:38:42.945630Z",
            "updatedTime": "2025-05-28T12:45:23.999140Z",
            "uploadedTime": "2025-05-26T19:44:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628104/theora/Diesen_Merandi_Crooke.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628104/large_thumb/Diesen_Merandi_Crooke.jpg"
        },
        {
            "id": 624912,
            "name": "Den norske kirke i eksil 113",
            "header": "Har Stortinget ført det norske folk bak lyset ved endringen av grunnlovens paragraf 2?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624912/theora/orig_8a216931eb3b4fb380fafc667ad27c58.ogv",
                "original": "https://upload.frikanalen.no/media/624912/original/orig_8a216931eb3b4fb380fafc667ad27c58.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624912/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624912/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624912/broadcast/6294_85129fbcfa664009aca439fd3c97a9b1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624912/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:14.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-30T20:27:13.083000Z",
            "updatedTime": "2018-11-10T18:29:27.898487Z",
            "uploadedTime": "2012-05-30T20:27:13.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624912/theora/orig_8a216931eb3b4fb380fafc667ad27c58.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624912/large_thumb/large.jpg"
        },
        {
            "id": 624911,
            "name": "AR6075 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624911/theora/orig_f1124f309ee8491184a96ec26913f080.ogv",
                "original": "https://upload.frikanalen.no/media/624911/original/orig_f1124f309ee8491184a96ec26913f080.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624911/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624911/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624911/broadcast/6283_74c20d9f75c742d6b7cb1c6bc3d609a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624911/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:48.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-05-26T18:48:11.113000Z",
            "updatedTime": "2018-11-10T18:29:27.899889Z",
            "uploadedTime": "2012-05-26T18:48:11.113000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624911/theora/orig_f1124f309ee8491184a96ec26913f080.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624911/large_thumb/large.jpg"
        },
        {
            "id": 624910,
            "name": "AR6089 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624910/theora/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.ogv",
                "original": "https://upload.frikanalen.no/media/624910/original/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624910/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624910/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624910/broadcast/6284_e3e30a1bd50943ce98da7a51ebfd9056.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624910/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:40.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-26T18:50:46.300000Z",
            "updatedTime": "2018-11-10T18:29:27.901271Z",
            "uploadedTime": "2012-05-26T18:50:46.300000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624910/theora/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624910/large_thumb/large.jpg"
        },
        {
            "id": 624909,
            "name": "AR6067 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624909/theora/orig_a5e89d872ddb4d39b36fa33c9ababe97.ogv",
                "original": "https://upload.frikanalen.no/media/624909/original/orig_a5e89d872ddb4d39b36fa33c9ababe97.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624909/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624909/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624909/broadcast/6282_505379b81f6d40d9b188c4c09b981f3e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624909/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:56.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-05-26T18:46:11.347000Z",
            "updatedTime": "2018-11-10T18:29:27.902655Z",
            "uploadedTime": "2012-05-26T18:46:11.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624909/theora/orig_a5e89d872ddb4d39b36fa33c9ababe97.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624909/large_thumb/large.jpg"
        },
        {
            "id": 624908,
            "name": "New Life - Program 03 2011",
            "header": "Vi tar turen til barnehjemmet Ebenezer, og er med på matutdeling og fest. I tillegg møter vi noen tidligere elever fra skolen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624908/theora/orig_343156ea92be4d14bab4059998dff9d5.ogv",
                "original": "https://upload.frikanalen.no/media/624908/original/orig_343156ea92be4d14bab4059998dff9d5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624908/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624908/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624908/broadcast/6287_200107eafb6e4be68b88ff947aed031e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624908/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-29T15:09:19.497000Z",
            "updatedTime": "2018-11-10T18:29:27.904038Z",
            "uploadedTime": "2012-05-29T15:09:19.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624908/theora/orig_343156ea92be4d14bab4059998dff9d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624908/large_thumb/large.jpg"
        },
        {
            "id": 624906,
            "name": "Den norske kirke i eksil 112",
            "header": "Biskopen i Borg tror på Jesus men han godtar ikke BIBELEN SOM Guds ord.\nPinsen er menighetens fødselsdag",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624906/theora/orig_36897f47e2014a90ae246b1f08b5034b.ogv",
                "original": "https://upload.frikanalen.no/media/624906/original/orig_36897f47e2014a90ae246b1f08b5034b.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624906/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624906/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624906/broadcast/6286_15bce3f2d4714f12a4f0c8f4160f7088.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624906/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-29T07:29:36.237000Z",
            "updatedTime": "2018-11-10T18:29:27.906729Z",
            "uploadedTime": "2012-05-29T07:29:36.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624906/theora/orig_36897f47e2014a90ae246b1f08b5034b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624906/large_thumb/large.jpg"
        },
        {
            "id": 624905,
            "name": "Faktisk Fantastisk 1/7",
            "header": "Lotta er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Liljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624905/theora/orig_ec2aeb7c2d554246bc1f8c77bbf9dbcd.ogv",
                "original": "https://upload.frikanalen.no/media/624905/original/orig_ec2aeb7c2d554246bc1f8c77bbf9dbcd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624905/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624905/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624905/broadcast/6273_b05f8aed44d14a28b27a33b6f05fabdb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624905/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:17:34.067000Z",
            "updatedTime": "2018-11-10T18:29:27.908145Z",
            "uploadedTime": "2012-05-22T12:17:34.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624905/theora/orig_ec2aeb7c2d554246bc1f8c77bbf9dbcd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624905/large_thumb/large.jpg"
        },
        {
            "id": 624904,
            "name": "Tangert 2012 04",
            "header": "Grunnloven skal endres slik at trossamfunnene i Norge blir likere stilt i forholdet til staten.  Flere av kirkens egne folk uttaler seg om saken. I studio, programleder Tor Tjeransen og gjest Inge lønning fra Høyre.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624904/theora/orig_f294a2754aba4bcfb5ec1896930e87ff.ogv",
                "original": "https://upload.frikanalen.no/media/624904/original/orig_f294a2754aba4bcfb5ec1896930e87ff.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624904/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624904/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624904/broadcast/6257_bf36e3ce15144f7ebf47fcea23ab7c83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624904/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-27T11:47:45.740000Z",
            "updatedTime": "2018-11-10T18:29:27.909492Z",
            "uploadedTime": "2012-04-27T11:47:45.740000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624904/theora/orig_f294a2754aba4bcfb5ec1896930e87ff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624904/large_thumb/large.jpg"
        },
        {
            "id": 624903,
            "name": "Tangert 2012 03",
            "header": "Hva er Den norske kirkes plass i dagens Norge? Nye rammevilkår som vil gjøre statskirken om til en folkekirke, er på vei. Flere av kirkens folk uttaler seg om saken i programmet der Tor Tjeransen har med seg Inge Lønning fra Høyre.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624903/theora/orig_2ec40576163a435ba371ad616d9a11d4.ogv",
                "original": "https://upload.frikanalen.no/media/624903/original/orig_2ec40576163a435ba371ad616d9a11d4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624903/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624903/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624903/broadcast/6256_b958dcbc95e2463c80bb60fce280ab64.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624903/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-27T11:42:44.690000Z",
            "updatedTime": "2018-11-10T18:29:27.910870Z",
            "uploadedTime": "2012-04-27T11:42:44.690000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624903/theora/orig_2ec40576163a435ba371ad616d9a11d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624903/large_thumb/large.jpg"
        },
        {
            "id": 624902,
            "name": "Livsstilsagenten 03",
            "header": "Livsstilsagent Per De Lange er på besøk hos Anita Øgård i Kreftforeningen for å finne ut hvordan kreft kan unngås mest mulig.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624902/theora/orig_c7e89445799a44879794f58e4dbc4f87.ogv",
                "original": "https://upload.frikanalen.no/media/624902/original/orig_c7e89445799a44879794f58e4dbc4f87.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624902/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624902/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624902/broadcast/6281_01ad94fbf36a4392ac2e82c6917f240f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624902/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-24T09:41:01.920000Z",
            "updatedTime": "2018-11-10T18:29:27.912293Z",
            "uploadedTime": "2012-05-24T09:41:01.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624902/theora/orig_c7e89445799a44879794f58e4dbc4f87.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624902/large_thumb/large.jpg"
        },
        {
            "id": 624900,
            "name": "17. Mai 2012 i Blaker",
            "header": "17. Mai feiringa på Blaker skanse 2012. Blaker skolemusikkorps, Fossegrimen, og tale av ordföreren i Sörum komune.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624900/theora/6270_6d93f52f9b42443dbbed35061b1ab554.ogv",
                "original": "https://upload.frikanalen.no/media/624900/original/orig_65c85164eadd46d38ef3c1a2eeadc817.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624900/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624900/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624900/broadcast/6270_590006d28852480fb9d55c0146b58048.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624900/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:11.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2012-05-22T11:04:40.373000Z",
            "updatedTime": "2018-11-10T18:29:27.915000Z",
            "uploadedTime": "2012-05-22T11:04:40.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624900/theora/6270_6d93f52f9b42443dbbed35061b1ab554.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624900/large_thumb/large.jpg"
        },
        {
            "id": 624899,
            "name": "Faktisk Fantastisk 7/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624899/theora/orig_cfa7ff7f44d0439aa8afb0a3306c58af.ogv",
                "original": "https://upload.frikanalen.no/media/624899/original/orig_cfa7ff7f44d0439aa8afb0a3306c58af.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624899/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624899/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624899/broadcast/6279_7d7bd9fe4ed14f6abf547ef818bc7ba6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624899/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:39:45.073000Z",
            "updatedTime": "2018-11-10T18:29:27.916372Z",
            "uploadedTime": "2012-05-22T12:39:45.073000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624899/theora/orig_cfa7ff7f44d0439aa8afb0a3306c58af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624899/large_thumb/large.jpg"
        },
        {
            "id": 624898,
            "name": "Faktisk Fantastisk 3/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624898/theora/orig_e52d790c53c54d58825f72484b4ac757.ogv",
                "original": "https://upload.frikanalen.no/media/624898/original/orig_e52d790c53c54d58825f72484b4ac757.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624898/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624898/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624898/broadcast/6275_7e8f84f66d1b42188fa355155c12272a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624898/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:24:38.763000Z",
            "updatedTime": "2018-11-10T18:29:27.917822Z",
            "uploadedTime": "2012-05-22T12:24:38.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624898/theora/orig_e52d790c53c54d58825f72484b4ac757.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624898/large_thumb/large.jpg"
        },
        {
            "id": 624897,
            "name": "Faktisk Fantastisk 5/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624897/theora/orig_7944bc95a53841a3b61134433635448f.ogv",
                "original": "https://upload.frikanalen.no/media/624897/original/orig_7944bc95a53841a3b61134433635448f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624897/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624897/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624897/broadcast/6277_dd391c8b07d14d1cbe995bcb0dc44ed2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624897/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:29:30.487000Z",
            "updatedTime": "2018-11-10T18:29:27.919212Z",
            "uploadedTime": "2012-05-22T12:29:30.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624897/theora/orig_7944bc95a53841a3b61134433635448f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624897/large_thumb/large.jpg"
        },
        {
            "id": 624896,
            "name": "Faktisk Fantastisk 4/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624896/theora/orig_086df4cd326a4c22b6b552c086c80a64.ogv",
                "original": "https://upload.frikanalen.no/media/624896/original/orig_086df4cd326a4c22b6b552c086c80a64.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624896/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624896/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624896/broadcast/6276_eea277a441674bf48c3a4fe62404fed7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624896/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:27:04.877000Z",
            "updatedTime": "2018-11-10T18:29:27.920613Z",
            "uploadedTime": "2012-05-22T12:27:04.877000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624896/theora/orig_086df4cd326a4c22b6b552c086c80a64.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624896/large_thumb/large.jpg"
        },
        {
            "id": 624895,
            "name": "Faktisk Fantastisk 2/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624895/theora/orig_eba1c524d8cd443f9c472d090fea52f7.ogv",
                "original": "https://upload.frikanalen.no/media/624895/original/orig_eba1c524d8cd443f9c472d090fea52f7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624895/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624895/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624895/broadcast/6274_d164311a77dc4f0ab5b69c77f7a76053.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624895/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:22:19.093000Z",
            "updatedTime": "2018-11-10T18:29:27.921993Z",
            "uploadedTime": "2012-05-22T12:22:19.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624895/theora/orig_eba1c524d8cd443f9c472d090fea52f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624895/large_thumb/large.jpg"
        },
        {
            "id": 624894,
            "name": "Faktisk Fantastisk 6/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624894/theora/orig_3c47572205b14a9eb2f7ab747315fc1a.ogv",
                "original": "https://upload.frikanalen.no/media/624894/original/orig_3c47572205b14a9eb2f7ab747315fc1a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624894/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624894/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624894/broadcast/6278_049f9cd5e4434a4692dc58a97827c7a5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624894/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:31:48.237000Z",
            "updatedTime": "2018-11-10T18:29:27.923415Z",
            "uploadedTime": "2012-05-22T12:31:48.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624894/theora/orig_3c47572205b14a9eb2f7ab747315fc1a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624894/large_thumb/large.jpg"
        },
        {
            "id": 624893,
            "name": "Bibelstudier 12 (2 kv 2012)",
            "header": "Evaluering. Ærlig evaluering av arbeid som gjøres i en menighet er en forutsetning for å lykkes. \nI panelet samtaler programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624893/theora/orig_5b69fc850e68423d86c2fbd417f79350.ogv",
                "original": "https://upload.frikanalen.no/media/624893/original/orig_5b69fc850e68423d86c2fbd417f79350.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624893/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624893/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624893/broadcast/6150_4ad2849aaa234668b96c3d0d5384877a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624893/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-03-29T09:20:26.480000Z",
            "updatedTime": "2018-11-10T18:29:27.924817Z",
            "uploadedTime": "2012-03-29T09:20:26.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624893/theora/orig_5b69fc850e68423d86c2fbd417f79350.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624893/large_thumb/large.jpg"
        },
        {
            "id": 624892,
            "name": "Bibelstudier 13 (2 kv 2012)",
            "header": "Utholdenhet i tjenesten. I dette siste programmet av serien ser vi nærmere på Jesu metoder i arbeid med mennesker.\nI panelet samtaler programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624892/theora/orig_3eeb53dba7644909a3146527e151d0ce.ogv",
                "original": "https://upload.frikanalen.no/media/624892/original/orig_3eeb53dba7644909a3146527e151d0ce.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624892/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624892/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624892/broadcast/6151_65b47746f26c444cb3f6d9f4832aeffe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624892/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-03-29T09:23:08.137000Z",
            "updatedTime": "2018-11-10T18:29:27.926187Z",
            "uploadedTime": "2012-03-29T09:23:08.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624892/theora/orig_3eeb53dba7644909a3146527e151d0ce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624892/large_thumb/large.jpg"
        },
        {
            "id": 624891,
            "name": "Bibelstudier 10 (2 kv 2012)",
            "header": "Reaksjon i kjærlighet. Kjærlighet er evangeliets utgangspunkt . Er det noen motsetning mellom plikt og kjærlighet? \nVi hører programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624891/theora/orig_8c1734f65fe247088adb3216515d108e.ogv",
                "original": "https://upload.frikanalen.no/media/624891/original/orig_8c1734f65fe247088adb3216515d108e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624891/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624891/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624891/broadcast/6148_4212a1d3b2e2448b9b3d5845dc89ffda.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624891/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-03-29T09:14:29.640000Z",
            "updatedTime": "2018-11-10T18:29:27.927580Z",
            "uploadedTime": "2012-03-29T09:14:29.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624891/theora/orig_8c1734f65fe247088adb3216515d108e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624891/large_thumb/large.jpg"
        },
        {
            "id": 624890,
            "name": "Bibelstudier 11 (2 kv 2012)",
            "header": "Fortell menigheten. Ikke mye inspirerer like godt som suksesshistorier. De gode historiene må deles.\nVi hører programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624890/theora/orig_5a325449b3d14c6c84e3100a09646e5b.ogv",
                "original": "https://upload.frikanalen.no/media/624890/original/orig_5a325449b3d14c6c84e3100a09646e5b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624890/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624890/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624890/broadcast/6149_c7453b1f687a4dc8be9b35516cfcfa95.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624890/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-03-29T09:17:35.527000Z",
            "updatedTime": "2018-11-10T18:29:27.928931Z",
            "uploadedTime": "2012-03-29T09:17:35.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624890/theora/orig_5a325449b3d14c6c84e3100a09646e5b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624890/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": 624887,
            "name": "Uten sidestykke",
            "header": "Utvalgte utdrag fra Prem Rawats taler.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624887/theora/6267_4d8961533505456ba920a3b3a2d5f126.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624887/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624887/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624887/broadcast/6267_4d8961533505456ba920a3b3a2d5f126.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624887/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:04.720000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-20T11:08:44.483000Z",
            "updatedTime": "2018-11-10T18:29:27.933074Z",
            "uploadedTime": "2012-05-20T11:08:44.483000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624887/theora/6267_4d8961533505456ba920a3b3a2d5f126.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624887/large_thumb/large.jpg"
        },
        {
            "id": 624886,
            "name": "Den norske kirke i eksil 110",
            "header": "Grunnloven er bygget over Guds 10 bud. Denne har storinget fjernet.\nNå har DNk IKKE\nNOE MED STATEN Å GJØRE BORSETTE LØNNINGER TIL DE GEISTLIGE. 500 år sammen med staten er fjernet.Nå må vi stå på egne ben.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624886/theora/orig_43121644da4142ea9310b304ff7d8b9a.ogv",
                "original": "https://upload.frikanalen.no/media/624886/original/orig_43121644da4142ea9310b304ff7d8b9a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624886/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624886/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624886/broadcast/6259_0af38d71ae8b4990b3b5e181653c2997.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624886/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:31.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-17T13:25:47.720000Z",
            "updatedTime": "2018-11-10T18:29:27.934419Z",
            "uploadedTime": "2012-05-17T13:25:47.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624886/theora/orig_43121644da4142ea9310b304ff7d8b9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624886/large_thumb/large.jpg"
        },
        {
            "id": 624885,
            "name": "Den norske kirke i eksil 111",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624885/theora/orig_6f864828aad14f14b6892503d698f97f.ogv",
                "original": "https://upload.frikanalen.no/media/624885/original/orig_6f864828aad14f14b6892503d698f97f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624885/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624885/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624885/broadcast/6265_81bb9b975c7a4b829505c0ce44f2f975.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624885/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-18T16:07:05.177000Z",
            "updatedTime": "2018-11-10T18:29:27.935817Z",
            "uploadedTime": "2012-05-18T16:07:05.177000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624885/theora/orig_6f864828aad14f14b6892503d698f97f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624885/large_thumb/large.jpg"
        },
        {
            "id": 624884,
            "name": "20_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624884/theora/6178_873041396f224bf39bfac48721b16f57.ogv",
                "original": "https://upload.frikanalen.no/media/624884/original/orig_6312db5f86464ff5be88ca3fb0ac1277.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624884/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624884/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624884/broadcast/6178_2cf1d805e43a45ce8265d34b8b6480a6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624884/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:19",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-03T07:33:59.353000Z",
            "updatedTime": "2018-11-10T18:29:27.937214Z",
            "uploadedTime": "2012-04-03T07:33:59.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624884/theora/6178_873041396f224bf39bfac48721b16f57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624884/large_thumb/large.jpg"
        },
        {
            "id": 624882,
            "name": "Den norske kirke i eksil 109",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624882/theora/orig_db8106a345fa42f5a7af05dfd1d6ba18.ogv",
                "original": "https://upload.frikanalen.no/media/624882/original/orig_db8106a345fa42f5a7af05dfd1d6ba18.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624882/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624882/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624882/broadcast/6258_6daa5162e3104330b22d3b031f8601fa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624882/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:30.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-17T10:10:00.340000Z",
            "updatedTime": "2018-11-10T18:29:27.939937Z",
            "uploadedTime": "2012-05-17T10:10:00.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624882/theora/orig_db8106a345fa42f5a7af05dfd1d6ba18.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624882/large_thumb/large.jpg"
        },
        {
            "id": 624881,
            "name": "Bibelstudier 09 (2 kv 2012)",
            "header": "Frigjort til tjeneste. Menigheter og enkeltmedlemmer må foreta prioriteringer for å nå sine mål. Det finnes grenser for \nhvor mye den enkelte kan ta på seg. Tor Tjeransen samtaler med  Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624881/theora/orig_734bf69282944366b209737fc914df46.ogv",
                "original": "https://upload.frikanalen.no/media/624881/original/orig_734bf69282944366b209737fc914df46.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624881/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624881/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624881/broadcast/6147_db4435c0075f4289bfa5800a66331c49.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624881/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-03-29T09:11:38.827000Z",
            "updatedTime": "2018-11-10T18:29:27.941300Z",
            "uploadedTime": "2012-03-29T09:11:38.827000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624881/theora/orig_734bf69282944366b209737fc914df46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624881/large_thumb/large.jpg"
        },
        {
            "id": 625526,
            "name": "TED - Sean Follmer: Shape-shifting tech will change work as we know it",
            "header": "What will the world look like when we move beyond the keyboard and mouse? Interaction designer Sean Follmer is building a future with machines that bring information to life under your fingers as you work with it. In this talk, check out prototypes for a 3D shape-shifting table, a phone that turns into a wristband, a deformable game controller and more that may change the way we live and work.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625526/broadcast/SeanFollmer_2015X.dv",
                "original": "https://upload.frikanalen.no/media/625526/original/SeanFollmer_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625526/small_thumb/SeanFollmer_2015X.jpg"
            },
            "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:09:26.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SeanFollmer_2015X",
            "createdTime": "2016-04-09T19:19:00Z",
            "updatedTime": "2018-11-10T18:29:27.134044Z",
            "uploadedTime": "2016-04-09T19:19:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg"
        },
        {
            "id": 627828,
            "name": "Mangt og meget",
            "header": "Nyttig lærdom",
            "description": "Nyttig lærdom",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627828/theora/Mangt og meget....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627828/broadcast/Mangt og meget....dv",
                "original": "https://upload.frikanalen.no/media/627828/original/Mangt og meget....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627828/large_thumb/Mangt og meget....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:43:30.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-11-30T08:16:46.977435Z",
            "updatedTime": "2023-11-30T09:15:03.290674Z",
            "uploadedTime": "2023-11-30T08:54:37.482039Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627828/theora/Mangt og meget....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627828/large_thumb/Mangt og meget....jpg"
        },
        {
            "id": 624880,
            "name": "Livsstilsagenten 01",
            "header": "Livsstilsagent Per de Lange beøker pensjonert fylkesordfører Jon Fløistad i jakten på den gode livsstil. Fløistad elsker liljer og hagebruk.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624880/theora/orig_b18c8b7fef1246c4a393a65572b32a62.ogv",
                "original": "https://upload.frikanalen.no/media/624880/original/orig_b18c8b7fef1246c4a393a65572b32a62.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624880/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624880/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624880/broadcast/6255_ad8f0a0b8eff45c0826358a0572ad15c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624880/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-27T11:35:52.760000Z",
            "updatedTime": "2018-11-10T18:29:27.942713Z",
            "uploadedTime": "2012-04-27T11:35:52.760000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624880/theora/orig_b18c8b7fef1246c4a393a65572b32a62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624880/large_thumb/large.jpg"
        },
        {
            "id": 624879,
            "name": "Bibelstudier 08 (2 kv 2012)",
            "header": "Utrustning for Evangelisme. Gud utruster menigheten med forskjellige nådegaver og talenter. Kjenner vi vår egen nådegave?\nI studio hører vi programleder Tor Tjeransen i samtale med  Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624879/theora/orig_c4dcee77e65e4c0c96a692491e730512.ogv",
                "original": "https://upload.frikanalen.no/media/624879/original/orig_c4dcee77e65e4c0c96a692491e730512.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624879/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624879/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624879/broadcast/6146_d20d35926578454b9a5870ce8aa8f10a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624879/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-03-29T09:06:43.403000Z",
            "updatedTime": "2018-11-10T18:29:27.944106Z",
            "uploadedTime": "2012-03-29T09:06:43.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624879/theora/orig_c4dcee77e65e4c0c96a692491e730512.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624879/large_thumb/large.jpg"
        },
        {
            "id": 624878,
            "name": "Bibelstudier 06 (2 kv 2012)",
            "header": "Personlig evangelisme. Evangelisme dreier seg ofte om samtaler under fire øyne. Slike samtaler gir verdifull erfaring. I studio hører vi programleder Tor Tjeransen, Lynn S. Kvinge og Sven-Inge Frantzen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624878/theora/orig_05a53551f6044bb5a71282de40017f46.ogv",
                "original": "https://upload.frikanalen.no/media/624878/original/orig_05a53551f6044bb5a71282de40017f46.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624878/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624878/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624878/broadcast/6144_cffaf25b82994ba89be2b29eac1627ac.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624878/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-03-29T09:00:22.260000Z",
            "updatedTime": "2018-11-10T18:29:27.945454Z",
            "uploadedTime": "2012-03-29T09:00:22.260000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624878/theora/orig_05a53551f6044bb5a71282de40017f46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624878/large_thumb/large.jpg"
        },
        {
            "id": 624877,
            "name": "Bibelstudier 05 (2 kv 2012)",
            "header": "Sekvensiell evangelisme. Kan evangeliet selges som en hvilken som helst produkt basert bare på menneskelig kunnskap? \nPaneldeltakerne og programleder Tor Tjeransen peker på evangeliet som en idé som sprenger alle grenser.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624877/theora/orig_7228be39d1364603be133161e7b1da7c.ogv",
                "original": "https://upload.frikanalen.no/media/624877/original/orig_7228be39d1364603be133161e7b1da7c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624877/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624877/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624877/broadcast/6143_782a04563b85492a8ad416340cce3175.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624877/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-03-29T08:57:38.373000Z",
            "updatedTime": "2018-11-10T18:29:27.946814Z",
            "uploadedTime": "2012-03-29T08:57:38.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624877/theora/orig_7228be39d1364603be133161e7b1da7c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624877/large_thumb/large.jpg"
        },
        {
            "id": 624876,
            "name": "Bibelstudier 07 (2 kv 2012)",
            "header": "Menighetens evangelisme. Utadrettet arbeid i en menighet må alltid søke å gjøre bruk av den enkeltes ferdigheter til støtte for\nhele fellesskapet. I studio hører vi programleder Tor Tjeransen i samtale med  Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624876/theora/orig_a7848387fd3741308ad8c74f140da47d.ogv",
                "original": "https://upload.frikanalen.no/media/624876/original/orig_a7848387fd3741308ad8c74f140da47d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624876/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624876/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624876/broadcast/6145_030ed38eee5c4c7caf3330d07b5000cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624876/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-03-29T09:03:10.230000Z",
            "updatedTime": "2018-11-10T18:29:27.948209Z",
            "uploadedTime": "2012-03-29T09:03:10.230000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624876/theora/orig_a7848387fd3741308ad8c74f140da47d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624876/large_thumb/large.jpg"
        },
        {
            "id": 624875,
            "name": "Dagen Derpå: Stress",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624875/theora/6115_8162227d233143c58cb0f137a52c175c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624875/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624875/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624875/broadcast/6115_8162227d233143c58cb0f137a52c175c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624875/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "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:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-15T19:22:44.930000Z",
            "updatedTime": "2018-11-10T18:29:27.949784Z",
            "uploadedTime": "2012-03-15T19:22:44.930000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624875/theora/6115_8162227d233143c58cb0f137a52c175c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624875/large_thumb/large.jpg"
        },
        {
            "id": 624874,
            "name": "NewLife_Promo_2012",
            "header": "Fra barnehjemmet Ebenezer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624874/theora/6253_908bdffa02f044e29725ccc42e0070bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624874/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624874/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624874/broadcast/6253_c4439173c60b48218f20c89f6749b1bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624874/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:29.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-04-27T06:53:34.443000Z",
            "updatedTime": "2018-11-10T18:29:27.951243Z",
            "uploadedTime": "2012-04-27T06:53:34.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624874/theora/6253_908bdffa02f044e29725ccc42e0070bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624874/large_thumb/large.jpg"
        },
        {
            "id": 624718,
            "name": "Tangert 2011 01",
            "header": "Misjon 10-40. Mellom 10 til 40 grader nord på jorkloden finnes et stort rektangel der få mennesker kjenner det kristne budskapet. Det vil noen forandre på.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624718/theora/orig_c0be69b6212d4acca3327b6985f4aa72.ogv",
                "original": "https://upload.frikanalen.no/media/624718/original/orig_c0be69b6212d4acca3327b6985f4aa72.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624718/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624718/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624718/broadcast/5954_24a324906c1648caa55ce9d8871a8028.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624718/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": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T14:25:06.283000Z",
            "updatedTime": "2018-11-10T18:29:28.152864Z",
            "uploadedTime": "2012-01-19T14:25:06.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624718/theora/orig_c0be69b6212d4acca3327b6985f4aa72.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624718/large_thumb/large.jpg"
        }
    ]
}