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&limit=50&offset=100&ordering=name&page=72
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3366,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=150&ordering=name&page=72",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=50&ordering=name&page=72",
    "results": [
        {
            "id": 623997,
            "name": "43_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623997/theora/orig_4297f4f859e54234bbb44cad8df07d37.ogv",
                "original": "https://upload.frikanalen.no/media/623997/original/orig_4297f4f859e54234bbb44cad8df07d37.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623997/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623997/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623997/broadcast/4755_5f16a41c44684b06bd36bc4f6b59e752.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623997/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:27:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:26:27.990000Z",
            "updatedTime": "2018-11-10T18:29:29.087408Z",
            "uploadedTime": "2010-09-20T11:26:27.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623997/theora/orig_4297f4f859e54234bbb44cad8df07d37.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623997/large_thumb/large.jpg"
        },
        {
            "id": 624010,
            "name": "44_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624010/theora/4756_c019c31ba20e44f8a87679549f586707.ogv",
                "original": "https://upload.frikanalen.no/media/624010/original/orig_21fcb1e2fba54e368efc7de24b53b1c4.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624010/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624010/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624010/broadcast/4756_027593178a5a4e17a791d8b13989e9a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624010/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:28:46",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:28:14.633000Z",
            "updatedTime": "2018-11-10T18:29:29.070645Z",
            "uploadedTime": "2010-09-20T11:28:14.633000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624010/theora/4756_c019c31ba20e44f8a87679549f586707.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624010/large_thumb/large.jpg"
        },
        {
            "id": 624622,
            "name": "44_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624622/theora/5782_ef94e6a8bd8f49e2af229b3800ed66ff.ogv",
                "original": "https://upload.frikanalen.no/media/624622/original/orig_8c797e17a17d46c9b2c261bf95211e4b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624622/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624622/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624622/broadcast/5782_eafb7345a1aa455393b5389144ffe7d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624622/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-10-03T08:46:12.290000Z",
            "updatedTime": "2018-11-10T18:29:28.277861Z",
            "uploadedTime": "2011-10-03T08:46:12.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624622/theora/5782_ef94e6a8bd8f49e2af229b3800ed66ff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624622/large_thumb/large.jpg"
        },
        {
            "id": 624013,
            "name": "45_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624013/theora/orig_0f33ecf90a844158ade2f18d68485993.ogv",
                "original": "https://upload.frikanalen.no/media/624013/original/orig_0f33ecf90a844158ade2f18d68485993.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624013/broadcast/4757_e0ec7fc3dcc347fc84c167b651fb8459.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624013/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:27:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:28:56.557000Z",
            "updatedTime": "2018-11-10T18:29:29.067906Z",
            "uploadedTime": "2010-09-20T11:28:56.557000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624013/theora/orig_0f33ecf90a844158ade2f18d68485993.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624013/large_thumb/large.jpg"
        },
        {
            "id": 624628,
            "name": "45_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624628/theora/5783_d538443812454c689b294cfc3f9513a6.ogv",
                "original": "https://upload.frikanalen.no/media/624628/original/orig_be0be738b30c43389079bac84dcbb7b9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624628/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624628/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624628/broadcast/5783_277a5b6cab84442abf952a14bbde174d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624628/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-10-03T08:47:34.323000Z",
            "updatedTime": "2018-11-10T18:29:28.268904Z",
            "uploadedTime": "2011-10-03T08:47:34.323000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624628/theora/5783_d538443812454c689b294cfc3f9513a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624628/large_thumb/large.jpg"
        },
        {
            "id": 625038,
            "name": "45_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625038/theora/6527_948465e23be5445c8cc140b4849817d6.ogv",
                "original": "https://upload.frikanalen.no/media/625038/original/orig_ce6bf3852a8048aba9a7b6d2eefa76a9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625038/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625038/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625038/broadcast/6527_f1f49da4f1124dcc8cc8550840568e7a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625038/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-10-30T09:16:23.330000Z",
            "updatedTime": "2018-11-10T18:29:27.741048Z",
            "uploadedTime": "2012-10-30T09:16:23.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625038/theora/6527_948465e23be5445c8cc140b4849817d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625038/large_thumb/large.jpg"
        },
        {
            "id": 624035,
            "name": "47_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624035/theora/4933_b1f8daf9f6a441dcb5e40048fefb126e.ogv",
                "original": "https://upload.frikanalen.no/media/624035/original/orig_00063b1fb8c147b3b3b4a8590a481e46.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624035/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624035/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624035/broadcast/4933_0ab8a024aef24a318d015b8dc90ae998.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624035/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:28:33",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T09:27:25.227000Z",
            "updatedTime": "2018-11-10T18:29:29.040471Z",
            "uploadedTime": "2010-11-11T09:27:25.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624035/theora/4933_b1f8daf9f6a441dcb5e40048fefb126e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624035/large_thumb/large.jpg"
        },
        {
            "id": 624640,
            "name": "47_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624640/theora/5785_357f6568fc704e1fb18d9907a8cfd0b4.ogv",
                "original": "https://upload.frikanalen.no/media/624640/original/orig_b35f169c2c294caa81720a0c6ac6f53b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624640/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624640/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624640/broadcast/5785_157e96038d8345b684a8bbeb902616d1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624640/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-10-03T08:50:57.127000Z",
            "updatedTime": "2018-11-10T18:29:28.253522Z",
            "uploadedTime": "2011-10-03T08:50:57.127000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624640/theora/5785_357f6568fc704e1fb18d9907a8cfd0b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624640/large_thumb/large.jpg"
        },
        {
            "id": 625055,
            "name": "47_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
                "original": "https://upload.frikanalen.no/media/625055/original/orig_2c7db3214bc147caa47b74c2348df520.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625055/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625055/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625055/broadcast/6565_ea63281be62040f3b7f76ab9c2b05393.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625055/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:55:12",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-11-13T12:57:35.383000Z",
            "updatedTime": "2018-11-10T18:29:27.716025Z",
            "uploadedTime": "2012-11-13T12:57:35.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
        },
        {
            "id": 624041,
            "name": "48_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624041/theora/4935_a669fd9a8ad54e69951acce762acca5e.ogv",
                "original": "https://upload.frikanalen.no/media/624041/original/orig_de72557ceec1427f91077451bb345a46.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624041/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624041/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624041/broadcast/4935_f24e2bd43f4847c4922260c473c96ccc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624041/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:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T09:41:21.913000Z",
            "updatedTime": "2018-11-10T18:29:29.032370Z",
            "uploadedTime": "2010-11-11T09:41:21.913000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624041/theora/4935_a669fd9a8ad54e69951acce762acca5e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624041/large_thumb/large.jpg"
        },
        {
            "id": 624643,
            "name": "48_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624643/theora/5786_e805ef597dfb4b7e81ad7be50a4b4fd5.ogv",
                "original": "https://upload.frikanalen.no/media/624643/original/orig_34e01133251e46c9a06439310c8da7d3.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624643/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624643/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624643/broadcast/5786_195fc37408c24765a02ef5e10250b64f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624643/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-10-03T08:52:33.723000Z",
            "updatedTime": "2018-11-10T18:29:28.249312Z",
            "uploadedTime": "2011-10-03T08:52:33.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624643/theora/5786_e805ef597dfb4b7e81ad7be50a4b4fd5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624643/large_thumb/large.jpg"
        },
        {
            "id": 625080,
            "name": "48_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625080/theora/6577_f2f0be2339834bc6bf69647e490538c5.ogv",
                "original": "https://upload.frikanalen.no/media/625080/original/orig_1ce4fa77768e471391f79262b1610a18.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625080/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625080/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625080/broadcast/6577_6020b9487d2c407fb73fda0d26bae37b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625080/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:53",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-11-23T15:08:33.743000Z",
            "updatedTime": "2018-11-10T18:29:27.682427Z",
            "uploadedTime": "2012-11-23T15:08:33.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625080/theora/6577_f2f0be2339834bc6bf69647e490538c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625080/large_thumb/large.jpg"
        },
        {
            "id": 624058,
            "name": "49_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624058/theora/4936_c3281b63bc58452c934bc4b70890a435.ogv",
                "original": "https://upload.frikanalen.no/media/624058/original/orig_9e6ba6aee0bb48049b587cde9b80a89f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624058/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624058/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624058/broadcast/4936_f1805e57d07c4662bcde3aa5a409690b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624058/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:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T09:44:07.057000Z",
            "updatedTime": "2018-11-10T18:29:29.009111Z",
            "uploadedTime": "2010-11-11T09:44:07.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624058/theora/4936_c3281b63bc58452c934bc4b70890a435.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624058/large_thumb/large.jpg"
        },
        {
            "id": 624649,
            "name": "49_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624649/theora/5787_e2050b0bfed847ea9c48c689a4000339.ogv",
                "original": "https://upload.frikanalen.no/media/624649/original/orig_0aeecfe2e1264971a4980b15cf17e76d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624649/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624649/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624649/broadcast/5787_cbd49e55403e4923a3275ea1675c9875.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624649/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-10-03T08:53:57.350000Z",
            "updatedTime": "2018-11-10T18:29:28.245190Z",
            "uploadedTime": "2011-10-03T08:53:57.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624649/theora/5787_e2050b0bfed847ea9c48c689a4000339.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624649/large_thumb/large.jpg"
        },
        {
            "id": 625086,
            "name": "49_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625086/theora/6584_052b219946214410ab7baf7a1a90bfaa.ogv",
                "original": "https://upload.frikanalen.no/media/625086/original/orig_23c1702f3abf48cca656e400b0f8c46d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625086/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625086/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625086/broadcast/6584_c20bce833cf64b9aa732c264648a12d8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625086/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:16",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-02T18:37:42.770000Z",
            "updatedTime": "2018-11-10T18:29:27.674179Z",
            "uploadedTime": "2012-12-02T18:37:42.770000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625086/theora/6584_052b219946214410ab7baf7a1a90bfaa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625086/large_thumb/large.jpg"
        },
        {
            "id": 624063,
            "name": "50_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624063/theora/4934_1079e790f5a04acf98ddd085614bcbdf.ogv",
                "original": "https://upload.frikanalen.no/media/624063/original/orig_dfe32365c6af4c83a70d858f76200816.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624063/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624063/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624063/broadcast/4934_d48d242aa2944d229035c0c3a753b606.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624063/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:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T09:30:49.793000Z",
            "updatedTime": "2018-11-10T18:29:29.002167Z",
            "uploadedTime": "2010-11-11T09:30:49.793000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624063/theora/4934_1079e790f5a04acf98ddd085614bcbdf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624063/large_thumb/large.jpg"
        },
        {
            "id": 624656,
            "name": "50_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624656/theora/5788_55291d03a31e4c5ab5589b7a068be07f.ogv",
                "original": "https://upload.frikanalen.no/media/624656/original/orig_1278589fdda54f499c10d638f290db67.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624656/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624656/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624656/broadcast/5788_71fb89f51ada48b2bf1a3b13102d9f6b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624656/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-10-03T08:57:30.307000Z",
            "updatedTime": "2018-11-10T18:29:28.236904Z",
            "uploadedTime": "2011-10-03T08:57:30.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624656/theora/5788_55291d03a31e4c5ab5589b7a068be07f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624656/large_thumb/large.jpg"
        },
        {
            "id": 624224,
            "name": "5080 - Helge Jordal",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624224/theora/5252_24e6c47605374d22b28aaf3325924391.ogv",
                "original": "https://upload.frikanalen.no/media/624224/original/orig_198ecb256e8f496989e364a863f3d0a0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624224/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624224/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624224/broadcast/5252_a26f410bb3a8491f85d4104e1718bbf4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624224/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:36.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:18:24.350000Z",
            "updatedTime": "2018-11-10T18:29:28.803881Z",
            "uploadedTime": "2011-02-02T19:18:24.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624224/theora/5252_24e6c47605374d22b28aaf3325924391.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624224/large_thumb/large.jpg"
        },
        {
            "id": 624225,
            "name": "5080 - Laffen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624225/theora/5253_b1cab8c9412645b9ba738b8227ef25b1.ogv",
                "original": "https://upload.frikanalen.no/media/624225/original/orig_2a13efc183eb45ed8394dd99724ba9d3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624225/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624225/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624225/broadcast/5253_9643f09395714a3cacc6ea41c902adc1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624225/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:26.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:18:57.003000Z",
            "updatedTime": "2018-11-10T18:29:28.802433Z",
            "uploadedTime": "2011-02-02T19:18:57.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624225/theora/5253_b1cab8c9412645b9ba738b8227ef25b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624225/large_thumb/large.jpg"
        },
        {
            "id": 624222,
            "name": "5080 - Piss piss piss",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624222/broadcast/5250_f44caabb8a6b4f9abc1f1b6a87168064.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:34.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T14:44:19.727000Z",
            "updatedTime": "2018-11-10T18:29:28.806589Z",
            "uploadedTime": "2011-02-02T14:44:19.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
        },
        {
            "id": 624223,
            "name": "5080 - Troll i ord",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
                "original": "https://upload.frikanalen.no/media/624223/original/orig_74e3071a46504f1a95b984e5007dc5cb.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624223/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624223/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624223/broadcast/5251_da03e434be914383ab6d29c98a2dd019.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:55.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:17:38.490000Z",
            "updatedTime": "2018-11-10T18:29:28.805234Z",
            "uploadedTime": "2011-02-02T19:17:38.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
        },
        {
            "id": 624226,
            "name": "5080TV sending 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
                "original": "https://upload.frikanalen.no/media/624226/original/orig_f9fb7e67a2ef41ee9b1f298a28888974.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624226/broadcast/5254_b9ff794c12e1431881d2999753f93806.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:41.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:19:52.987000Z",
            "updatedTime": "2018-11-10T18:29:28.801038Z",
            "uploadedTime": "2011-02-02T19:19:52.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
        },
        {
            "id": 624116,
            "name": "51_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624116/theora/4937_64dc9981cb7840afab3e55f945f6b87a.ogv",
                "original": "https://upload.frikanalen.no/media/624116/original/orig_d0b580641bc14ac5a82e660bf30dff06.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624116/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624116/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624116/broadcast/4937_d92fd9112a084ccfa001ff9499f8ef77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624116/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:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T10:06:00.097000Z",
            "updatedTime": "2018-11-10T18:29:28.937683Z",
            "uploadedTime": "2010-11-11T10:06:00.097000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624116/theora/4937_64dc9981cb7840afab3e55f945f6b87a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624116/large_thumb/large.jpg"
        },
        {
            "id": 624662,
            "name": "51_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624662/theora/5859_f7aaf29bb3484b9a839b0fe56bead323.ogv",
                "original": "https://upload.frikanalen.no/media/624662/original/orig_2627f43fc674433585bfe59d53348195.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624662/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624662/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624662/broadcast/5859_3f859d773b3e4427af9225673db575e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624662/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-12-16T09:34:44.627000Z",
            "updatedTime": "2018-11-10T18:29:28.228700Z",
            "uploadedTime": "2011-12-16T09:34:44.627000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624662/theora/5859_f7aaf29bb3484b9a839b0fe56bead323.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624662/large_thumb/large.jpg"
        },
        {
            "id": 625097,
            "name": "51_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625097/theora/6600_1d3b2a0b514348c39cd64e5a5b1a6f9b.ogv",
                "original": "https://upload.frikanalen.no/media/625097/original/orig_a52d4a3bca634723a5380c1b24e1a3d5.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625097/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625097/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625097/broadcast/6600_86e47fba7aa447f78665c0e0eacc03b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625097/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:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-13T11:39:38.180000Z",
            "updatedTime": "2018-11-10T18:29:27.660209Z",
            "uploadedTime": "2012-12-13T11:39:38.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625097/theora/6600_1d3b2a0b514348c39cd64e5a5b1a6f9b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625097/large_thumb/large.jpg"
        },
        {
            "id": 624127,
            "name": "52_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624127/theora/4938_f73b6c21542147b5b49e47d353f7690e.ogv",
                "original": "https://upload.frikanalen.no/media/624127/original/orig_b8e4a5e3f4b24924b2ebfaec5af6e5f4.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624127/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624127/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624127/broadcast/4938_169c00851a9a4faa9e49285f1bec1b77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624127/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:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T10:07:42.037000Z",
            "updatedTime": "2018-11-10T18:29:28.924567Z",
            "uploadedTime": "2010-11-11T10:07:42.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624127/theora/4938_f73b6c21542147b5b49e47d353f7690e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624127/large_thumb/large.jpg"
        },
        {
            "id": 624666,
            "name": "52_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624666/theora/5860_eb832ad7da8a444198f5c2816041555e.ogv",
                "original": "https://upload.frikanalen.no/media/624666/original/orig_f72f07fed0534279a57bccd8c656883d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624666/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624666/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624666/broadcast/5860_c2516b2fe90946368b99aa63c5e26099.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624666/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:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-12-16T09:39:13.273000Z",
            "updatedTime": "2018-11-10T18:29:28.223233Z",
            "uploadedTime": "2011-12-16T09:39:13.273000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624666/theora/5860_eb832ad7da8a444198f5c2816041555e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624666/large_thumb/large.jpg"
        },
        {
            "id": 625111,
            "name": "52_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
                "original": "https://upload.frikanalen.no/media/625111/original/orig_16cd2bded0084d0590a700a9659d8e1e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625111/broadcast/6619_42ba2fbbd67a4103895d61e587d41bca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625111/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:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-21T08:29:46.513000Z",
            "updatedTime": "2018-11-10T18:29:27.643732Z",
            "uploadedTime": "2012-12-21T08:29:46.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625111/large_thumb/large.jpg"
        },
        {
            "id": 623796,
            "name": "A1 - Caught in the middle",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623796/theora/4562_f83c63c8d9cf4a05a33079cb6e7cc88a.ogv",
                "original": "https://upload.frikanalen.no/media/623796/original/orig_b7c15b467cc24ff4880a10575d819c16.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623796/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623796/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623796/broadcast/4562_4675e3e0e83d4cf2a185abbf82cd0682.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623796/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:54.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:46:17.550000Z",
            "updatedTime": "2018-11-10T18:29:29.368259Z",
            "uploadedTime": "2010-08-10T14:46:17.550000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623796/theora/4562_f83c63c8d9cf4a05a33079cb6e7cc88a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623796/large_thumb/large.jpg"
        },
        {
            "id": 623797,
            "name": "A1 i studio",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623797/theora/4563_7de813476f434fb7bafaa6a067f2a828.ogv",
                "original": "https://upload.frikanalen.no/media/623797/original/orig_6086ccaa8e7049779781fe07178435bf.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623797/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623797/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623797/broadcast/4563_7684e326937b4488821cde1c9a73fa8d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623797/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:49.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:51:17Z",
            "updatedTime": "2018-11-10T18:29:29.366835Z",
            "uploadedTime": "2010-08-10T14:51:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623797/theora/4563_7de813476f434fb7bafaa6a067f2a828.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623797/large_thumb/large.jpg"
        },
        {
            "id": 625677,
            "name": "A Billion People And Even More Phones - Debconf 16",
            "header": "A look, as an insider, on how a multi billion dollar industry is changing the game in the world's largest democracy from an insider's point of view. I would like to talk about my journey as a female coder from a developing nation which gives me a different perspective to the world. From parents who taught me to use Linux at an early age to  living in the land at the verge of an IT boom which assures a job to anyone with basic computer knowledge. Anyone at any stage of their professional life can be the audience. The goal is to entertain the audience while shedding light on how technology is changing India and helping us solve our problems and how you can leverage some of that to find a solution you maybe looking for. Special emphasis on women empowerment and future prospects.\n\nTalk (20 mins) session with Keerthana Krishnan during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625677/broadcast/A_Billion_People_And_Even_More_Phones.dv",
                "theora": "https://upload.frikanalen.no/media/625677/theora/A_Billion_People_And_Even_More_Phones.ogv",
                "original": "https://upload.frikanalen.no/media/625677/original/A_Billion_People_And_Even_More_Phones.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625677/small_thumb/A_Billion_People_And_Even_More_Phones.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625677/large_thumb/A_Billion_People_And_Even_More_Phones.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:21:09.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/62/",
            "createdTime": "2016-07-19T20:37:39.780509Z",
            "updatedTime": "2018-11-10T18:29:26.883817Z",
            "uploadedTime": "2016-07-19T20:38:06.308975Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625677/theora/A_Billion_People_And_Even_More_Phones.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625677/large_thumb/A_Billion_People_And_Even_More_Phones.jpg"
        },
        {
            "id": 623140,
            "name": "AD LIB Del 1",
            "header": "Korkonsert",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623140/theora/3524_da66a77f400c46ef85304462b6db320e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623140/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623140/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623140/broadcast/3524_320f264038dc414dae6ab470255c5a59.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623140/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:04.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-22T09:51:20.277000Z",
            "updatedTime": "2018-11-10T18:29:30.173289Z",
            "uploadedTime": "2009-09-22T09:51:20.277000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623140/theora/3524_da66a77f400c46ef85304462b6db320e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623140/large_thumb/large.jpg"
        },
        {
            "id": 623119,
            "name": "AD LIB Del 2",
            "header": "Korkonsert",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623119/theora/3525_1bdf687b7b184836934a5f428a5b366b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623119/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623119/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623119/broadcast/3525_c6c650f3a6774e318a38943480f16320.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623119/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-22T09:59:12.790000Z",
            "updatedTime": "2018-11-10T18:29:30.199620Z",
            "uploadedTime": "2009-09-22T09:59:12.790000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623119/theora/3525_1bdf687b7b184836934a5f428a5b366b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623119/large_thumb/large.jpg"
        },
        {
            "id": 623764,
            "name": "ADRA 2010 001",
            "header": "ADRA Norge driver bistandsarbeid over store deler av verden. Fokus er på Haiti og Etiopia. Gry Haugen har besøk av hjelpearbeider Chandra Baier i studio.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623764/theora/4476_c39157ee25634f8a92e268c1be8317e7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623764/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623764/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623764/broadcast/4476_1b16762df2da43e998f4a624405e4aa1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623764/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:24:53.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T07:50:11.080000Z",
            "updatedTime": "2018-11-10T18:29:29.408854Z",
            "uploadedTime": "2010-07-07T07:50:11.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623764/theora/4476_c39157ee25634f8a92e268c1be8317e7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623764/large_thumb/large.jpg"
        },
        {
            "id": 623765,
            "name": "ADRA 2010 002",
            "header": "ADRA Norge driver bistandsarbeid mange steder i verden. Chandra Baier som er gjest hos programleder Gry Haugen forteller om erfaringer fra Haiti.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623765/theora/4477_7fc4b484f6ce42989e4f2d64d8c3b98b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623765/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623765/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623765/broadcast/4477_7236dd030df54e3a88446892e6d62f5d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623765/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.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T07:53:49.600000Z",
            "updatedTime": "2018-11-10T18:29:29.407478Z",
            "uploadedTime": "2010-07-07T07:53:49.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623765/theora/4477_7fc4b484f6ce42989e4f2d64d8c3b98b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623765/large_thumb/large.jpg"
        },
        {
            "id": 624020,
            "name": "ADRA 2010 003",
            "header": "Programleder Gry Haugen i ADRA har besøk av Ingar Rekstad som er lærer på en skole der elevene hjelper med å samle penger til ADRAS hjelpearbeid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624020/theora/4900_8a81ecae502f443f9b90b277ca6c92b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624020/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624020/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624020/broadcast/4900_8a81ecae502f443f9b90b277ca6c92b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624020/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:23:29.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:25:08.093000Z",
            "updatedTime": "2018-11-10T18:29:29.058287Z",
            "uploadedTime": "2010-10-25T17:25:08.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624020/theora/4900_8a81ecae502f443f9b90b277ca6c92b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624020/large_thumb/large.jpg"
        },
        {
            "id": 624022,
            "name": "ADRA 2010 004",
            "header": "Programleder Gry Haugen har besøk av tre skoleelever som har vært med på å samle penger til ADRAs hjelpearbeid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624022/theora/4901_6b583894d50f4a6e93d039a6a6252fd0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624022/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624022/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624022/broadcast/4901_6b583894d50f4a6e93d039a6a6252fd0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624022/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:29:37.427000Z",
            "updatedTime": "2018-11-10T18:29:29.055613Z",
            "uploadedTime": "2010-10-25T17:29:37.427000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624022/theora/4901_6b583894d50f4a6e93d039a6a6252fd0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624022/large_thumb/large.jpg"
        },
        {
            "id": 624030,
            "name": "ADRA 2010 005",
            "header": "Programleder Gry Haugen har besøk av Birgit Philipsen som er ny leder av ADRA Norge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624030/theora/4902_bab4f6dc3a1c437fb61b69d6e63ddb5b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624030/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624030/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624030/broadcast/4902_bab4f6dc3a1c437fb61b69d6e63ddb5b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624030/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:33:20.430000Z",
            "updatedTime": "2018-11-10T18:29:29.047267Z",
            "uploadedTime": "2010-10-25T17:33:20.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624030/theora/4902_bab4f6dc3a1c437fb61b69d6e63ddb5b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624030/large_thumb/large.jpg"
        },
        {
            "id": 624029,
            "name": "ADRA 2010 006",
            "header": "Programleder Gry Haugen har besøk i studio av Danilo Avileis som har ansvar for for ADRAs prosjekt i Nord-Sudan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624029/theora/4903_50b39a23519040368240d48c2902b8db.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624029/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624029/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624029/broadcast/4903_50b39a23519040368240d48c2902b8db.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624029/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:23:59.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-25T17:38:01.013000Z",
            "updatedTime": "2018-11-10T18:29:29.048634Z",
            "uploadedTime": "2010-10-25T17:38:01.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624029/theora/4903_50b39a23519040368240d48c2902b8db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624029/large_thumb/large.jpg"
        },
        {
            "id": 624573,
            "name": "ADRA-magasinet 2011 Thailand",
            "header": "Et av landene som ADRA fokuserer spesielt på i 2011 er Thailand. Fattigdom og menneskehandel er store problemer i landet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
                "original": "https://upload.frikanalen.no/media/624573/original/orig_d58382418802456ebd0a04fa0ba5a3bf.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624573/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624573/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624573/broadcast/5752_501fd250685e4b05bf0ea76b88614c89.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624573/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:23:49.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:43:22.777000Z",
            "updatedTime": "2018-11-10T18:29:28.343419Z",
            "uploadedTime": "2011-09-08T12:43:22.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624573/large_thumb/large.jpg"
        },
        {
            "id": 624574,
            "name": "ADRA-magasin sep 2011 Cambodia",
            "header": "ADRAS hjelpearbeid søker i 2011 å redde barn fra sex-handel.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
                "original": "https://upload.frikanalen.no/media/624574/original/orig_a4f84baaf0344020adb4f846bddfbd04.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624574/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624574/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624574/broadcast/5753_951ba84b11c144f9a5223f6d77954bd1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624574/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:24:37.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:49:52.317000Z",
            "updatedTime": "2018-11-10T18:29:28.342049Z",
            "uploadedTime": "2011-09-08T12:49:52.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624574/large_thumb/large.jpg"
        },
        {
            "id": 625708,
            "name": "Advancing container support in Debian - Debconf 16",
            "header": "Containers and related technologies have emerged (or re-emerged depending on your point of view) as both a complement and substitute to virtualisation.  The Debian Go Packaging Team has been hard at work packaging the latest releases of Docker, Kubernetes and Rocket to ensure that the Debian community can use DFSG-compliant versions of.  This talk will discuss that challenges of packaging software in the Go language and show how containerisation actually plays to Debian's strengths as a stable, free and unencumbered operating system.\n\nTalk (20 mins) session with Tim Potter during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625708/theora/Advancing_container_support_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625708/broadcast/Advancing_container_support_in_Debian.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625708/small_thumb/Advancing_container_support_in_Debian.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625708/large_thumb/Advancing_container_support_in_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625708/original/Advancing_container_support_in_Debian.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:20.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/75/",
            "createdTime": "2016-07-22T11:24:47.368604Z",
            "updatedTime": "2018-11-10T18:29:26.832371Z",
            "uploadedTime": "2016-07-22T11:24:53.407974Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625708/theora/Advancing_container_support_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625708/large_thumb/Advancing_container_support_in_Debian.jpg"
        },
        {
            "id": 624076,
            "name": "Advents Gudstjeneste",
            "header": "2. Advent, Gudstjeneste i Missions kirken i Charlottenberg,",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624076/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624076/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624076/broadcast/5048_ef08d6b75fa049799c6c538868c06805.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624076/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-05T19:33:49.293000Z",
            "updatedTime": "2018-11-10T18:29:28.985797Z",
            "uploadedTime": "2010-12-05T19:33:49.293000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624076/large_thumb/large.jpg"
        },
        {
            "id": 626822,
            "name": "Ære til Imam Khomeini",
            "header": "Ære til Imam Khomeini",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626822/theora/Ære til Imam Khomeini.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626822/broadcast/Ære til Imam Khomeini.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626822/large_thumb/Ære til Imam Khomeini.jpg",
                "original": "https://upload.frikanalen.no/media/626822/original/Ære til Imam Khomeini.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:17:57.600000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-05T22:12:03.833434Z",
            "updatedTime": "2021-06-05T22:37:22.578723Z",
            "uploadedTime": "2021-06-05T22:29:02.533871Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626822/theora/Ære til Imam Khomeini.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626822/large_thumb/Ære til Imam Khomeini.jpg"
        },
        {
            "id": 627392,
            "name": "Ære til martyr Sherin",
            "header": "Ære til martyr Sherin",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627392/theora/�re til martyr Sherin.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627392/broadcast/�re til martyr Sherin.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627392/large_thumb/�re til martyr Sherin.jpg",
                "original": "https://upload.frikanalen.no/media/627392/original/�re til martyr Sherin.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:16:50.333333",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-05-18T13:34:49.735746Z",
            "updatedTime": "2022-05-18T13:53:10.826163Z",
            "uploadedTime": "2022-05-18T13:45:10.489900Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627392/theora/�re til martyr Sherin.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627392/large_thumb/�re til martyr Sherin.jpg"
        },
        {
            "id": 626879,
            "name": "Ære til Taliban",
            "header": "Ære til Taliban",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626879/theora/Ære til Taliban.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626879/broadcast/Ære til Taliban.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626879/large_thumb/Ære til Taliban.jpg",
                "original": "https://upload.frikanalen.no/media/626879/original/Ære til Taliban.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:13:08.560000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-08-20T00:03:47.233590Z",
            "updatedTime": "2021-08-20T00:13:45.342050Z",
            "uploadedTime": "2021-08-20T00:07:58.068911Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626879/theora/Ære til Taliban.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626879/large_thumb/Ære til Taliban.jpg"
        },
        {
            "id": 626918,
            "name": "Afghanistan – en taper og en vinner",
            "header": "Afghanistan – en taper og en vinner",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626918/theora/Afghanistan – en taper og en vinner.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626918/broadcast/Afghanistan – en taper og en vinner.dv",
                "original": "https://upload.frikanalen.no/media/626918/original/Afghanistan – en taper og en vinner.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626918/large_thumb/Afghanistan – en taper og en vinner.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:12:32.333333",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-08-28T06:18:23.228873Z",
            "updatedTime": "2021-08-28T06:26:45.163983Z",
            "uploadedTime": "2021-08-28T06:20:39.837922Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626918/theora/Afghanistan – en taper og en vinner.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626918/large_thumb/Afghanistan – en taper og en vinner.jpg"
        },
        {
            "id": 626786,
            "name": "Afrika - Til Mosaikk barnehage",
            "header": "Afrika - Til Mosaikk barnehage",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626786/theora/Afrika. Til Mosaikk barnehage.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626786/broadcast/Afrika. Til Mosaikk barnehage.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626786/large_thumb/Afrika. Til Mosaikk barnehage.jpg",
                "original": "https://upload.frikanalen.no/media/626786/original/Afrika. Til Mosaikk barnehage.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:02:32.520000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-05-07T13:16:07.398895Z",
            "updatedTime": "2021-05-07T13:19:56.172457Z",
            "uploadedTime": "2021-05-07T13:18:41.323058Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626786/theora/Afrika. Til Mosaikk barnehage.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626786/large_thumb/Afrika. Til Mosaikk barnehage.jpg"
        },
        {
            "id": 624180,
            "name": "A Fundamental Desire",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624180/theora/5188_57c284a172cd4db8a654e42232e61353.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624180/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624180/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624180/broadcast/5188_57c284a172cd4db8a654e42232e61353.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624180/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:32.400000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-18T09:57:01.950000Z",
            "updatedTime": "2018-11-10T18:29:28.856950Z",
            "uploadedTime": "2011-01-18T09:57:01.950000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624180/theora/5188_57c284a172cd4db8a654e42232e61353.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624180/large_thumb/large.jpg"
        },
        {
            "id": 624184,
            "name": "A Gift Of Understanding +Intro",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624184/theora/5189_ac08be1eb4c94a51bcf9721a97cba719.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624184/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624184/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624184/broadcast/5189_6f796991c23e4863a608517fcd48da99.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624184/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:15.320000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-18T09:57:52.437000Z",
            "updatedTime": "2018-11-10T18:29:28.852826Z",
            "uploadedTime": "2011-01-18T09:57:52.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624184/theora/5189_ac08be1eb4c94a51bcf9721a97cba719.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624184/large_thumb/large.jpg"
        }
    ]
}