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

{
    "count": 3415,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=350&ordering=-duration",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=250&ordering=-duration",
    "results": [
        {
            "id": 624913,
            "name": "23_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624913/theora/6295_ea0331c3140140a29c81c767eeae96b2.ogv",
                "original": "https://upload.frikanalen.no/media/624913/original/orig_76c78abfd7024103bb8fd76013a3e274.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624913/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624913/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624913/broadcast/6295_53f1da2a97304dba8f56504e70063146.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624913/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:53:10",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-05-31T08:10:14.047000Z",
            "updatedTime": "2018-11-10T18:29:27.897156Z",
            "uploadedTime": "2012-05-31T08:10:14.047000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624913/theora/6295_ea0331c3140140a29c81c767eeae96b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624913/large_thumb/large.jpg"
        },
        {
            "id": 623472,
            "name": "Akkurat nå! 14.03.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623472/theora/3956_eaad95e4ccd54abca82882c21c84fcde.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623472/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623472/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623472/broadcast/3956_3d54469a1913440a86bf01b86811893a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623472/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:53:03.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-13T07:25:14.703000Z",
            "updatedTime": "2018-11-10T18:29:29.769093Z",
            "uploadedTime": "2010-02-13T07:25:14.703000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623472/theora/3956_eaad95e4ccd54abca82882c21c84fcde.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623472/large_thumb/large.jpg"
        },
        {
            "id": 626030,
            "name": "VLC 3.0 and beyond: what's new in VLC? - Jean Baptiste Kempf",
            "header": "A presentation by Jean-Baptiste Kempf about VLC, the VideoLAN project, and the new features and direction of both VLC and the complete VideoLAN project.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626030/theora/20180612-vlc.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626030/broadcast/20180612-vlc.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626030/large_thumb/20180612-vlc.jpg",
                "original": "https://upload.frikanalen.no/media/626030/original/20180612-vlc.mp4"
            },
            "creator": "davidwnoble@gmail.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:52:59.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20180612-vlc/",
            "createdTime": "2018-06-12T20:50:04.357057Z",
            "updatedTime": "2018-12-10T11:25:16.837184Z",
            "uploadedTime": "2018-06-12T19:52:36.777215Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626030/theora/20180612-vlc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626030/large_thumb/20180612-vlc.jpg"
        },
        {
            "id": 625772,
            "name": "Coreboot - fast, free and secure computer firmware",
            "header": "Coreboot is an extended firmware platform that delivers a lightning fast and secure boot experience on modern computers and embedded systems.\r\n\r\nIntroduction to coreboot ecosystem and the obstacles industry puts on our wishes of a true computer ownership that starts from open firmware. We will have a quick view of the various projects under the coreboot umbrella and how these have evolved in last 15 or so years. We shall cover topics around securing firmware, review and validation process of coreboot source and the goal of leaving minimal attack surfaces behind (keep-it-simple stupid).\r\n\r\nKyösti is a coreboot enthusiast and has been a developer since 2010, with main interests on low-level debugging tools and reverse-engineering on x86.\r\n\r\nNUUG talk from 2016-09-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625772/theora/20160913-coreboot-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625772/small_thumb/20160913-coreboot-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625772/broadcast/20160913-coreboot-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625772/large_thumb/20160913-coreboot-frikanalen.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:52:55.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-09-14T16:34:54.833568Z",
            "updatedTime": "2018-11-10T18:29:26.741614Z",
            "uploadedTime": "2016-09-14T16:36:38.550496Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625772/theora/20160913-coreboot-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625772/large_thumb/20160913-coreboot-frikanalen.jpg"
        },
        {
            "id": 622319,
            "name": "Uka-TV 16.02 - Vintersending",
            "header": "I dag står vinteren i fokus, vi håper å få vist dere bilder fra skidagen, og det blir garantert en stemningsrapport fra Lillehammer om vinteren. Kanskje vi til og med får besøk av en kjent idrettsutøver? Vi vil også ha musikk i studio og vi har fått bekreftet besøk av Screaming T. Kleiven og Trio Grande. Er vi mer heldige kan det være vi får tidenes vinterlåt av Ingrid Olava, ?Her kommer Vinter'n?! \n\nHiL-Games 09 har sin tredje runde i dag, hva vil skje nå? \n\nSjekkeserien: Har Trine møtt sin utvalgte? Eller vil hun møte ?The One? i dag?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622319/theora/2322_9cef511b8e6642b6bf0ad02755656a21.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622319/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622319/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622319/broadcast/orig_ukatv160209.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622319/large_thumb/large.jpg"
            },
            "creator": "ivar@me.com",
            "organization": {
                "id": 54,
                "name": "UkaTV 09",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1235,
                "editorName": "Ivar Ekseth",
                "editorEmail": "ivar@me.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:52:52",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T14:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.886002Z",
            "uploadedTime": "2009-01-02T14:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622319/theora/2322_9cef511b8e6642b6bf0ad02755656a21.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622319/large_thumb/large.jpg"
        },
        {
            "id": 623268,
            "name": "Akkurat nå! 13.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623268/theora/2922_50fe85972f2a4d74bd55e10fd9dd2641.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623268/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623268/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623268/broadcast/2922_b670fc362e1c42f6a2e9cddd926cc673.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623268/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:52:51.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:36:55Z",
            "updatedTime": "2018-11-10T18:29:30.016841Z",
            "uploadedTime": "2009-05-16T12:36:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623268/theora/2922_50fe85972f2a4d74bd55e10fd9dd2641.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623268/large_thumb/large.jpg"
        },
        {
            "id": 625741,
            "name": "Daily Tech News Show 25. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625741/theora/DTNS20160725.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625741/broadcast/DTNS20160725.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625741/large_thumb/DTNS20160725.jpg",
                "original": "https://upload.frikanalen.no/media/625741/original/DTNS20160725.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625741/small_thumb/DTNS20160725.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:52:50.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7029vid",
            "createdTime": "2016-08-01T09:52:39.932897Z",
            "updatedTime": "2018-11-10T18:29:26.785379Z",
            "uploadedTime": "2016-08-01T09:53:05.036400Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625741/theora/DTNS20160725.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625741/large_thumb/DTNS20160725.jpg"
        },
        {
            "id": 623667,
            "name": "Akkurat Nå 06.06.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623667/theora/4155_9d1be9b4193a4111afee77d5a6e21a06.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623667/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623667/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623667/broadcast/4155_ea671d9738b640d3ac5ab21bf9bb1b61.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623667/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:52:50.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T10:53:48.060000Z",
            "updatedTime": "2018-11-10T18:29:29.519713Z",
            "uploadedTime": "2010-03-25T10:53:48.060000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623667/theora/4155_9d1be9b4193a4111afee77d5a6e21a06.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623667/large_thumb/large.jpg"
        },
        {
            "id": 623295,
            "name": "Akkurat nå! 3.januar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623295/theora/2951_2f7b91498a914dae9a7febe41b44d377.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623295/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623295/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623295/broadcast/2951_19148e33fdb548ed8e352196322c50f5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623295/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:52:49.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T13:49:51.270000Z",
            "updatedTime": "2018-11-10T18:29:29.982859Z",
            "uploadedTime": "2009-05-16T13:49:51.270000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623295/theora/2951_2f7b91498a914dae9a7febe41b44d377.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623295/large_thumb/large.jpg"
        },
        {
            "id": 625618,
            "name": "Daily Tech News Show 08. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625618/small_thumb/DTNS20160608.jpg",
                "theora": "https://upload.frikanalen.no/media/625618/theora/DTNS20160608.ogv",
                "original": "https://upload.frikanalen.no/media/625618/original/DTNS20160608.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625618/broadcast/DTNS20160608.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625618/large_thumb/DTNS20160608.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:52:45.510000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6579vid",
            "createdTime": "2016-06-09T08:48:18.056635Z",
            "updatedTime": "2018-11-10T18:29:26.970597Z",
            "uploadedTime": "2016-06-09T09:29:39.840544Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625618/theora/DTNS20160608.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625618/large_thumb/DTNS20160608.jpg"
        },
        {
            "id": 623410,
            "name": "Akkurat nå! 21.02.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623410/theora/3953_6d62e5aa01c6426fa7e581896c8076f7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623410/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623410/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623410/broadcast/3953_ccf3f05bb28e4e6788bec03831f5d576.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623410/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:52:41.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-13T07:22:18.403000Z",
            "updatedTime": "2018-11-10T18:29:29.830454Z",
            "uploadedTime": "2010-02-13T07:22:18.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623410/theora/3953_6d62e5aa01c6426fa7e581896c8076f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623410/large_thumb/large.jpg"
        },
        {
            "id": 627321,
            "name": "Treenigheten, hva er det?",
            "header": "Et oppgjør med barnetroen",
            "description": "Et oppgjør med barnetroen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627321/theora/Treenigheten, hva er det_ (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627321/broadcast/Treenigheten, hva er det_ (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627321/large_thumb/Treenigheten, hva er det_ (1).jpg",
                "original": "https://upload.frikanalen.no/media/627321/original/Treenigheten, hva er det_ (1).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:52:40.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-04-18T09:34:01.744100Z",
            "updatedTime": "2022-04-18T10:25:15.619711Z",
            "uploadedTime": "2022-04-18T09:59:49.661508Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627321/theora/Treenigheten, hva er det_ (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627321/large_thumb/Treenigheten, hva er det_ (1).jpg"
        },
        {
            "id": 622616,
            "name": "Østfoldkirken 31.05.09 U 26",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622616/theora/2987_1a7461e7cd004eabb14b250144706d1c.ogv",
                "original": "https://upload.frikanalen.no/media/622616/original/orig_db4e92cbf9e644c0a7341f894dba9fd6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/622616/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622616/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622616/broadcast/2987_16d51f5a1245497b84e27d2f074ca97b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622616/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:52:38",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-06-09T16:00:26.553000Z",
            "updatedTime": "2018-11-10T18:29:30.480510Z",
            "uploadedTime": "2009-06-09T16:00:26.553000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622616/theora/2987_1a7461e7cd004eabb14b250144706d1c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622616/large_thumb/large.jpg"
        },
        {
            "id": 625591,
            "name": "Daily Tech News Show 24. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625591/small_thumb/DTNS20160524.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625591/broadcast/DTNS20160524.dv",
                "theora": "https://upload.frikanalen.no/media/625591/theora/DTNS20160524.ogv",
                "original": "https://upload.frikanalen.no/media/625591/original/DTNS20160524.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625591/large_thumb/DTNS20160524.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:52:35.410000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6474vid",
            "createdTime": "2016-05-24T22:16:49.388498Z",
            "updatedTime": "2018-11-10T18:29:27.023858Z",
            "uploadedTime": "2016-05-25T05:13:13.319864Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625591/theora/DTNS20160524.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625591/large_thumb/DTNS20160524.jpg"
        },
        {
            "id": 624260,
            "name": "Akkurat Nå! 13. februar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624260/theora/5303_6e4e0360db014e35aef629b6d914d60d.ogv",
                "original": "https://upload.frikanalen.no/media/624260/original/orig_9e910b7c763a40b7bc8696d89f7a189e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624260/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624260/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624260/broadcast/5303_0767674a7ed34f9ab73ae54cdc4836fd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624260/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:52:33.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-11T15:22:56.797000Z",
            "updatedTime": "2018-11-10T18:29:28.755996Z",
            "uploadedTime": "2011-02-11T15:22:56.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624260/theora/5303_6e4e0360db014e35aef629b6d914d60d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624260/large_thumb/large.jpg"
        },
        {
            "id": 626725,
            "name": "Vitenskap og bibel",
            "header": "Nyttig gjennomgang",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626725/theora/Vitenskap og bibel (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626725/broadcast/Vitenskap og bibel (2).dv",
                "original": "https://upload.frikanalen.no/media/626725/original/Vitenskap og bibel (2).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626725/large_thumb/Vitenskap og bibel (2).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:52:29.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-12T16:21:57.436217Z",
            "updatedTime": "2021-08-07T18:03:06.792668Z",
            "uploadedTime": "2021-08-07T17:38:15.907161Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626725/theora/Vitenskap og bibel (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626725/large_thumb/Vitenskap og bibel (2).jpg"
        },
        {
            "id": 626719,
            "name": "Vitenskap og bibel",
            "header": "En grei oversikt",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626719/theora/Vitenskap og bibel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626719/broadcast/Vitenskap og bibel.dv",
                "original": "https://upload.frikanalen.no/media/626719/original/Vitenskap og bibel.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626719/large_thumb/Vitenskap og bibel.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:52:29.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-08T09:19:58.582312Z",
            "updatedTime": "2021-03-08T09:46:08.971023Z",
            "uploadedTime": "2021-03-08T09:21:01.812758Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626719/theora/Vitenskap og bibel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626719/large_thumb/Vitenskap og bibel.jpg"
        },
        {
            "id": 627623,
            "name": "Stopp NATO 5. november 2022, del 1",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627623/theora/Stopp-NATO.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627623/broadcast/Stopp-NATO.dv",
                "original": "https://upload.frikanalen.no/media/627623/original/Stopp-NATO.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627623/large_thumb/Stopp-NATO.jpg"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:52:29.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2022-11-10T09:03:21.618672Z",
            "updatedTime": "2022-11-11T21:51:58.121956Z",
            "uploadedTime": "2022-11-10T09:17:09Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627623/theora/Stopp-NATO.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627623/large_thumb/Stopp-NATO.jpg"
        },
        {
            "id": 624995,
            "name": "41_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624995/theora/6463_31a470e370c44010bf9c82968663c937.ogv",
                "original": "https://upload.frikanalen.no/media/624995/original/orig_7f4d4755d22749ccac165432977a783d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624995/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624995/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624995/broadcast/6463_2c837b7610e348378c0d78f1ceb6826a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624995/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:52:26",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-10-04T22:07:44.520000Z",
            "updatedTime": "2018-11-10T18:29:27.797171Z",
            "uploadedTime": "2012-10-04T22:07:44.520000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624995/theora/6463_31a470e370c44010bf9c82968663c937.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624995/large_thumb/large.jpg"
        },
        {
            "id": 626776,
            "name": "Metusalem og Ytsi, Ismannen",
            "header": "En fantastisk historisk reise",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626776/theora/Metusalem og Ytzi, ismannen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626776/broadcast/Metusalem og Ytzi, ismannen.dv",
                "original": "https://upload.frikanalen.no/media/626776/original/Metusalem og Ytzi, ismannen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626776/large_thumb/Metusalem og Ytzi, ismannen.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:52:22.533333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-04-15T06:44:30.327858Z",
            "updatedTime": "2021-04-15T07:10:45.414133Z",
            "uploadedTime": "2021-04-15T06:46:12.804088Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626776/theora/Metusalem og Ytzi, ismannen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626776/large_thumb/Metusalem og Ytzi, ismannen.jpg"
        },
        {
            "id": 626924,
            "name": "Vekkelse, hva er det?",
            "header": "Nyttige opplysninger",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626924/theora/Vekkelse, hva er det_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626924/broadcast/Vekkelse, hva er det_.dv",
                "original": "https://upload.frikanalen.no/media/626924/original/Vekkelse, hva er det_.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626924/large_thumb/Vekkelse, hva er det_.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:52:21.766667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-09-05T09:45:57.185640Z",
            "updatedTime": "2021-09-05T10:12:29.331218Z",
            "uploadedTime": "2021-09-05T09:47:56.626728Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626924/theora/Vekkelse, hva er det_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626924/large_thumb/Vekkelse, hva er det_.jpg"
        },
        {
            "id": 625751,
            "name": "Daily Tech News Show 08. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625751/theora/DTNS20160808.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625751/broadcast/DTNS20160808.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625751/large_thumb/DTNS20160808.jpg",
                "original": "https://upload.frikanalen.no/media/625751/original/DTNS20160808.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625751/small_thumb/DTNS20160808.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:52:19.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7148vid",
            "createdTime": "2016-08-15T12:46:36.852454Z",
            "updatedTime": "2018-11-10T18:29:26.771315Z",
            "uploadedTime": "2016-08-15T12:46:41.461308Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625751/theora/DTNS20160808.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625751/large_thumb/DTNS20160808.jpg"
        },
        {
            "id": 625633,
            "name": "Daily Tech News Show 16. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625633/theora/DTNS20160616.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625633/broadcast/DTNS20160616.dv",
                "original": "https://upload.frikanalen.no/media/625633/original/DTNS20160616.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625633/small_thumb/DTNS20160616.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625633/large_thumb/DTNS20160616.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:52:15.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6667vid",
            "createdTime": "2016-06-16T22:36:00.212695Z",
            "updatedTime": "2018-11-10T18:29:26.948909Z",
            "uploadedTime": "2016-06-16T22:36:04.633091Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625633/theora/DTNS20160616.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625633/large_thumb/DTNS20160616.jpg"
        },
        {
            "id": 627854,
            "name": "Gnotisk frelse og mye mere",
            "header": "Oversikten er viktig",
            "description": "Oversikten er viktig",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627854/theora/Gnotisk frelse og mye mer....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627854/broadcast/Gnotisk frelse og mye mer....dv",
                "largeThumb": "https://upload.frikanalen.no/media/627854/large_thumb/Gnotisk frelse og mye mer....jpg",
                "original": "https://upload.frikanalen.no/media/627854/original/Gnotisk frelse og mye mer....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:52:11.433333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-07T10:32:55.717190Z",
            "updatedTime": "2024-02-07T10:57:31.738759Z",
            "uploadedTime": "2024-02-07T10:33:10.643529Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627854/theora/Gnotisk frelse og mye mer....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627854/large_thumb/Gnotisk frelse og mye mer....jpg"
        },
        {
            "id": 625598,
            "name": "Daily Tech News Show 27. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625598/small_thumb/DTNS20160527.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625598/large_thumb/DTNS20160527.jpg",
                "theora": "https://upload.frikanalen.no/media/625598/theora/DTNS20160527.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625598/broadcast/DTNS20160527.dv",
                "original": "https://upload.frikanalen.no/media/625598/original/DTNS20160527.mp4"
            },
            "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:52:08.890000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6497vid",
            "createdTime": "2016-05-28T08:25:33.014282Z",
            "updatedTime": "2018-11-10T18:29:27.009221Z",
            "uploadedTime": "2016-05-28T09:07:04.429558Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625598/theora/DTNS20160527.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625598/large_thumb/DTNS20160527.jpg"
        },
        {
            "id": 623912,
            "name": "Akkurat Nå 12 sept 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623912/theora/4666_ed147ce1233947e8b4ea0ceb1ca6cc5d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623912/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623912/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623912/broadcast/4666_ee44cec9fcf14f2c8ea28d7631c00b8b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623912/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:52:08.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-26T16:52:08.477000Z",
            "updatedTime": "2018-11-10T18:29:29.202261Z",
            "uploadedTime": "2010-08-26T16:52:08.477000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623912/theora/4666_ed147ce1233947e8b4ea0ceb1ca6cc5d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623912/large_thumb/large.jpg"
        },
        {
            "id": 627069,
            "name": "Guds løfter før og etter",
            "header": "Abrahams løfter gjelder også idag",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627069/theora/Guds l�fter f�r og etter....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627069/broadcast/Guds l�fter f�r og etter....dv",
                "original": "https://upload.frikanalen.no/media/627069/original/Guds l�fter f�r og etter....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627069/large_thumb/Guds l�fter f�r og etter....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:52:06.766667",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-11-05T08:57:31.898775Z",
            "updatedTime": "2021-11-05T09:24:42.918156Z",
            "uploadedTime": "2021-11-05T08:59:33.358173Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627069/theora/Guds l�fter f�r og etter....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627069/large_thumb/Guds l�fter f�r og etter....jpg"
        },
        {
            "id": 623497,
            "name": "Akkurat Nå 04.04.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623497/theora/4124_b10fd038836c4f7b8124e2ec97978b00.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623497/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623497/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623497/broadcast/4124_bfc491c101db40d48f8fd586f44bbdc2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623497/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:52:06.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T08:48:13.087000Z",
            "updatedTime": "2018-11-10T18:29:29.734661Z",
            "uploadedTime": "2010-03-25T08:48:13.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623497/theora/4124_b10fd038836c4f7b8124e2ec97978b00.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623497/large_thumb/large.jpg"
        },
        {
            "id": 625613,
            "name": "Daily Tech News Show 06. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625613/small_thumb/DTNS20160606.jpg",
                "original": "https://upload.frikanalen.no/media/625613/original/DTNS20160606.mp4",
                "theora": "https://upload.frikanalen.no/media/625613/theora/DTNS20160606.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625613/broadcast/DTNS20160606.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625613/large_thumb/DTNS20160606.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:52:06.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6561vid",
            "createdTime": "2016-06-07T10:10:15.723640Z",
            "updatedTime": "2018-11-10T18:29:26.978277Z",
            "uploadedTime": "2016-06-07T10:53:29.144408Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625613/theora/DTNS20160606.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625613/large_thumb/DTNS20160606.jpg"
        },
        {
            "id": 623976,
            "name": "Akkurat Nå! 10 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623976/theora/4672_3f0dd778205e474f8ebd58106345b49b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623976/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623976/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623976/broadcast/4672_6b3a706a6adc4c9db5c3b1b592ca1e7e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623976/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:52:05.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:57:45.623000Z",
            "updatedTime": "2018-11-10T18:29:29.114961Z",
            "uploadedTime": "2010-08-28T04:57:45.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623976/theora/4672_3f0dd778205e474f8ebd58106345b49b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623976/large_thumb/large.jpg"
        },
        {
            "id": 625788,
            "name": "Daily Tech News Show 20. September 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625788/broadcast/DTNS20160920.dv",
                "theora": "https://upload.frikanalen.no/media/625788/theora/DTNS20160920.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625788/small_thumb/DTNS20160920.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625788/large_thumb/DTNS20160920.jpg",
                "original": "https://upload.frikanalen.no/media/625788/original/DTNS20160920.mp4"
            },
            "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:51:58.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7567vid",
            "createdTime": "2016-10-10T11:40:09.645604Z",
            "updatedTime": "2018-11-10T18:29:26.719063Z",
            "uploadedTime": "2016-10-10T11:40:15.155951Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625788/theora/DTNS20160920.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625788/large_thumb/DTNS20160920.jpg"
        },
        {
            "id": 625556,
            "name": "Big Data i oljeleting",
            "header": "Presentasjon Thomas Elboth fra CGG holdt for NUUGs medlemmer 2016-05-10:\r\n\r\nInnsamling av geofysiske data (seismikk) krever dedikerte systemer for både håntering og prosessering. På den siste topp-500-listen over verdens raskeste maskiner har maskiner dedikert til geofysikk prosessering plass 14, 19 og 32.\r\n\r\nNUUG talk from 2016-05-10.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625556/theora/20160510-big-data-olje-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625556/large_thumb/20160510-big-data-olje-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625556/small_thumb/20160510-big-data-olje-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625556/broadcast/20160510-big-data-olje-frikanalen.dv"
            },
            "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:51:56.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-05-11T11:06:24.920963Z",
            "updatedTime": "2018-11-10T18:29:27.092452Z",
            "uploadedTime": "2016-05-11T11:08:42.661709Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625556/theora/20160510-big-data-olje-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625556/large_thumb/20160510-big-data-olje-frikanalen.jpg"
        },
        {
            "id": 625589,
            "name": "Daily Tech News Show 23. May 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625589/theora/DTNS20160523.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625589/broadcast/DTNS20160523.dv",
                "original": "https://upload.frikanalen.no/media/625589/original/DTNS20160523.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625589/small_thumb/DTNS20160523.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625589/large_thumb/DTNS20160523.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:51:55.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6468vid",
            "createdTime": "2016-05-24T06:42:05.372462Z",
            "updatedTime": "2018-11-10T18:29:27.032798Z",
            "uploadedTime": "2016-05-24T06:45:11.861161Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625589/theora/DTNS20160523.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625589/large_thumb/DTNS20160523.jpg"
        },
        {
            "id": 625649,
            "name": "Daily Tech News Show 27. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625649/theora/DTNS20160627.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625649/broadcast/DTNS20160627.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625649/large_thumb/DTNS20160627.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625649/small_thumb/DTNS20160627.jpg",
                "original": "https://upload.frikanalen.no/media/625649/original/DTNS20160627.mp4"
            },
            "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:51:45.850000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6768vid",
            "createdTime": "2016-06-28T08:37:34.138630Z",
            "updatedTime": "2018-11-10T18:29:26.923427Z",
            "uploadedTime": "2016-06-28T08:37:38.536337Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625649/theora/DTNS20160627.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625649/large_thumb/DTNS20160627.jpg"
        },
        {
            "id": 625780,
            "name": "Daily Tech News Show 09. September 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625780/theora/DTNS20160909.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625780/broadcast/DTNS20160909.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625780/small_thumb/DTNS20160909.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625780/large_thumb/DTNS20160909.jpg",
                "original": "https://upload.frikanalen.no/media/625780/original/DTNS20160909.mp4"
            },
            "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:51:45.020000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7459vid",
            "createdTime": "2016-09-29T13:11:59.314658Z",
            "updatedTime": "2018-11-10T18:29:26.730252Z",
            "uploadedTime": "2016-09-29T13:12:03.731146Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625780/theora/DTNS20160909.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625780/large_thumb/DTNS20160909.jpg"
        },
        {
            "id": 627837,
            "name": "Stor, større, størst",
            "header": "Anders Helge Myhren",
            "description": "Skinnet kan bedra,, litt.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627837/theora/Stor, st�rre, st�rst....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627837/broadcast/Stor, st�rre, st�rst....dv",
                "largeThumb": "https://upload.frikanalen.no/media/627837/large_thumb/Stor, st�rre, st�rst....jpg",
                "original": "https://upload.frikanalen.no/media/627837/original/Stor, st�rre, st�rst....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:51:44.366667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-16T12:16:57.615244Z",
            "updatedTime": "2023-12-16T13:18:03.745519Z",
            "uploadedTime": "2023-12-16T12:53:33.754230Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627837/theora/Stor, st�rre, st�rst....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627837/large_thumb/Stor, st�rre, st�rst....jpg"
        },
        {
            "id": 627544,
            "name": "Læren, hva med den?",
            "header": "Den er vel viktig?",
            "description": "Den er vel viktig?",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627544/theora/L�ren, hva med den_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627544/broadcast/L�ren, hva med den_.dv",
                "original": "https://upload.frikanalen.no/media/627544/original/L�ren, hva med den_.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627544/large_thumb/L�ren, hva med den_.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:51:41.766667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-08-27T13:46:12.225679Z",
            "updatedTime": "2022-08-27T14:11:29.284859Z",
            "uploadedTime": "2022-08-27T13:47:16.328361Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627544/theora/L�ren, hva med den_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627544/large_thumb/L�ren, hva med den_.jpg"
        },
        {
            "id": 626688,
            "name": "Historien om Israels stammer",
            "header": "En uforglemmelig reise",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626688/theora/Historien om Israels stammer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626688/broadcast/Historien om Israels stammer.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626688/large_thumb/Historien om Israels stammer.jpg",
                "original": "https://upload.frikanalen.no/media/626688/original/Historien om Israels stammer.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:51:41.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-02-01T08:42:51.732203Z",
            "updatedTime": "2021-02-01T09:08:15.062554Z",
            "uploadedTime": "2021-02-01T08:43:47.807119Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626688/theora/Historien om Israels stammer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626688/large_thumb/Historien om Israels stammer.jpg"
        },
        {
            "id": 626729,
            "name": "Historien om Israels stammer",
            "header": "Verdifull viten",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626729/theora/Historien om Israels stammer (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626729/broadcast/Historien om Israels stammer (2).dv",
                "original": "https://upload.frikanalen.no/media/626729/original/Historien om Israels stammer (2).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626729/large_thumb/Historien om Israels stammer (2).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:51:41.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-12T16:29:14.344022Z",
            "updatedTime": "2021-08-07T19:59:10.011851Z",
            "uploadedTime": "2021-08-07T19:58:43.632947Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626729/theora/Historien om Israels stammer (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626729/large_thumb/Historien om Israels stammer (2).jpg"
        },
        {
            "id": 624105,
            "name": "Akkurat Nå 12. desember 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624105/theora/5078_270fc0f9e37242dfae82a4280a4a150c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624105/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624105/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624105/broadcast/5078_cb665f8495f947279b3f0eba7a874a1f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624105/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:51:40.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-11T15:34:42.823000Z",
            "updatedTime": "2018-11-10T18:29:28.945971Z",
            "uploadedTime": "2010-12-11T15:34:42.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624105/theora/5078_270fc0f9e37242dfae82a4280a4a150c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624105/large_thumb/large.jpg"
        },
        {
            "id": 623365,
            "name": "Akkurat Nå! 31.01.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623365/theora/3748_73c9949bfa044b778dca5d0ec5e9cb55.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623365/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623365/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623365/broadcast/3748_1e1b01a6f1fb48b4af7f0aabb9da5be2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623365/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:51:38.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T09:21:40.133000Z",
            "updatedTime": "2018-11-10T18:29:29.888772Z",
            "uploadedTime": "2009-12-29T09:21:40.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623365/theora/3748_73c9949bfa044b778dca5d0ec5e9cb55.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623365/large_thumb/large.jpg"
        },
        {
            "id": 624120,
            "name": "Akkurat Nå 19. desember 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624120/theora/5080_4576e3b630ca4a58b09474f2a7cf5582.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624120/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624120/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624120/broadcast/5080_d43c858731da4efd90e6c591be0bc7d9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624120/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:51:36.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-11T15:37:29.407000Z",
            "updatedTime": "2018-11-10T18:29:28.933515Z",
            "uploadedTime": "2010-12-11T15:37:29.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624120/theora/5080_4576e3b630ca4a58b09474f2a7cf5582.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624120/large_thumb/large.jpg"
        },
        {
            "id": 627537,
            "name": "Flere enn en oppstandelse!",
            "header": "Fra Paulus",
            "description": "Fra Paulus",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627537/theora/Flere enn en oppstandelse.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627537/broadcast/Flere enn en oppstandelse.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627537/large_thumb/Flere enn en oppstandelse.jpg",
                "original": "https://upload.frikanalen.no/media/627537/original/Flere enn en oppstandelse.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:51:33.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-08-06T08:06:40.094456Z",
            "updatedTime": "2022-08-06T08:31:39.463389Z",
            "uploadedTime": "2022-08-06T08:07:41.859851Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627537/theora/Flere enn en oppstandelse.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627537/large_thumb/Flere enn en oppstandelse.jpg"
        },
        {
            "id": 625750,
            "name": "Daily Tech News Show 05. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625750/broadcast/DTNS20160805.dv",
                "theora": "https://upload.frikanalen.no/media/625750/theora/DTNS20160805.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625750/large_thumb/DTNS20160805.jpg",
                "original": "https://upload.frikanalen.no/media/625750/original/DTNS20160805.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625750/small_thumb/DTNS20160805.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:51:30.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7134vid",
            "createdTime": "2016-08-15T12:05:32.683412Z",
            "updatedTime": "2018-11-10T18:29:26.772678Z",
            "uploadedTime": "2016-08-15T12:05:39.678087Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625750/theora/DTNS20160805.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625750/large_thumb/DTNS20160805.jpg"
        },
        {
            "id": 622270,
            "name": "Akkurat Nå 24. mai",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622270/theora/2116_ffa8bca6793a444292b0bb3196df0806.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622270/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622270/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622270/broadcast/orig_Akkurat nå 2009 del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622270/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:51:24.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T11:16:00Z",
            "updatedTime": "2018-11-10T18:29:30.951501Z",
            "uploadedTime": "2009-01-02T11:16:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622270/theora/2116_ffa8bca6793a444292b0bb3196df0806.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622270/large_thumb/large.jpg"
        },
        {
            "id": 625714,
            "name": "Lightning talks - Debconf 16",
            "header": "They're talks. They go like lightning.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625714/broadcast/Lightning_talks_6.dv",
                "theora": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.jpg",
                "original": "https://upload.frikanalen.no/media/625714/original/Lightning_talks_6.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625714/small_thumb/Lightning_talks_6.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:51:22.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/105/",
            "createdTime": "2016-07-22T13:37:38.584877Z",
            "updatedTime": "2018-11-10T18:29:26.823686Z",
            "uploadedTime": "2016-07-22T13:37:45.209826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.jpg"
        },
        {
            "id": 625899,
            "name": "Melk av Ordet",
            "header": "Finn-Arne Lauvaas er på besøk i Kautokeino og er gjesteforkynner i frimenigheten, Sion. I dagens sending forklarer han forskjellen mellom den første og den siste Adam basert på 1 Kor 15:45-49.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625899/small_thumb/MyStream_14.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625899/large_thumb/MyStream_14.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625899/broadcast/MyStream_14.dv.new.dv",
                "theora": "https://upload.frikanalen.no/media/625899/theora/MyStream_14.ogv",
                "original": "https://upload.frikanalen.no/media/625899/original/MyStream_14.mp4"
            },
            "creator": "fktest@example.com",
            "organization": {
                "id": 134,
                "name": "Isak Eira",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2161,
                "editorName": "Isak Anders EIra",
                "editorEmail": "iaeira@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:51:17.900000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-06-24T23:38:46.628093Z",
            "updatedTime": "2020-09-24T13:23:05.206193Z",
            "uploadedTime": "2017-06-24T23:27:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625899/theora/MyStream_14.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625899/large_thumb/MyStream_14.jpg"
        },
        {
            "id": 624003,
            "name": "Akkurat Nå! 24 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624003/theora/4674_889b805040cf46028887ad967988c467.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624003/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624003/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624003/broadcast/4674_e1a5fbf76a644be8b5f47cb8f35082e0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624003/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:51:13.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T05:00:34.800000Z",
            "updatedTime": "2018-11-10T18:29:29.080652Z",
            "uploadedTime": "2010-08-28T05:00:34.800000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624003/theora/4674_889b805040cf46028887ad967988c467.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624003/large_thumb/large.jpg"
        },
        {
            "id": 622386,
            "name": "Akkurat nå 26 april",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622386/theora/2457_81206b2733874067851a159e041d68ed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622386/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622386/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622386/broadcast/orig_bff9f18407494f5b876f9ae83e42601f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622386/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:51:12",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:57:00Z",
            "updatedTime": "2018-11-10T18:29:30.792662Z",
            "uploadedTime": "2009-01-02T16:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622386/theora/2457_81206b2733874067851a159e041d68ed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622386/large_thumb/large.jpg"
        },
        {
            "id": 626930,
            "name": "Tradisjoner, ikke å spøke med",
            "header": "Hva andre måtte mene om mangt og meget",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626930/theora/Tradisjoner, ikke å spøke med.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626930/broadcast/Tradisjoner, ikke å spøke med.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626930/large_thumb/Tradisjoner, ikke å spøke med.jpg",
                "original": "https://upload.frikanalen.no/media/626930/original/Tradisjoner, ikke å spøke med.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:51:08.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-09-14T04:39:08.451748Z",
            "updatedTime": "2021-09-14T05:04:55.443619Z",
            "uploadedTime": "2021-09-14T04:40:56.607938Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626930/theora/Tradisjoner, ikke å spøke med.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626930/large_thumb/Tradisjoner, ikke å spøke med.jpg"
        }
    ]
}