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

{
    "count": 3408,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1300&ordering=description",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1200&ordering=description",
    "results": [
        {
            "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": 624957,
            "name": "36_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624957/theora/6378_b3e95e3e2e73472ca7656e919ce7f1ee.ogv",
                "original": "https://upload.frikanalen.no/media/624957/original/orig_76f3ab454e554abea36616ed9590ee43.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624957/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624957/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624957/broadcast/6378_6cad2325c32a428cb24bea5961414ab5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624957/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:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T06:56:52.667000Z",
            "updatedTime": "2018-11-10T18:29:27.848880Z",
            "uploadedTime": "2012-08-28T06:56:52.667000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624957/theora/6378_b3e95e3e2e73472ca7656e919ce7f1ee.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624957/large_thumb/large.jpg"
        },
        {
            "id": 624959,
            "name": "Den norske kirke i eksil 117-2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624959/theora/orig_bad9f01d84c14f9a8118e09d4aa660e1.ogv",
                "original": "https://upload.frikanalen.no/media/624959/original/orig_bad9f01d84c14f9a8118e09d4aa660e1.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624959/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624959/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624959/broadcast/6384_7d412b953cf14641869c5ca9ce191da5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624959/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:22",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-08-28T19:40:53.793000Z",
            "updatedTime": "2018-11-10T18:29:27.846166Z",
            "uploadedTime": "2012-08-28T19:40:53.793000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624959/theora/orig_bad9f01d84c14f9a8118e09d4aa660e1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624959/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": 625836,
            "name": "Daily Tech News Show 01. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625836/theora/DTNS20161101.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625836/broadcast/DTNS20161101.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625836/large_thumb/DTNS20161101.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625836/small_thumb/DTNS20161101.jpg",
                "original": "https://upload.frikanalen.no/media/625836/original/DTNS20161101.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:56:49.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7905vid",
            "createdTime": "2016-12-01T13:28:39.883504Z",
            "updatedTime": "2018-11-10T18:29:26.645743Z",
            "uploadedTime": "2016-12-01T13:28:44.401516Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625836/theora/DTNS20161101.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625836/large_thumb/DTNS20161101.jpg"
        },
        {
            "id": 626292,
            "name": "Shofar 6 dager i Juni 1967",
            "header": "Bladet Evangelisten\r\nProgram 23",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626292/theora/6 dager i Juni 1967.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626292/broadcast/6 dager i Juni 1967.dv",
                "original": "https://upload.frikanalen.no/media/626292/original/6 dager i Juni 1967.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626292/large_thumb/6 dager i Juni 1967.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:59.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-01T08:57:16.152437Z",
            "updatedTime": "2020-08-31T20:25:36.832677Z",
            "uploadedTime": "2020-02-01T09:12:03.999607Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626292/theora/6 dager i Juni 1967.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626292/large_thumb/6 dager i Juni 1967.jpg"
        },
        {
            "id": 624960,
            "name": "Arena uke 35",
            "header": "Trond Eriksen\nKari Kjønnås Kjos",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624960/theora/orig_654f791f550c4e30816f22898c0c376c.ogv",
                "original": "https://upload.frikanalen.no/media/624960/original/orig_654f791f550c4e30816f22898c0c376c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624960/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624960/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624960/broadcast/6386_83ea336da3914711b4130e2aa939fe93.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624960/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:27:33",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-08-29T14:33:30.640000Z",
            "updatedTime": "2018-11-10T18:29:27.844791Z",
            "uploadedTime": "2012-08-29T14:33:30.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624960/theora/orig_654f791f550c4e30816f22898c0c376c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624960/large_thumb/large.jpg"
        },
        {
            "id": 625594,
            "name": "Daily Tech News Show 25. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625594/large_thumb/DTNS20160525.jpg",
                "theora": "https://upload.frikanalen.no/media/625594/theora/DTNS20160525.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625594/small_thumb/DTNS20160525.jpg",
                "original": "https://upload.frikanalen.no/media/625594/original/DTNS20160525.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625594/broadcast/DTNS20160525.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": "01:04:34.550000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6482vid",
            "createdTime": "2016-05-26T06:52:05.104049Z",
            "updatedTime": "2018-11-10T18:29:27.017975Z",
            "uploadedTime": "2016-05-26T07:50:17.214696Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625594/theora/DTNS20160525.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625594/large_thumb/DTNS20160525.jpg"
        },
        {
            "id": 624968,
            "name": "Den norske kirke i eksil 119",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624968/theora/6410_913ec92148be4869bc8749d7d63859ef.ogv",
                "original": "https://upload.frikanalen.no/media/624968/original/orig_a66a0736133e4073a74a60bbf257790b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624968/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624968/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624968/broadcast/6410_0b50554e5dec46b984a300fe296bc14d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624968/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-17T20:51:57.397000Z",
            "updatedTime": "2018-11-10T18:29:27.833830Z",
            "uploadedTime": "2012-09-17T20:51:57.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624968/theora/6410_913ec92148be4869bc8749d7d63859ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624968/large_thumb/large.jpg"
        },
        {
            "id": 624970,
            "name": "39_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624970/theora/6381_b4671ab928fb4607bdafaeb4fd5f20d9.ogv",
                "original": "https://upload.frikanalen.no/media/624970/original/orig_7348aa023f1243fe8e55ca73e15a4a71.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624970/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624970/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624970/broadcast/6381_84cfdf8275c243ab94d62e4dfc67ba67.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624970/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:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:08:30.927000Z",
            "updatedTime": "2018-11-10T18:29:27.831097Z",
            "uploadedTime": "2012-08-28T07:08:30.927000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624970/theora/6381_b4671ab928fb4607bdafaeb4fd5f20d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624970/large_thumb/large.jpg"
        },
        {
            "id": 625596,
            "name": "Daily Tech News Show 26. May 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625596/broadcast/DTNS20160526.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625596/small_thumb/DTNS20160526.jpg",
                "original": "https://upload.frikanalen.no/media/625596/original/DTNS20160526.mp4",
                "theora": "https://upload.frikanalen.no/media/625596/theora/DTNS20160526.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625596/large_thumb/DTNS20160526.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:04:19.780000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6490vid",
            "createdTime": "2016-05-27T06:58:19.855643Z",
            "updatedTime": "2018-11-10T18:29:27.012705Z",
            "uploadedTime": "2016-05-27T08:04:25.283439Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625596/theora/DTNS20160526.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625596/large_thumb/DTNS20160526.jpg"
        },
        {
            "id": 625837,
            "name": "Daily Tech News Show 10. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625837/theora/DTNS20161110.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625837/broadcast/DTNS20161110.dv",
                "original": "https://upload.frikanalen.no/media/625837/original/DTNS20161110.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625837/small_thumb/DTNS20161110.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625837/large_thumb/DTNS20161110.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:03:25.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7978vid",
            "createdTime": "2016-12-13T12:31:03.629821Z",
            "updatedTime": "2018-11-10T18:29:26.644406Z",
            "uploadedTime": "2016-12-13T12:31:10.138795Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625837/theora/DTNS20161110.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625837/large_thumb/DTNS20161110.jpg"
        },
        {
            "id": 624971,
            "name": "Låvekirken.",
            "header": "Et video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624971/theora/6433_ec77d013c4c84da9af0cdadc70edb1e7.ogv",
                "original": "https://upload.frikanalen.no/media/624971/original/orig_31bf7b6ec00a4e9ba10a91beb7ccff22.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624971/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624971/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624971/broadcast/6433_4f7ef0d4a6964081a91085fe390cd886.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624971/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:00.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:46:36.307000Z",
            "updatedTime": "2018-11-10T18:29:27.829731Z",
            "uploadedTime": "2012-09-21T09:46:36.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624971/theora/6433_ec77d013c4c84da9af0cdadc70edb1e7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624971/large_thumb/large.jpg"
        },
        {
            "id": 624972,
            "name": "Gi dem en Bibel.",
            "header": "Et video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624972/theora/6431_bbd0ec224d4648f38f886bc8e28b89ca.ogv",
                "original": "https://upload.frikanalen.no/media/624972/original/orig_757af109a03443159ace943bb3c7e672.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624972/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624972/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624972/broadcast/6431_9fb942c6696b430ca38905cfab753b44.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624972/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:19.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:36:42.640000Z",
            "updatedTime": "2018-11-10T18:29:27.828388Z",
            "uploadedTime": "2012-09-21T09:36:42.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624972/theora/6431_bbd0ec224d4648f38f886bc8e28b89ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624972/large_thumb/large.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": 624973,
            "name": "Leirstedet.",
            "header": "Et video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624973/theora/6432_134aa89a89b54b3dbfbc59c70dcae59e.ogv",
                "original": "https://upload.frikanalen.no/media/624973/original/orig_ae5a59d8999c4b25a06d1bdfc30fb657.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624973/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624973/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624973/broadcast/6432_89d04c13ea7b46cf91235d2c746fe023.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624973/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:14.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:39:12.560000Z",
            "updatedTime": "2018-11-10T18:29:27.827008Z",
            "uploadedTime": "2012-09-21T09:39:12.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624973/theora/6432_134aa89a89b54b3dbfbc59c70dcae59e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624973/large_thumb/large.jpg"
        },
        {
            "id": 624974,
            "name": "Stor størrelse, få medlemmer",
            "header": "En video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624974/theora/6434_81cb815e23254987ab4ea7eed4db936c.ogv",
                "original": "https://upload.frikanalen.no/media/624974/original/orig_1210c6beb36342099edab158e766f64d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624974/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624974/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624974/broadcast/6434_07c38df2e24f4c02997c40a74304fca8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624974/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:08:05.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:49:56.043000Z",
            "updatedTime": "2018-11-10T18:29:27.825648Z",
            "uploadedTime": "2012-09-21T09:49:56.043000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624974/theora/6434_81cb815e23254987ab4ea7eed4db936c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624974/large_thumb/large.jpg"
        },
        {
            "id": 625599,
            "name": "Tor: Anonymous communication for the US Department of Defense...and you.",
            "header": "What do the United States Department of Defence and the\r\nElectronic Frontier Foundation have in common? They have both funded\r\nthe development of Tor (tor.eff.org), a free-software onion routing\r\nnetwork that helps people around the world use the Internet safely.\r\n\r\nThe public Tor network has 150 servers on five continents, and\r\naverages over 40Mbit/s of traffic. Our users include ordinary\r\ncitizens who want protection from identity theft and prying\r\ncorporations, corporations who want to look at a competitor's website\r\nin private, and aid workers in the Middle East who need to contact\r\ntheir home servers without fear of physical harm.\r\n\r\nRoger Dingledine give an overview of the Tor architecture, and talk\r\nabout why you'd want to use it, what security it provides, and how\r\nuser applications interface to it. He show a working Tor network, and\r\ninvite the audience to connect to it and use it.\r\n\r\nRoger Dingledine is a security and privacy researcher. While at MIT\r\nhe developed Free Haven, one of the early peer-to-peer systems that\r\nemphasized resource management while retaining anonymity for its\r\nusers. Currently he consults for the Electronic Frontier Foundation\r\nand the U.S. Navy to design and develop systems for anonymity and\r\ntraffic analysis resistance. Recent work includes anonymous\r\npublishing and communication systems, traffic analysis resistance,\r\ncensorship resistance, attack resistance for decentralized networks,\r\nand reputation.\r\n\r\nNUUG talk from 2005-04-21.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625599/theora/20050421-tor-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625599/small_thumb/20050421-tor-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625599/large_thumb/20050421-tor-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625599/broadcast/20050421-tor-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": "01:26:02.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-05-28T10:31:04.251569Z",
            "updatedTime": "2018-11-10T18:29:27.007300Z",
            "uploadedTime": "2016-05-28T10:33:58.288117Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625599/theora/20050421-tor-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625599/large_thumb/20050421-tor-frikanalen.jpg"
        },
        {
            "id": 625841,
            "name": "Blokkjedeteknologier og kryptovaluta-løsninger",
            "header": "Thor-Harald Johansen Fra Bitspace AS introduserer de tekniske løsningene som Bitspace jobber med: Blokkjedeteknologier og kryptovaluta-løsninger for (1) Grensesnitt mot tradisjonelle banktjenester, (2) Steemit/sosiale medier basert på kryptovaluta, og (3) Utvikling og etablering av løsninger og tjenester for the unbanked/de bankløse i den fremvoksende kryptoøkonomien.\r\n\r\nNUUG talk from 2016-12-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625841/theora/20161213-blockchain-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625841/broadcast/20161213-blockchain-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625841/small_thumb/20161213-blockchain-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625841/large_thumb/20161213-blockchain-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:54:53.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-12-14T13:09:15.182902Z",
            "updatedTime": "2018-11-10T18:29:26.638818Z",
            "uploadedTime": "2016-12-14T13:11:02.613519Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625841/theora/20161213-blockchain-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625841/large_thumb/20161213-blockchain-frikanalen.jpg"
        },
        {
            "id": 624975,
            "name": "Badstua.",
            "header": "Et video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624975/theora/6429_b76b69b974084d48a2aa7e15b45d892d.ogv",
                "original": "https://upload.frikanalen.no/media/624975/original/orig_8dcd137b13a64f09b4134a340413fae9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624975/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624975/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624975/broadcast/6429_00f74673674a4f79923eed358d79888c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624975/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:45.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:24:42.277000Z",
            "updatedTime": "2018-11-10T18:29:27.824302Z",
            "uploadedTime": "2012-09-21T09:24:42.277000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624975/theora/6429_b76b69b974084d48a2aa7e15b45d892d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624975/large_thumb/large.jpg"
        },
        {
            "id": 624976,
            "name": "Den store konflikten.",
            "header": "Hva går den store striden mellom det gode og det onde ut på? Program 1 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624976/theora/orig_822763bd226f4c0aaff409755668d9d5.ogv",
                "original": "https://upload.frikanalen.no/media/624976/original/orig_822763bd226f4c0aaff409755668d9d5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624976/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624976/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624976/broadcast/6416_f7f89213be7b43ae8bd69eacea5c8649.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624976/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:35:06.787000Z",
            "updatedTime": "2018-11-10T18:29:27.822831Z",
            "uploadedTime": "2012-09-21T08:35:06.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624976/theora/orig_822763bd226f4c0aaff409755668d9d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624976/large_thumb/large.jpg"
        },
        {
            "id": 625601,
            "name": "Daily Tech News Show 30. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625601/original/DTNS20161130.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625601/broadcast/DTNS20161130.dv",
                "theora": "https://upload.frikanalen.no/media/625601/theora/DTNS20161130.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625601/large_thumb/DTNS20161130.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625601/small_thumb/DTNS20161130.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:41.950000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6513vid",
            "createdTime": "2016-05-30T18:13:19.038742Z",
            "updatedTime": "2018-11-10T18:29:27.003449Z",
            "uploadedTime": "2016-05-30T18:21:50.797444Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625601/theora/DTNS20161130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625601/large_thumb/DTNS20161130.jpg"
        },
        {
            "id": 624977,
            "name": "AR6221 Arena",
            "header": "Arena med Bjørn Gjellum som programleder.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624977/theora/orig_06e3a222f5c944ad9980e4f1ac0b8a08.ogv",
                "original": "https://upload.frikanalen.no/media/624977/original/orig_06e3a222f5c944ad9980e4f1ac0b8a08.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624977/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624977/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624977/broadcast/6398_c4dc4b9a52994644afde3df8c1020d51.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624977/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:11",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-09-15T08:34:00.703000Z",
            "updatedTime": "2018-11-10T18:29:27.821281Z",
            "uploadedTime": "2012-09-15T08:34:00.703000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624977/theora/orig_06e3a222f5c944ad9980e4f1ac0b8a08.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624977/large_thumb/large.jpg"
        },
        {
            "id": 624978,
            "name": "Den Gud som åpenbares.",
            "header": "Hvilket bilde av Gud gir Bibelen oss? Program 2 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624978/theora/orig_e38d0ec88a5e4df49f6e8bd091ccb8b1.ogv",
                "original": "https://upload.frikanalen.no/media/624978/original/orig_e38d0ec88a5e4df49f6e8bd091ccb8b1.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624978/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624978/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624978/broadcast/6417_842a97a6993e42e78b1638153478d36b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624978/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:38:24.660000Z",
            "updatedTime": "2018-11-10T18:29:27.819847Z",
            "uploadedTime": "2012-09-21T08:38:24.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624978/theora/orig_e38d0ec88a5e4df49f6e8bd091ccb8b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624978/large_thumb/large.jpg"
        },
        {
            "id": 625603,
            "name": "Daily Tech News Show 31. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625603/original/DTNS20160531.mp4",
                "theora": "https://upload.frikanalen.no/media/625603/theora/DTNS20160531.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625603/small_thumb/DTNS20160531.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625603/broadcast/DTNS20160531.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625603/large_thumb/DTNS20160531.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:34.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6518vid",
            "createdTime": "2016-06-01T07:30:05.477014Z",
            "updatedTime": "2018-11-10T18:29:26.999679Z",
            "uploadedTime": "2016-06-01T08:18:55.818600Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625603/theora/DTNS20160531.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625603/large_thumb/DTNS20160531.jpg"
        },
        {
            "id": 625842,
            "name": "TED - Elise Roy: When we design for disability, we all benefit",
            "header": "\"I believe that losing my hearing was one of the greatest gifts I've ever received,\" says Elise Roy. As a disability rights lawyer and design thinker, she knows that being Deaf gives her a unique way of experiencing and reframing the world — a perspective that could solve some of our largest problems. As she says: \"When we design for disability first, you often stumble upon solutions that are better than those when we design for the norm.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625842/small_thumb/EliseRoy_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625842/original/EliseRoy_2015X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625842/broadcast/EliseRoy_2015X.dv",
                "theora": "https://upload.frikanalen.no/media/625842/theora/EliseRoy_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625842/large_thumb/EliseRoy_2015X.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:13:21.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/EliseRoy_2015X",
            "createdTime": "2016-12-14T18:10:49.696286Z",
            "updatedTime": "2018-11-10T18:29:26.637449Z",
            "uploadedTime": "2016-12-15T05:53:19.383873Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625842/theora/EliseRoy_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625842/large_thumb/EliseRoy_2015X.jpg"
        },
        {
            "id": 624979,
            "name": "AR6196 Arena",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624979/theora/orig_79b186a1cd2f47f094ca282922eb5d70.ogv",
                "original": "https://upload.frikanalen.no/media/624979/original/orig_79b186a1cd2f47f094ca282922eb5d70.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624979/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624979/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624979/broadcast/6397_0a7f0296c5dc42218f500140f2450b16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624979/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:27:33",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-09-15T08:28:39.280000Z",
            "updatedTime": "2018-11-10T18:29:27.818460Z",
            "uploadedTime": "2012-09-15T08:28:39.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624979/theora/orig_79b186a1cd2f47f094ca282922eb5d70.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624979/large_thumb/large.jpg"
        },
        {
            "id": 624980,
            "name": "Den første hjemreise.",
            "header": "Et video fra Adventistsamfunnets virksomhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624980/theora/6430_4693088630ba4c3cb084b62d2293740d.ogv",
                "original": "https://upload.frikanalen.no/media/624980/original/orig_b7fafacd74544de099e1906c8a389261.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624980/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624980/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624980/broadcast/6430_2572f476c8b1410ea95ea661d30336f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624980/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:12:00.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:26:55.027000Z",
            "updatedTime": "2018-11-10T18:29:27.817107Z",
            "uploadedTime": "2012-09-21T09:26:55.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624980/theora/6430_4693088630ba4c3cb084b62d2293740d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624980/large_thumb/large.jpg"
        },
        {
            "id": 625606,
            "name": "Daily Tech News Show 01. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625606/broadcast/DTNS20160601.dv",
                "theora": "https://upload.frikanalen.no/media/625606/theora/DTNS20160601.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625606/large_thumb/DTNS20160601.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625606/small_thumb/DTNS20160601.jpg",
                "original": "https://upload.frikanalen.no/media/625606/original/DTNS20160601.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": "01:03:50.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6525vid",
            "createdTime": "2016-06-02T04:53:38.280953Z",
            "updatedTime": "2018-11-10T18:29:26.993985Z",
            "uploadedTime": "2016-06-02T05:44:07.747832Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625606/theora/DTNS20160601.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625606/large_thumb/DTNS20160601.jpg"
        },
        {
            "id": 624984,
            "name": "AR6260 Arena",
            "header": "Arena med Bjørn Gjellum.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624984/theora/orig_2453cd2b86044a448b08dfe32e2322cc.ogv",
                "original": "https://upload.frikanalen.no/media/624984/original/orig_2453cd2b86044a448b08dfe32e2322cc.m4v",
                "smallThumb": "https://upload.frikanalen.no/media/624984/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624984/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624984/broadcast/6443_e2416aa31c484303847a346a41c64f52.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624984/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:25:47.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-09-25T21:02:21.537000Z",
            "updatedTime": "2018-11-10T18:29:27.811486Z",
            "uploadedTime": "2012-09-25T21:02:21.537000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624984/theora/orig_2453cd2b86044a448b08dfe32e2322cc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624984/large_thumb/large.jpg"
        },
        {
            "id": 624986,
            "name": "STV på Hove: LidoLido",
            "header": "LidoLido kunne ikke la være å bli musiker, men forteller at det er beinhard jobbing. Se vårt intervju med ham her!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624986/theora/6446_38dd53aa46c1443ba2841a87e40a9f79.ogv",
                "original": "https://upload.frikanalen.no/media/624986/original/orig_3a8edbe87a1b4617872499eb60d32a90.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624986/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624986/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624986/broadcast/6446_77d76f8be8154ac4b2a2c695bb1a848b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624986/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:24.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-28T14:47:38.147000Z",
            "updatedTime": "2018-11-10T18:29:27.810023Z",
            "uploadedTime": "2012-09-28T14:47:38.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624986/theora/6446_38dd53aa46c1443ba2841a87e40a9f79.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624986/large_thumb/large.jpg"
        },
        {
            "id": 625608,
            "name": "Daily Tech News Show 02. June 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625608/large_thumb/DTNS20160602.jpg",
                "original": "https://upload.frikanalen.no/media/625608/original/DTNS20160602.mp4",
                "theora": "https://upload.frikanalen.no/media/625608/theora/DTNS20160602.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625608/broadcast/DTNS20160602.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625608/small_thumb/DTNS20160602.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:57:19.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6531vid",
            "createdTime": "2016-06-03T06:11:07.365781Z",
            "updatedTime": "2018-11-10T18:29:26.990440Z",
            "uploadedTime": "2016-06-03T06:57:47.877277Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625608/theora/DTNS20160602.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625608/large_thumb/DTNS20160602.jpg"
        },
        {
            "id": 625861,
            "name": "Hva prosjektledere bør vite om softwareutviklere",
            "header": "Softwareutviklingsprosjekter har en tendens til å gå over tid og budsjett. Dette er det mange grunner til. Foredraget vil legge hovedvekt på en gjennomgåelse av den psykologiske faglitteraturen på området gjennom de siste femten år. Den kan deles i to: Den som er utført av ingeniører, og den som er utført av psykologer. Ingeniørene ser på det vi er interessert i, altså hvilke variabler som fører til produktivitet, men de har en tendens til å gjøre veldig pussige metodevalg, slik at resultatene blir vanskelige å integrere med eksisterende kunnskap. Psykologene pleier å holde seg til ortodoks og nyttig metodevalg, men pleier å studere veldig perifere ting, som hva som skal til for at programmerere skal bli glade i hverandre.\r\n \r\nRolf Lindgren er psykolog fra UiO. Han har utviklet SMS-applikasjoner i Java og MySQL, og skrev koden som konverterte UiOs studiehåndbøker fra studiekonsulentenes XML-dokumenter til pdf for utskrift. Han deltok i, og ledet avslutningen av, et treårig forskningsprosjekt ved Det Norske Veritas som hadde som formål å identifisere menneskelige risikofaktorer i softwareutviklingsprosjekter. Han er seniorrådgiver i Dignus rekruttering og rådgivning.\r\n\r\nNUUG talk from 2007-10-09.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625861/theora/20071009-prosjektledelse-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625861/large_thumb/20071009-prosjektledelse-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625861/broadcast/20071009-prosjektledelse-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625861/small_thumb/20071009-prosjektledelse-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:59:09.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2017-02-12T20:13:55.658974Z",
            "updatedTime": "2018-11-10T18:29:26.610050Z",
            "uploadedTime": "2017-02-12T20:16:00.938468Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625861/theora/20071009-prosjektledelse-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625861/large_thumb/20071009-prosjektledelse-frikanalen.jpg"
        },
        {
            "id": 626226,
            "name": "EuroBSDCon 2019, Lillehammer: Embedded Ethics - Patricia Aas",
            "header": "Patricia is a programmer who has worked mostly in C++ and Java. She has spent her career continuously delivering from the same code-base to a large user base, from working on two browsers (Opera and Vivaldi), to working on embedded telepresence endpoints for Cisco. She is focused on the maintainability and flexibility of software architecture, and how to extend it to provide cutting edge user experiences.\r\n\r\nHer focus on the end users has led her work more and more toward privacy and security, and she has recently started her own company, TurtleSec, hoping to contribute positively to the infosec and C++ communities. She is also involved in the #includeC++ organization hoping to improve diversity and inclusion in the C++ community",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626226/theora/20190921T0945-02_plenary_PatriciaAas-EmbeddedEthics.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626226/broadcast/20190921T0945-02_plenary_PatriciaAas-EmbeddedEthics.dv",
                "original": "https://upload.frikanalen.no/media/626226/original/20190921T0945-02_plenary_PatriciaAas-EmbeddedEthics.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626226/large_thumb/20190921T0945-02_plenary_PatriciaAas-EmbeddedEthics.jpg"
            },
            "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:46:40.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=HfNIiitVFtc",
            "createdTime": "2019-12-15T09:55:16.173054Z",
            "updatedTime": "2019-12-15T15:23:16.904459Z",
            "uploadedTime": "2019-12-15T10:35:31.233455Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626226/theora/20190921T0945-02_plenary_PatriciaAas-EmbeddedEthics.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626226/large_thumb/20190921T0945-02_plenary_PatriciaAas-EmbeddedEthics.jpg"
        },
        {
            "id": 626081,
            "name": "Venn av Nøff",
            "header": "Det er høst og tid for Nasse Nøff å komme inn i varmen etter en lang sesong ute i hagen. Søndag 2.november hadde foreningen Venn av Nøff sin årlige innbæring. I tillegg blir det utdeling av NÆ!-prisen. Følg med.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626081/theora/051218_VAN_RHMW_WEB.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626081/broadcast/051218_VAN_RHMW_WEB.dv",
                "original": "https://upload.frikanalen.no/media/626081/original/051218_VAN_RHMW_WEB.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626081/large_thumb/051218_VAN_RHMW_WEB.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:06:07.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-12-05T08:49:19.349533Z",
            "updatedTime": "2018-12-05T08:54:59.219601Z",
            "uploadedTime": "2018-12-05T08:51:49.044608Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626081/theora/051218_VAN_RHMW_WEB.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626081/large_thumb/051218_VAN_RHMW_WEB.jpg"
        },
        {
            "id": 625533,
            "name": "Empo TV - 16.04.21",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625533/broadcast/Empo-160421.avi",
                "theora": "https://upload.frikanalen.no/media/625533/theora/Empo-160421.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625533/large_thumb/Empo-160421.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625533/small_thumb/Empo-160421.jpg",
                "original": "https://upload.frikanalen.no/media/625533/original/Empo-160421.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:11:53.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-04-22T12:27:14.352352Z",
            "updatedTime": "2020-08-30T20:18:28.593991Z",
            "uploadedTime": "2016-04-22T12:29:04.257595Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625533/theora/Empo-160421.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625533/large_thumb/Empo-160421.jpg"
        },
        {
            "id": 624987,
            "name": "STV på Hove: Mikhael Paskalev",
            "header": "Det handler om å ha noe å falle tilbake på, sa trondheimsaktuelle Mikhael Paskalev om det å kombinere artistlivet med studier. Se Student-TVs intervju med ham her!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624987/theora/6447_aa89bec1789746cea0cdc437f4758f56.ogv",
                "original": "https://upload.frikanalen.no/media/624987/original/orig_ae4bf247d8cd406d873bb4488d97c466.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624987/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624987/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624987/broadcast/6447_4434da0177614bc7978b3751f95cfbdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624987/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:26.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-28T14:54:51.343000Z",
            "updatedTime": "2018-11-10T18:29:27.808140Z",
            "uploadedTime": "2012-09-28T14:54:51.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624987/theora/6447_aa89bec1789746cea0cdc437f4758f56.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624987/large_thumb/large.jpg"
        },
        {
            "id": 624990,
            "name": "40_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624990/theora/6382_8c2e77e24c2a421aba5a4fd2f6c0edae.ogv",
                "original": "https://upload.frikanalen.no/media/624990/original/orig_17259d20882e4dedabef46771e028698.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624990/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624990/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624990/broadcast/6382_15acd28871c2489cb0809a76187fcd25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624990/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:46",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:17:05.947000Z",
            "updatedTime": "2018-11-10T18:29:27.804085Z",
            "uploadedTime": "2012-08-28T07:17:05.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624990/theora/6382_8c2e77e24c2a421aba5a4fd2f6c0edae.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624990/large_thumb/large.jpg"
        },
        {
            "id": 625611,
            "name": "Daily Tech News Show 03. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625611/small_thumb/DTNS-2776-Fadell-Leaves-The-Nest.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625611/large_thumb/DTNS-2776-Fadell-Leaves-The-Nest.jpg",
                "original": "https://upload.frikanalen.no/media/625611/original/DTNS-2776-Fadell-Leaves-The-Nest.mp4",
                "theora": "https://upload.frikanalen.no/media/625611/theora/DTNS-2776-Fadell-Leaves-The-Nest.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625611/broadcast/DTNS-2776-Fadell-Leaves-The-Nest.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:58:46.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6542vid",
            "createdTime": "2016-06-04T07:53:16.234321Z",
            "updatedTime": "2018-11-10T18:29:26.982937Z",
            "uploadedTime": "2016-06-04T08:40:19.411659Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625611/theora/DTNS-2776-Fadell-Leaves-The-Nest.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625611/large_thumb/DTNS-2776-Fadell-Leaves-The-Nest.jpg"
        },
        {
            "id": 624991,
            "name": "Studentservice: Episode 1",
            "header": "I første episode av Studentservice får arbeiderne besøk av inspektøren Ellen. En brukerundersøkelse har nemlig vist at studentene ikke er fornøyd med rådene de får. Kan Studentservice vise Ellen at de kan faget ditt?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624991/theora/6459_450da606939c4e80bcae861a62b4be18.ogv",
                "original": "https://upload.frikanalen.no/media/624991/original/orig_3c731a89f9bb4a0b855d9e9f50621bc1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624991/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624991/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624991/broadcast/6459_d76be8ddc0d24d0ab8d099b3acdd7411.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624991/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:56.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:34:54.683000Z",
            "updatedTime": "2018-11-10T18:29:27.802697Z",
            "uploadedTime": "2012-10-04T21:34:54.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624991/theora/6459_450da606939c4e80bcae861a62b4be18.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624991/large_thumb/large.jpg"
        },
        {
            "id": 624992,
            "name": "Studentservice episode 2",
            "header": "I andre episode forsetter Ellen å inspisere de ansatte i Studentservice. Samtidig har Annika oppdaget et problem, og for å få tilbake balansen bruker hun sine alternative metoder.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624992/theora/6460_0bfd842901d145338c0a11a1228beeda.ogv",
                "original": "https://upload.frikanalen.no/media/624992/original/orig_7957ce0ca3044876bdf273ae9aa64b25.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624992/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624992/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624992/broadcast/6460_2fa276bfeba9421694c6f3141c0febcc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624992/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:04:36.960000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:37:58.683000Z",
            "updatedTime": "2018-11-10T18:29:27.801342Z",
            "uploadedTime": "2012-10-04T21:37:58.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624992/theora/6460_0bfd842901d145338c0a11a1228beeda.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624992/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": 625737,
            "name": "Debsources on Mobile: all the source code in your phone! - Debconf 16",
            "header": "Debsources (http://sources.debian.net) is an application aimed at gathering all the source code included in Debian packages, and present it through a web interface. This talk will be about  its new mobile interface, and related features.\n\nTalk (20 mins) session with Matthieu Caneill during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625737/theora/Debsources_on_Mobile_all_the_source_code_in_your_phone.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625737/broadcast/Debsources_on_Mobile_all_the_source_code_in_your_phone.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625737/small_thumb/Debsources_on_Mobile_all_the_source_code_in_your_phone.jpg",
                "original": "https://upload.frikanalen.no/media/625737/original/Debsources_on_Mobile_all_the_source_code_in_your_phone.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625737/large_thumb/Debsources_on_Mobile_all_the_source_code_in_your_phone.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:04.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/70/",
            "createdTime": "2016-07-23T00:23:46.792929Z",
            "updatedTime": "2018-11-10T18:29:26.790948Z",
            "uploadedTime": "2016-07-23T00:23:51.300906Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625737/theora/Debsources_on_Mobile_all_the_source_code_in_your_phone.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625737/large_thumb/Debsources_on_Mobile_all_the_source_code_in_your_phone.jpg"
        },
        {
            "id": 624993,
            "name": "Studentservice episode 3",
            "header": "Velkommen til Studentservice! I ukas episode skal inspektøren Ellen holde et øye med Geir for å vurdere hans arbeidsinnsats. Snart har hun kanskje holdt nok øyne med arbeiderne. Kommer noen til å få sparken?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624993/theora/6461_1c2f64293ac843ee86247b2dede682e0.ogv",
                "original": "https://upload.frikanalen.no/media/624993/original/orig_9bb1641f58ef4f6ab6d505337cc8d1d3.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624993/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624993/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624993/broadcast/6461_440803fda3fb421ebe7bdc32b8f51be5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624993/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:39.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:39:21.120000Z",
            "updatedTime": "2018-11-10T18:29:27.799950Z",
            "uploadedTime": "2012-10-04T21:39:21.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624993/theora/6461_1c2f64293ac843ee86247b2dede682e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624993/large_thumb/large.jpg"
        },
        {
            "id": 624994,
            "name": "Studentservice episode 4",
            "header": "Hva kommer til å skje med Studentservice? I forrige episode fikk alle arbeiderne sparken. Hvordan vil de takle sin siste arbeidsdag? Én ting er sikkert - det er duket for Bjørnars vanskeligste dag på jobb noensinne.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624994/theora/6462_90a7bcdf0e444c618bc6b309391fec36.ogv",
                "original": "https://upload.frikanalen.no/media/624994/original/orig_fb440ab745c9400b98f4ff708ea7aa8d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624994/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624994/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624994/broadcast/6462_2f756b23a8c94de6840979ddd6ac0e0f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624994/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:05:10.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-04T21:42:47.257000Z",
            "updatedTime": "2018-11-10T18:29:27.798501Z",
            "uploadedTime": "2012-10-04T21:42:47.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624994/theora/6462_90a7bcdf0e444c618bc6b309391fec36.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624994/large_thumb/large.jpg"
        },
        {
            "id": 625614,
            "name": "TED - Cédric Villani: What's so sexy about math?",
            "header": "Hidden truths permeate our world; they're inaccessible to our senses, but math allows us to go beyond our intuition to uncover their mysteries. In this survey of mathematical breakthroughs, Fields Medal winner Cédric Villani speaks to the thrill of discovery and details the sometimes perplexing life of a mathematician. \"Beautiful mathematical explanations are not only for our pleasure,\" he says. \"They change our vision of the world.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625614/broadcast/CedricVillani_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625614/small_thumb/CedricVillani_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625614/original/CedricVillani_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:27.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CedricVillani_2016",
            "createdTime": "2016-06-07T10:16:07.882543Z",
            "updatedTime": "2018-11-10T18:29:26.976438Z",
            "uploadedTime": "2016-06-07T10:30:29.105097Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.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": 624996,
            "name": "Frelse - den eneste løsningen",
            "header": "Betyr frelse noe annet enn å bli reddet? Program 4 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624996/theora/orig_30e5575db5d6429e9cf135129231f514.ogv",
                "original": "https://upload.frikanalen.no/media/624996/original/orig_30e5575db5d6429e9cf135129231f514.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624996/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624996/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624996/broadcast/6419_d6344ec3e31e4f89ba1d181d8d5719d2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624996/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:44:49.490000Z",
            "updatedTime": "2018-11-10T18:29:27.795830Z",
            "uploadedTime": "2012-09-21T08:44:49.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624996/theora/orig_30e5575db5d6429e9cf135129231f514.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624996/large_thumb/large.jpg"
        },
        {
            "id": 625616,
            "name": "Daily Tech News Show 07. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625616/small_thumb/DTNS20160607.jpg",
                "original": "https://upload.frikanalen.no/media/625616/original/DTNS20160607.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625616/large_thumb/DTNS20160607.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625616/broadcast/DTNS20160607.dv",
                "theora": "https://upload.frikanalen.no/media/625616/theora/DTNS20160607.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:00.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6570vid",
            "createdTime": "2016-06-08T08:54:43.241538Z",
            "updatedTime": "2018-11-10T18:29:26.973397Z",
            "uploadedTime": "2016-06-08T09:39:36.468792Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625616/theora/DTNS20160607.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625616/large_thumb/DTNS20160607.jpg"
        },
        {
            "id": 625832,
            "name": "Daily Tech News Show 27. October 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625832/theora/DTNS20161027.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625832/broadcast/DTNS20161027.dv",
                "original": "https://upload.frikanalen.no/media/625832/original/DTNS20161027.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625832/small_thumb/DTNS20161027.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625832/large_thumb/DTNS20161027.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:12:19.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7871vid",
            "createdTime": "2016-11-29T14:26:10.615538Z",
            "updatedTime": "2018-11-10T18:29:26.651402Z",
            "uploadedTime": "2016-11-29T14:26:16.660086Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625832/theora/DTNS20161027.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625832/large_thumb/DTNS20161027.jpg"
        }
    ]
}