List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

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

{
    "count": 3452,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3000&ordering=header",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2900&ordering=header",
    "results": [
        {
            "id": 623171,
            "name": "Den Norske kirke i eksil del 31",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623171/theora/3326_8af264a5ad264b7fbca9c37761847a3e.ogv",
                "original": "https://upload.frikanalen.no/media/623171/original/orig_c41b419f17fc4ea1a8dbe18d4c0a7bad.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623171/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623171/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623171/broadcast/3326_d3f3b256d3c7468588f6c2120664c291.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623171/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:22.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-30T22:53:07.150000Z",
            "updatedTime": "2018-11-10T18:29:30.133890Z",
            "uploadedTime": "2009-08-30T22:53:07.150000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623171/theora/3326_8af264a5ad264b7fbca9c37761847a3e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623171/large_thumb/large.jpg"
        },
        {
            "id": 623845,
            "name": "Helse, Program3 250810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623845/theora/4621_3bbfc8429f4d46b08e4f0a33607d3c84.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623845/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623845/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623845/broadcast/4621_cb2ea666b0b941b6bf91974fc2b5c6e5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623845/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:15.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T13:27:46.600000Z",
            "updatedTime": "2018-11-10T18:29:29.299365Z",
            "uploadedTime": "2010-08-13T13:27:46.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623845/theora/4621_3bbfc8429f4d46b08e4f0a33607d3c84.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623845/large_thumb/large.jpg"
        },
        {
            "id": 623846,
            "name": "Dem Gode nyheterna 300810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623846/theora/4622_6f32ec3e9e4e4bc69bd28e227ab05f93.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623846/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623846/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623846/broadcast/4622_10395a3eb7d64a45a2eb323f46bcb04c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623846/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:07.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T13:30:12.030000Z",
            "updatedTime": "2018-11-10T18:29:29.298006Z",
            "uploadedTime": "2010-08-13T13:30:12.030000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623846/theora/4622_6f32ec3e9e4e4bc69bd28e227ab05f93.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623846/large_thumb/large.jpg"
        },
        {
            "id": 623161,
            "name": "Akkurat nå! 18.oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623161/theora/2914_c9f1b408509b4d15adbc09bd0f4ffbf4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623161/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623161/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623161/broadcast/2914_d257464638a14ed28dc0736b60d3e194.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623161/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:51:03.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:26:58.640000Z",
            "updatedTime": "2018-11-10T18:29:30.147018Z",
            "uploadedTime": "2009-05-16T12:26:58.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623161/theora/2914_c9f1b408509b4d15adbc09bd0f4ffbf4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623161/large_thumb/large.jpg"
        },
        {
            "id": 623160,
            "name": "Drøfting av Quranen del 54",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623160/theora/3576_7519fc0f27324cc08be7b4b818089e53.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623160/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623160/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623160/broadcast/3576_edf20a091b904cd0a166a16099e7f59d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623160/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:05.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-16T15:00:54.830000Z",
            "updatedTime": "2018-11-10T18:29:30.148634Z",
            "uploadedTime": "2009-10-16T15:00:54.830000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623160/theora/3576_7519fc0f27324cc08be7b4b818089e53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623160/large_thumb/large.jpg"
        },
        {
            "id": 623159,
            "name": "Drøfting av Quranen del 55",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623159/theora/3577_a0d8a3a3fc2f4696a79ba736c602e086.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623159/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623159/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623159/broadcast/3577_02b4179a24ba40fcab1982766aba4bb5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623159/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:12.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-16T15:01:33.330000Z",
            "updatedTime": "2018-11-10T18:29:30.150068Z",
            "uploadedTime": "2009-10-16T15:01:33.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623159/theora/3577_a0d8a3a3fc2f4696a79ba736c602e086.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623159/large_thumb/large.jpg"
        },
        {
            "id": 623158,
            "name": "Drøfting av Quranen del 53",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623158/theora/2949_54a75750f3f54f5a9ff6c0ef472e6d63.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623158/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623158/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623158/broadcast/2949_3b8ba42ae3e4477abe5517a34989466d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623158/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:12.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:56:27.370000Z",
            "updatedTime": "2018-11-10T18:29:30.151454Z",
            "uploadedTime": "2009-05-16T12:56:27.370000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623158/theora/2949_54a75750f3f54f5a9ff6c0ef472e6d63.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623158/large_thumb/large.jpg"
        },
        {
            "id": 623857,
            "name": "Hjerte Til Hjerte, Bazan, 2008",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623857/theora/4288_09cb906577324a138dbc9e293f4fb580.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623857/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623857/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623857/broadcast/4288_cd6cce2f4cb24e26826e129b0a7fd66d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623857/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.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-07T07:36:32.430000Z",
            "updatedTime": "2018-11-10T18:29:29.282311Z",
            "uploadedTime": "2010-05-07T07:36:32.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623857/theora/4288_09cb906577324a138dbc9e293f4fb580.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623857/large_thumb/large.jpg"
        },
        {
            "id": 623861,
            "name": "Serat del 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623861/theora/4632_593fbf3e2ebe4525b0a9330f1a41ef8b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623861/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623861/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623861/broadcast/4632_d2a9f9aaa5784c4b991d1501a2647f9d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623861/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-19T14:09:09.440000Z",
            "updatedTime": "2018-11-10T18:29:29.276868Z",
            "uploadedTime": "2010-08-19T14:09:09.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623861/theora/4632_593fbf3e2ebe4525b0a9330f1a41ef8b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623861/large_thumb/large.jpg"
        },
        {
            "id": 623148,
            "name": "Akkurat nå! 11.oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623148/theora/2913_7f094666f2f14c5a8a43d92ce0e6988d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623148/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623148/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623148/broadcast/2913_2a874384ae0944f195e17238de8da36f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623148/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:51.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:26:00.437000Z",
            "updatedTime": "2018-11-10T18:29:30.163780Z",
            "uploadedTime": "2009-05-16T12:26:00.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623148/theora/2913_7f094666f2f14c5a8a43d92ce0e6988d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623148/large_thumb/large.jpg"
        },
        {
            "id": 623865,
            "name": "Serat del 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623865/theora/4638_745d13af58a54002999be84ba9eaf26d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623865/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623865/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623865/broadcast/4638_42336c0884c54d85a10dce00774646c7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623865/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:00.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-23T10:05:33.917000Z",
            "updatedTime": "2018-11-10T18:29:29.271232Z",
            "uploadedTime": "2010-08-23T10:05:33.917000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623865/theora/4638_745d13af58a54002999be84ba9eaf26d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623865/large_thumb/large.jpg"
        },
        {
            "id": 623866,
            "name": "Serat del 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623866/theora/4639_d7322044c99a442593b6dff3285c5e09.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623866/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623866/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623866/broadcast/4639_2be7648ab7be465aa6bd0e6489ce5c81.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623866/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-23T10:05:53.373000Z",
            "updatedTime": "2018-11-10T18:29:29.269829Z",
            "uploadedTime": "2010-08-23T10:05:53.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623866/theora/4639_d7322044c99a442593b6dff3285c5e09.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623866/large_thumb/large.jpg"
        },
        {
            "id": 623867,
            "name": "35_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623867/theora/4641_6b39250cd99f4207848110eb64774004.ogv",
                "original": "https://upload.frikanalen.no/media/623867/original/orig_0440d3ad543141108976a68241d67bcd.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623867/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623867/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623867/broadcast/4641_3df3cdf2960d403c8933809218a9b8ca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623867/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": "2010-08-23T11:50:53.510000Z",
            "updatedTime": "2018-11-10T18:29:29.268462Z",
            "uploadedTime": "2010-08-23T11:50:53.510000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623867/theora/4641_6b39250cd99f4207848110eb64774004.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623867/large_thumb/large.jpg"
        },
        {
            "id": 623872,
            "name": "Akkurat Nå 29 august 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623872/theora/4616_6eb1b72a166b4f1eb9097d7a4f01a328.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623872/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623872/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623872/broadcast/4616_5058163165d84a4b9a8defde6ee3337c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623872/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:54:58.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-12T14:51:24.743000Z",
            "updatedTime": "2018-11-10T18:29:29.261648Z",
            "uploadedTime": "2010-08-12T14:51:24.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623872/theora/4616_6eb1b72a166b4f1eb9097d7a4f01a328.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623872/large_thumb/large.jpg"
        },
        {
            "id": 623874,
            "name": "36_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623874/theora/4642_5420f206367a4dcda9f010724c62c411.ogv",
                "original": "https://upload.frikanalen.no/media/623874/original/orig_bf64ce1ad5a64775934a3f37bc764256.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623874/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623874/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623874/broadcast/4642_ad8adcc5d24e485da38aecb63032f2ef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623874/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": "2010-08-23T11:53:02.233000Z",
            "updatedTime": "2018-11-10T18:29:29.258893Z",
            "uploadedTime": "2010-08-23T11:53:02.233000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623874/theora/4642_5420f206367a4dcda9f010724c62c411.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623874/large_thumb/large.jpg"
        },
        {
            "id": 623132,
            "name": "Akkurat nå! 4.oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623132/theora/2912_1c05fd129a024cfa931799197a131d2f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623132/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623132/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623132/broadcast/2912_fd53a555289b4f33ad8bca3ffdfefbae.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623132/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:49:39.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:24:52.780000Z",
            "updatedTime": "2018-11-10T18:29:30.182705Z",
            "uploadedTime": "2009-05-16T12:24:52.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623132/theora/2912_1c05fd129a024cfa931799197a131d2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623132/large_thumb/large.jpg"
        },
        {
            "id": 623889,
            "name": "Akkurat Nå 5 september 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623889/theora/4617_c434408c319c4a828ba7bc5bf1c0d7b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623889/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623889/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623889/broadcast/4617_7efe7d3f8cbd4f7a930f87b5f9cf8166.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623889/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:54:31.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-12T14:52:58.290000Z",
            "updatedTime": "2018-11-10T18:29:29.234691Z",
            "uploadedTime": "2010-08-12T14:52:58.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623889/theora/4617_c434408c319c4a828ba7bc5bf1c0d7b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623889/large_thumb/large.jpg"
        },
        {
            "id": 623123,
            "name": "Akkurat nå! 27.september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623123/theora/2911_00ef4fb8d5ea4e41a4f7ee36b8b6b8b2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623123/broadcast/2911_0e7a604513224ad286dd8276bb107fbf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623123/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:12.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:23:03.563000Z",
            "updatedTime": "2018-11-10T18:29:30.193945Z",
            "uploadedTime": "2009-05-16T12:23:03.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623123/theora/2911_00ef4fb8d5ea4e41a4f7ee36b8b6b8b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623123/large_thumb/large.jpg"
        },
        {
            "id": 623893,
            "name": "37_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623893/theora/4643_58828bd48d91444c9223c34360ea2517.ogv",
                "original": "https://upload.frikanalen.no/media/623893/original/orig_a862664c23cb4e58ae9567e31fb6bf86.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623893/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623893/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623893/broadcast/4643_774365f6e8e94c35b91e804c39dbf3a9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623893/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:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-08-23T11:53:53.227000Z",
            "updatedTime": "2018-11-10T18:29:29.228852Z",
            "uploadedTime": "2010-08-23T11:53:53.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623893/theora/4643_58828bd48d91444c9223c34360ea2517.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623893/large_thumb/large.jpg"
        },
        {
            "id": 623896,
            "name": "Jesus i India del 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623896/theora/4708_06f1aad473c846e39712df4c55f277d1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623896/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623896/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623896/broadcast/4708_bb15f98c78504210a10742636f8961bb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623896/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:34.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T09:22:20.980000Z",
            "updatedTime": "2018-11-10T18:29:29.224765Z",
            "uploadedTime": "2010-09-03T09:22:20.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623896/theora/4708_06f1aad473c846e39712df4c55f277d1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623896/large_thumb/large.jpg"
        },
        {
            "id": 623897,
            "name": "Inside Israel September 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623897/theora/4667_ff6e8a8a72824c628906533eb551bebc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623897/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623897/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623897/broadcast/4667_6d1f1ff65f424a24a6ea50c2da6dc7d0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623897/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:13.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-08-26T21:19:45.947000Z",
            "updatedTime": "2018-11-10T18:29:29.223375Z",
            "uploadedTime": "2010-08-26T21:19:45.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623897/theora/4667_ff6e8a8a72824c628906533eb551bebc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623897/large_thumb/large.jpg"
        },
        {
            "id": 623117,
            "name": "Den norske kirke i eksil del 30",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623117/theora/3530_41a33bc2bc7e4de790ec2122f86c530a.ogv",
                "original": "https://upload.frikanalen.no/media/623117/original/orig_b745523eadc24d108c2c34ca2f295037.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623117/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623117/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623117/broadcast/3530_9a2f10f974d5407a9f6642d27e57a55c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623117/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:24.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-23T05:20:12.600000Z",
            "updatedTime": "2018-11-10T18:29:30.202395Z",
            "uploadedTime": "2009-09-23T05:20:12.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623117/theora/3530_41a33bc2bc7e4de790ec2122f86c530a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623117/large_thumb/large.jpg"
        },
        {
            "id": 623116,
            "name": "Østfoldkirken U40",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623116/theora/3315_e22533cba94640f4ad3852faeb727d52.ogv",
                "original": "https://upload.frikanalen.no/media/623116/original/orig_c18999e10b89412686e6f98cf6bde78a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623116/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623116/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623116/broadcast/3315_31f0cb00e5394169930bc5d23ce1b390.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623116/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:21",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-08-28T20:57:48.170000Z",
            "updatedTime": "2018-11-10T18:29:30.203806Z",
            "uploadedTime": "2009-08-28T20:57:48.170000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623116/theora/3315_e22533cba94640f4ad3852faeb727d52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623116/large_thumb/large.jpg"
        },
        {
            "id": 623912,
            "name": "Akkurat Nå 12 sept 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623912/theora/4666_ed147ce1233947e8b4ea0ceb1ca6cc5d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623912/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623912/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623912/broadcast/4666_ee44cec9fcf14f2c8ea28d7631c00b8b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623912/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:08.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-26T16:52:08.477000Z",
            "updatedTime": "2018-11-10T18:29:29.202261Z",
            "uploadedTime": "2010-08-26T16:52:08.477000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623912/theora/4666_ed147ce1233947e8b4ea0ceb1ca6cc5d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623912/large_thumb/large.jpg"
        },
        {
            "id": 623914,
            "name": "Jesus I India del 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623914/theora/4743_f34b4d010d2549d6880596dfc82826a6.ogv",
                "original": "https://upload.frikanalen.no/media/623914/original/orig_ec88ceeb47fa4335bc24cebacdbb8837.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623914/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623914/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623914/broadcast/4743_39ab1ea0bcb04b17b81b23928094a615.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623914/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:40:42.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-10T15:56:50.763000Z",
            "updatedTime": "2018-11-10T18:29:29.199585Z",
            "uploadedTime": "2010-09-10T15:56:50.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623914/theora/4743_f34b4d010d2549d6880596dfc82826a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623914/large_thumb/large.jpg"
        },
        {
            "id": 623918,
            "name": "38_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623918/theora/4644_e275f70f54f94181867d4631ded5c915.ogv",
                "original": "https://upload.frikanalen.no/media/623918/original/orig_4b7a71a7e1f142faa6cac5aebef6e391.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623918/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623918/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623918/broadcast/4644_42cf2a08132d4a47becba1babaf6f813.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623918/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:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-08-23T11:54:56.290000Z",
            "updatedTime": "2018-11-10T18:29:29.194081Z",
            "uploadedTime": "2010-08-23T11:54:56.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623918/theora/4644_e275f70f54f94181867d4631ded5c915.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623918/large_thumb/large.jpg"
        },
        {
            "id": 623920,
            "name": "Jesus I India del 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623920/theora/4748_fdf7fbbdf9494b2c855fb9ebd2c2ed54.ogv",
                "original": "https://upload.frikanalen.no/media/623920/original/orig_3683bfa094b84849abf554f283b88cd2.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623920/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623920/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623920/broadcast/4748_40029a1bfe7e407bab0d577e409b8067.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623920/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:46.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-13T17:36:43.137000Z",
            "updatedTime": "2018-11-10T18:29:29.191347Z",
            "uploadedTime": "2010-09-13T17:36:43.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623920/theora/4748_fdf7fbbdf9494b2c855fb9ebd2c2ed54.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623920/large_thumb/large.jpg"
        },
        {
            "id": 623923,
            "name": "Stop Burn The Quran Day",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623923/theora/4751_54e4921e1e2b4f11bedbfd1cae3800b1.ogv",
                "original": "https://upload.frikanalen.no/media/623923/original/orig_db9cf2dfd33b4abf85dafd02adc0767c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623923/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623923/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623923/broadcast/4751_542cecefc6d4453e9426429b5256aa31.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623923/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:06:56",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-15T07:09:10.563000Z",
            "updatedTime": "2018-11-10T18:29:29.187216Z",
            "uploadedTime": "2010-09-15T07:09:10.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623923/theora/4751_54e4921e1e2b4f11bedbfd1cae3800b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623923/large_thumb/large.jpg"
        },
        {
            "id": 623924,
            "name": "Den norske kirke del 66",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623924/theora/orig_24bcb0a626b04b73a11b07c3412d1c0f.ogv",
                "original": "https://upload.frikanalen.no/media/623924/original/orig_24bcb0a626b04b73a11b07c3412d1c0f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623924/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623924/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623924/broadcast/4752_ceef89f429894e45ae0883e36d97d0ef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623924/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:26.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-15T13:15:51.030000Z",
            "updatedTime": "2018-11-10T18:29:29.185835Z",
            "uploadedTime": "2010-09-15T13:15:51.030000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623924/theora/orig_24bcb0a626b04b73a11b07c3412d1c0f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623924/large_thumb/large.jpg"
        },
        {
            "id": 623926,
            "name": "Akkurat Nå! 19 sept 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623926/theora/4669_9b46b7c965bc46e693fa9508585256f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623926/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623926/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623926/broadcast/4669_3615b898930d4ab69fbc30b9d923a217.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623926/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:52.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:52:20.990000Z",
            "updatedTime": "2018-11-10T18:29:29.182988Z",
            "uploadedTime": "2010-08-28T04:52:20.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623926/theora/4669_9b46b7c965bc46e693fa9508585256f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623926/large_thumb/large.jpg"
        },
        {
            "id": 623937,
            "name": "39_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623937/theora/4646_74749441b6ee4d60aa00bee0e38d4771.ogv",
                "original": "https://upload.frikanalen.no/media/623937/original/orig_b418b840185343168fb6cef7c0c7da14.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623937/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623937/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623937/broadcast/4646_0fbad3d49f024abcba6e2dc5d8edbe4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623937/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:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-08-23T11:56:31.667000Z",
            "updatedTime": "2018-11-10T18:29:29.167943Z",
            "uploadedTime": "2010-08-23T11:56:31.667000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623937/theora/4646_74749441b6ee4d60aa00bee0e38d4771.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623937/large_thumb/large.jpg"
        },
        {
            "id": 623938,
            "name": "Akkurat Nå! 26 sept 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623938/theora/4670_f16c194c5b74456a91c4572dea219534.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623938/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623938/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623938/broadcast/4670_2e790e6881664d32a9dd5132a36e1243.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623938/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:50:50.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:54:38.120000Z",
            "updatedTime": "2018-11-10T18:29:29.166570Z",
            "uploadedTime": "2010-08-28T04:54:38.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623938/theora/4670_f16c194c5b74456a91c4572dea219534.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623938/large_thumb/large.jpg"
        },
        {
            "id": 623943,
            "name": "Tak over hodet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623943/theora/4771_f78c8948727b49e881e9b203424b036b.ogv",
                "original": "https://upload.frikanalen.no/media/623943/original/orig_5c5742b00aa94c2f80d15870cdb86f76.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623943/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623943/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623943/broadcast/4771_caa76fb2109b482597d88313452ca8df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623943/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:03:24.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:53:28.573000Z",
            "updatedTime": "2018-11-10T18:29:29.159743Z",
            "uploadedTime": "2010-09-27T11:53:28.573000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623943/theora/4771_f78c8948727b49e881e9b203424b036b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623943/large_thumb/large.jpg"
        },
        {
            "id": 623949,
            "name": "Apropos: Festival",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623949/theora/4777_d65a1e2dd32e4f28a6dc993af935d7f0.ogv",
                "original": "https://upload.frikanalen.no/media/623949/original/orig_f1e503d636a44632862692750830cf40.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623949/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623949/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623949/broadcast/4777_27d8194132dc4e92b0f2198691e9a9f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623949/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:04:22.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:15:16.133000Z",
            "updatedTime": "2018-11-10T18:29:29.151580Z",
            "uploadedTime": "2010-09-29T07:15:16.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623949/theora/4777_d65a1e2dd32e4f28a6dc993af935d7f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623949/large_thumb/large.jpg"
        },
        {
            "id": 623950,
            "name": "Ut av skapet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623950/theora/4778_dbfdefb850ff4e0388044084ce228a79.ogv",
                "original": "https://upload.frikanalen.no/media/623950/original/orig_d468ab8789e94d4cb7f7f4f631b5a57b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623950/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623950/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623950/broadcast/4778_e9fbd4413204460086ea191909b265fd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623950/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:35.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:17:48.840000Z",
            "updatedTime": "2018-11-10T18:29:29.150161Z",
            "uploadedTime": "2010-09-29T07:17:48.840000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623950/theora/4778_dbfdefb850ff4e0388044084ce228a79.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623950/large_thumb/large.jpg"
        },
        {
            "id": 623951,
            "name": "Økonomitips",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623951/theora/4779_86b2e054f22d4eed91f879a04dfc67a5.ogv",
                "original": "https://upload.frikanalen.no/media/623951/original/orig_e30f0874fa134755b243320da56fbff3.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623951/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623951/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623951/broadcast/4779_9c3f2be653c648aeaa8e691604191c59.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623951/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:09",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:19:53.593000Z",
            "updatedTime": "2018-11-10T18:29:29.148800Z",
            "uploadedTime": "2010-09-29T07:19:53.593000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623951/theora/4779_86b2e054f22d4eed91f879a04dfc67a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623951/large_thumb/large.jpg"
        },
        {
            "id": 623953,
            "name": "Skuretfestivalen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623953/theora/4783_535b4a7ce97846c3a65162880a2a4c0f.ogv",
                "original": "https://upload.frikanalen.no/media/623953/original/orig_15fbbb2a6eaa480c85685a805d089665.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623953/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623953/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623953/broadcast/4783_7d09fcde73cd416dbd95626ee9e8f9f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623953/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:53.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:33:05.983000Z",
            "updatedTime": "2018-11-10T18:29:29.146090Z",
            "uploadedTime": "2010-09-29T07:33:05.983000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623953/theora/4783_535b4a7ce97846c3a65162880a2a4c0f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623953/large_thumb/large.jpg"
        },
        {
            "id": 623954,
            "name": "Tak over hodet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623954/theora/4780_ba30e625b7f240979548768fb8ba78dc.ogv",
                "original": "https://upload.frikanalen.no/media/623954/original/orig_c9ae26cf2a2c464ca396de13c8f252e8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623954/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623954/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623954/broadcast/4780_3316e2ef1af349b7a4c4539a1812389c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623954/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:03:24.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:22:01.160000Z",
            "updatedTime": "2018-11-10T18:29:29.144749Z",
            "uploadedTime": "2010-09-29T07:22:01.160000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623954/theora/4780_ba30e625b7f240979548768fb8ba78dc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623954/large_thumb/large.jpg"
        },
        {
            "id": 623957,
            "name": "40_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623957/theora/4645_c39837b9daa647e99c30197b9d7ade99.ogv",
                "original": "https://upload.frikanalen.no/media/623957/original/orig_49f97836626a46daa7df2a399eb40853.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623957/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623957/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623957/broadcast/4645_78b00522c36f4add8f50b3d61b5d9cef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623957/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:41",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-08-23T11:55:53.087000Z",
            "updatedTime": "2018-11-10T18:29:29.140632Z",
            "uploadedTime": "2010-08-23T11:55:53.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623957/theora/4645_c39837b9daa647e99c30197b9d7ade99.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623957/large_thumb/large.jpg"
        },
        {
            "id": 623961,
            "name": "Jesus I India del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
                "original": "https://upload.frikanalen.no/media/623961/original/orig_f6ccf0a5862440b7a1b551f9f24ae85a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623961/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623961/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623961/broadcast/4791_f8ca8e82b5464defbd5eefe83083b27d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:41.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T14:35:51.517000Z",
            "updatedTime": "2018-11-10T18:29:29.135055Z",
            "uploadedTime": "2010-09-30T14:35:51.517000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
        },
        {
            "id": 623966,
            "name": "Jesus I India del 5",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623966/theora/4797_d9f3d22deca140c39612edabec8722f0.ogv",
                "original": "https://upload.frikanalen.no/media/623966/original/orig_a082960863db46c4a47d737528c97215.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623966/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623966/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623966/broadcast/4797_c567c08a709541fe96e35bd0f7172c8a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623966/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:18.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-03T20:45:05.057000Z",
            "updatedTime": "2018-11-10T18:29:29.127478Z",
            "uploadedTime": "2010-10-03T20:45:05.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623966/theora/4797_d9f3d22deca140c39612edabec8722f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623966/large_thumb/large.jpg"
        },
        {
            "id": 623967,
            "name": "41_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623967/theora/orig_26f0e80845a8447baf35280125872c6f.ogv",
                "original": "https://upload.frikanalen.no/media/623967/original/orig_26f0e80845a8447baf35280125872c6f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623967/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623967/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623967/broadcast/4753_ede2cb9a55b9422d902b31cc8b3fe48e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623967/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:51",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:24:17.863000Z",
            "updatedTime": "2018-11-10T18:29:29.126081Z",
            "uploadedTime": "2010-09-20T11:24:17.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623967/theora/orig_26f0e80845a8447baf35280125872c6f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623967/large_thumb/large.jpg"
        },
        {
            "id": 623844,
            "name": "Time 4 Glory 180810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623844/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623844/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623844/broadcast/4619_c152eea3d5044e36aaaac871c3017fa9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:25:31.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T11:52:55.090000Z",
            "updatedTime": "2018-11-10T18:29:29.300727Z",
            "uploadedTime": "2010-08-13T11:52:55.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
        },
        {
            "id": 623066,
            "name": "Akkurat nå! 13.september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623066/theora/2909_c42910c5f7d9408f8bf00e6f399ed07c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623066/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623066/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623066/broadcast/2909_d3f821c5c95747a5ad1779146d65c848.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623066/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:35:45.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:21:41.970000Z",
            "updatedTime": "2018-11-10T18:29:30.270039Z",
            "uploadedTime": "2009-05-16T12:21:41.970000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623066/theora/2909_c42910c5f7d9408f8bf00e6f399ed07c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623066/large_thumb/large.jpg"
        },
        {
            "id": 623065,
            "name": "Helse Expo - del 7 - Hvile",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623065/theora/3468_7baab9ce31bf49d3a68553a433ec1024.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623065/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623065/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623065/broadcast/3468_e33327023189478eb04994a569348e4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623065/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": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-12T09:01:15.830000Z",
            "updatedTime": "2018-11-10T18:29:30.271394Z",
            "uploadedTime": "2009-09-12T09:01:15.830000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623065/theora/3468_7baab9ce31bf49d3a68553a433ec1024.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623065/large_thumb/large.jpg"
        },
        {
            "id": 623064,
            "name": "Ullrik og Ulven - Episode 5",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623064/theora/3470_d62c76e3823f4ca699e8337ba2e6c59b.ogv",
                "original": "https://upload.frikanalen.no/media/623064/original/orig_4d58ec02ca034f47b6cf887910da290e.wmv",
                "smallThumb": "https://upload.frikanalen.no/media/623064/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623064/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623064/broadcast/3470_d9c762db27d743dfbd90ba2fe346c2a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623064/large_thumb/large.jpg"
            },
            "creator": "pbakkeid@gmail.com",
            "organization": {
                "id": 49,
                "name": "Grensedalen Studio",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:59.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-12T11:53:52.180000Z",
            "updatedTime": "2018-11-10T18:29:30.272761Z",
            "uploadedTime": "2009-09-12T11:53:52.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623064/theora/3470_d62c76e3823f4ca699e8337ba2e6c59b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623064/large_thumb/large.jpg"
        },
        {
            "id": 623063,
            "name": "Helse Expo - del 8 - Tillit",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623063/theora/3469_eabfea1d0f4a49cb9c2aa9a8b028367f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623063/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623063/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623063/broadcast/3469_898180af95a44753a5d1528c82358ff8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623063/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": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-12T09:01:52.910000Z",
            "updatedTime": "2018-11-10T18:29:30.274133Z",
            "uploadedTime": "2009-09-12T09:01:52.910000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623063/theora/3469_eabfea1d0f4a49cb9c2aa9a8b028367f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623063/large_thumb/large.jpg"
        },
        {
            "id": 623062,
            "name": "Helse Expo - del 6 - Sol",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623062/theora/3467_5cc81cd8a6704e96aafcc1c724561deb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623062/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623062/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623062/broadcast/3467_f975fd2889714873b46a76e46a079f55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623062/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:08.680000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-12T09:00:21.830000Z",
            "updatedTime": "2018-11-10T18:29:30.275496Z",
            "uploadedTime": "2009-09-12T09:00:21.830000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623062/theora/3467_5cc81cd8a6704e96aafcc1c724561deb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623062/large_thumb/large.jpg"
        },
        {
            "id": 623061,
            "name": "Drøfting av Quranen del 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623061/theora/2939_c33e23e92e37466a8b718332d243b915.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623061/broadcast/2939_5fb969ce0a6d489e984102546818af67.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623061/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:36:30.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:51:51.980000Z",
            "updatedTime": "2018-11-10T18:29:30.277002Z",
            "uploadedTime": "2009-05-16T12:51:51.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623061/theora/2939_c33e23e92e37466a8b718332d243b915.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623061/large_thumb/large.jpg"
        },
        {
            "id": 623060,
            "name": "Helse Expo - del 2 - Mosjon",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623060/theora/3463_56e695e10fe74d14b26355bf894cc810.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623060/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623060/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623060/broadcast/3463_78a02ae5887d4e92862b2ab591f174d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623060/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": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-12T08:55:21.387000Z",
            "updatedTime": "2018-11-10T18:29:30.278586Z",
            "uploadedTime": "2009-09-12T08:55:21.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623060/theora/3463_56e695e10fe74d14b26355bf894cc810.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623060/large_thumb/large.jpg"
        }
    ]
}