List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&limit=50&offset=3200&ordering=-is_filler&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3424,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3250&ordering=-is_filler&page=2",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3150&ordering=-is_filler&page=2",
    "results": [
        {
            "id": 625069,
            "name": "Alexx Alexxander",
            "header": "Se den store gatemagikeren utføre sine fantastiske tryllekunster på gata i Trondheim!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625069/broadcast/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.dv",
                "theora": "https://upload.frikanalen.no/media/625069/theora/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.ogv",
                "original": "https://upload.frikanalen.no/media/625069/original/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625069/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625069/med_thumb/medium.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625069/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:04:16.770000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T20:00:06.693000Z",
            "updatedTime": "2018-11-10T18:29:27.696728Z",
            "uploadedTime": "2012-11-08T20:00:06.693000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625069/theora/orig_ac2fc3ff7eb34fb4b2a39c3a53832d48.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625069/large_thumb/large.jpg"
        },
        {
            "id": 624965,
            "name": "38_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624965/theora/6380_1f9e59260ac64030b4dfb233dc662ab7.ogv",
                "original": "https://upload.frikanalen.no/media/624965/original/orig_2947d1f38bcf4333a7a93266bf5efeab.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624965/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624965/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624965/broadcast/6380_9c743323d8c148a789cb25fc53a4a963.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624965/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:04:07.540000Z",
            "updatedTime": "2018-11-10T18:29:27.837998Z",
            "uploadedTime": "2012-08-28T07:04:07.540000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624965/theora/6380_1f9e59260ac64030b4dfb233dc662ab7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624965/large_thumb/large.jpg"
        },
        {
            "id": 625082,
            "name": "Empo tv - del 114",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625082/theora/6535_7e3011bd5830474996a715b3aecaff52.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625082/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625082/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625082/broadcast/6535_872b58205bde43cda1ff3169479c2473.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625082/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T10:52:21.703000Z",
            "updatedTime": "2020-08-30T19:41:14.317130Z",
            "uploadedTime": "2012-11-07T10:52:21.703000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625082/theora/6535_7e3011bd5830474996a715b3aecaff52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625082/large_thumb/large.jpg"
        },
        {
            "id": 625075,
            "name": "Empo tv - del 113",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625075/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625075/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625075/broadcast/6536_ec64ef79c68b4c96947822e0963e1c50.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625075/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T11:17:31.253000Z",
            "updatedTime": "2020-08-30T19:41:40.560266Z",
            "uploadedTime": "2012-11-07T11:17:31.253000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625075/large_thumb/large.jpg"
        },
        {
            "id": 625067,
            "name": "Loven og evangeliet.",
            "header": "Er lov og evangelium to uforenlige begreper? Program 10 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625067/theora/orig_0d465d7315214d3490b54d35f8486a8e.ogv",
                "original": "https://upload.frikanalen.no/media/625067/original/orig_0d465d7315214d3490b54d35f8486a8e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625067/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625067/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625067/broadcast/6425_f75536f314dd4cba8d1498ed5855e521.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625067/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:01:49.647000Z",
            "updatedTime": "2018-11-10T18:29:27.699535Z",
            "uploadedTime": "2012-09-21T09:01:49.647000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625067/theora/orig_0d465d7315214d3490b54d35f8486a8e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625067/large_thumb/large.jpg"
        },
        {
            "id": 625066,
            "name": "Jesus og de frelste.",
            "header": "Målet er en god og lys framtid. Program 12 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625066/theora/orig_2a85c6aaef8641a28a73e48cbd93d0b9.ogv",
                "original": "https://upload.frikanalen.no/media/625066/original/orig_2a85c6aaef8641a28a73e48cbd93d0b9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625066/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625066/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625066/broadcast/6427_15656393fabc4024b8d297a5712105e2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625066/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:11:45.280000Z",
            "updatedTime": "2018-11-10T18:29:27.700941Z",
            "uploadedTime": "2012-09-21T09:11:45.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625066/theora/orig_2a85c6aaef8641a28a73e48cbd93d0b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625066/large_thumb/large.jpg"
        },
        {
            "id": 625065,
            "name": "Kristenlivet.",
            "header": "Hva prioriterer du i livet? Program 11 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625065/theora/orig_38eac952d5f944d28d589ee5179fadb7.ogv",
                "original": "https://upload.frikanalen.no/media/625065/original/orig_38eac952d5f944d28d589ee5179fadb7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625065/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625065/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625065/broadcast/6426_aadfb3e226934403a75671925f51c4a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625065/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:06:13.847000Z",
            "updatedTime": "2018-11-10T18:29:27.702317Z",
            "uploadedTime": "2012-09-21T09:06:13.847000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625065/theora/orig_38eac952d5f944d28d589ee5179fadb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625065/large_thumb/large.jpg"
        },
        {
            "id": 625064,
            "name": "Når alt blir nytt.",
            "header": "Ord blir fattige i møte med himmelen. Program 13 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625064/theora/orig_9327ca7427364cdbb296dd07c19c06b8.ogv",
                "original": "https://upload.frikanalen.no/media/625064/original/orig_9327ca7427364cdbb296dd07c19c06b8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625064/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625064/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625064/broadcast/6428_b3f6715fd4524a869fe0e6a2086518b0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625064/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:14:47.513000Z",
            "updatedTime": "2018-11-10T18:29:27.703729Z",
            "uploadedTime": "2012-09-21T09:14:47.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625064/theora/orig_9327ca7427364cdbb296dd07c19c06b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625064/large_thumb/large.jpg"
        },
        {
            "id": 625063,
            "name": "Folkehelsens røtter 01",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625063/theora/orig_2dc811ea24134254a43d9d301bbc696d.ogv",
                "original": "https://upload.frikanalen.no/media/625063/original/orig_2dc811ea24134254a43d9d301bbc696d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625063/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625063/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625063/broadcast/6542_0ca25848b0014d6a98807e5d1a1ada88.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625063/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:41.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:18:38.903000Z",
            "updatedTime": "2018-11-10T18:29:27.705074Z",
            "uploadedTime": "2012-11-08T14:18:38.903000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625063/theora/orig_2dc811ea24134254a43d9d301bbc696d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625063/large_thumb/large.jpg"
        },
        {
            "id": 625062,
            "name": "FAT konf 07: Relevante ti bud?",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. I dette programmet hører vi Kenneth Bergland.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625062/theora/orig_8ce1a9e2ff0f43468f6d82ca906c5957.ogv",
                "original": "https://upload.frikanalen.no/media/625062/original/orig_8ce1a9e2ff0f43468f6d82ca906c5957.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625062/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625062/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625062/broadcast/6573_8abcabefa09343c089d3c5dad2e978a5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625062/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:56.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-14T18:58:07.330000Z",
            "updatedTime": "2018-11-10T18:29:27.706416Z",
            "uploadedTime": "2012-11-14T18:58:07.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625062/theora/orig_8ce1a9e2ff0f43468f6d82ca906c5957.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625062/large_thumb/large.jpg"
        },
        {
            "id": 625061,
            "name": "FAT konf 06: Lovløsheten",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. I dette programmet hører vi Andre Schalfani.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625061/theora/orig_e48c1e9f0df4481296f16a4a480d9cac.ogv",
                "original": "https://upload.frikanalen.no/media/625061/original/orig_e48c1e9f0df4481296f16a4a480d9cac.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625061/broadcast/6572_06df56682e9047739ccf02fc38bb5045.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625061/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:19:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-14T18:53:35.857000Z",
            "updatedTime": "2018-11-10T18:29:27.707830Z",
            "uploadedTime": "2012-11-14T18:53:35.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625061/theora/orig_e48c1e9f0df4481296f16a4a480d9cac.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625061/large_thumb/large.jpg"
        },
        {
            "id": 625060,
            "name": "FAT konf 04: Gud og loven 2",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. Andre del av en panelsamtale ledet av Atle Haugen, om Guds hensikt med loven.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625060/theora/orig_c7f7b19c90664b819eb6595bf740e9a1.ogv",
                "original": "https://upload.frikanalen.no/media/625060/original/orig_c7f7b19c90664b819eb6595bf740e9a1.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625060/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625060/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625060/broadcast/6550_99db707574574a8889853d156f9a3df8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625060/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:22:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T15:01:00.183000Z",
            "updatedTime": "2018-11-10T18:29:27.709184Z",
            "uploadedTime": "2012-11-08T15:01:00.183000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625060/theora/orig_c7f7b19c90664b819eb6595bf740e9a1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625060/large_thumb/large.jpg"
        },
        {
            "id": 625059,
            "name": "FAT konf 03: Gud og loven",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. Første del av en panelsamtale ledet av Atle Haugen, om Guds hensikt med loven.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625059/theora/orig_63a6111d33b44c1884ce681ea6419c6b.ogv",
                "original": "https://upload.frikanalen.no/media/625059/original/orig_63a6111d33b44c1884ce681ea6419c6b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625059/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625059/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625059/broadcast/6549_221f766975da417b85cf5905d8dc19f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625059/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:21:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:57:08.850000Z",
            "updatedTime": "2018-11-10T18:29:27.710554Z",
            "uploadedTime": "2012-11-08T14:57:08.850000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625059/theora/orig_63a6111d33b44c1884ce681ea6419c6b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625059/large_thumb/large.jpg"
        },
        {
            "id": 625058,
            "name": "FAT konf 01: Jesus eller loven",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. I dette programmet hører vi Harald Giesebrecht.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625058/theora/orig_45c0ff4bff2748ddb485a30d2f07913f.ogv",
                "original": "https://upload.frikanalen.no/media/625058/original/orig_45c0ff4bff2748ddb485a30d2f07913f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625058/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625058/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625058/broadcast/6547_6e40422fc56d4ceb91fcc0c4bc3e5fe4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625058/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:45:13.330000Z",
            "updatedTime": "2018-11-10T18:29:27.711969Z",
            "uploadedTime": "2012-11-08T14:45:13.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625058/theora/orig_45c0ff4bff2748ddb485a30d2f07913f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625058/large_thumb/large.jpg"
        },
        {
            "id": 625057,
            "name": "Den norske kirke i eksil 123",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625057/theora/orig_6a25365808e74eb188104f89546cb50b.ogv",
                "original": "https://upload.frikanalen.no/media/625057/original/orig_6a25365808e74eb188104f89546cb50b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625057/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625057/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625057/broadcast/6571_ec90f7f9667643648fa17270d681d8db.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625057/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:05",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-14T08:27:04.060000Z",
            "updatedTime": "2018-11-10T18:29:27.713312Z",
            "uploadedTime": "2012-11-14T08:27:04.060000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625057/theora/orig_6a25365808e74eb188104f89546cb50b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625057/large_thumb/large.jpg"
        },
        {
            "id": 625055,
            "name": "47_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
                "original": "https://upload.frikanalen.no/media/625055/original/orig_2c7db3214bc147caa47b74c2348df520.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625055/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625055/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625055/broadcast/6565_ea63281be62040f3b7f76ab9c2b05393.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:12",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-11-13T12:57:35.383000Z",
            "updatedTime": "2018-11-10T18:29:27.716025Z",
            "uploadedTime": "2012-11-13T12:57:35.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
        },
        {
            "id": 625053,
            "name": "FAT konf 02: Paulus og loven",
            "header": "Forum for Adventist-Teologi tar opp teologiske tema. I denne serien har vi med foredragene i en konferanse om De ti buds plass i teologien. I dette programmet hører vi Reimar Vetne.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625053/theora/orig_1bb027e9296b49f9b61409b28dacca9b.ogv",
                "original": "https://upload.frikanalen.no/media/625053/original/orig_1bb027e9296b49f9b61409b28dacca9b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625053/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625053/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625053/broadcast/6548_d454cd03977d4043924f23c39866a81b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625053/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:21:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:50:00.223000Z",
            "updatedTime": "2018-11-10T18:29:27.718700Z",
            "uploadedTime": "2012-11-08T14:50:00.223000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625053/theora/orig_1bb027e9296b49f9b61409b28dacca9b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625053/large_thumb/large.jpg"
        },
        {
            "id": 625052,
            "name": "Folkehelsens røtter 05",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625052/theora/orig_759829c1e909445aaaa7cd48e577126d.ogv",
                "original": "https://upload.frikanalen.no/media/625052/original/orig_759829c1e909445aaaa7cd48e577126d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625052/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625052/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625052/broadcast/6546_4292777eb2aa4164b5eecce715ab78fc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625052/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:28:00.627000Z",
            "updatedTime": "2018-11-10T18:29:27.720321Z",
            "uploadedTime": "2012-11-08T14:28:00.627000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625052/theora/orig_759829c1e909445aaaa7cd48e577126d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625052/large_thumb/large.jpg"
        },
        {
            "id": 625051,
            "name": "Folkehelsens røtter 04",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625051/theora/orig_f6bcd399f64d4f0d91358ac0f10717a9.ogv",
                "original": "https://upload.frikanalen.no/media/625051/original/orig_f6bcd399f64d4f0d91358ac0f10717a9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625051/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625051/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625051/broadcast/6545_3c9b0e881a374c3abe0b7bae5febd4a8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625051/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:02.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:25:38.783000Z",
            "updatedTime": "2018-11-10T18:29:27.722286Z",
            "uploadedTime": "2012-11-08T14:25:38.783000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625051/theora/orig_f6bcd399f64d4f0d91358ac0f10717a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625051/large_thumb/large.jpg"
        },
        {
            "id": 625050,
            "name": "Folkehelsens røtter 02",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625050/theora/orig_1462757c31de45b09c8f39cfa33b0813.ogv",
                "original": "https://upload.frikanalen.no/media/625050/original/orig_1462757c31de45b09c8f39cfa33b0813.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625050/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625050/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625050/broadcast/6543_de9227345a4946c08fe9d034a36179c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625050/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:23.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:21:19.047000Z",
            "updatedTime": "2018-11-10T18:29:27.724184Z",
            "uploadedTime": "2012-11-08T14:21:19.047000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625050/theora/orig_1462757c31de45b09c8f39cfa33b0813.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625050/large_thumb/large.jpg"
        },
        {
            "id": 625049,
            "name": "Folkehelsens røtter 03",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625049/theora/orig_fd39db1334e149a7a05394f408842d53.ogv",
                "original": "https://upload.frikanalen.no/media/625049/original/orig_fd39db1334e149a7a05394f408842d53.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625049/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625049/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625049/broadcast/6544_ea61fccdb94b42e69b9a93d63ab41056.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625049/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:28.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:23:28.813000Z",
            "updatedTime": "2018-11-10T18:29:27.725952Z",
            "uploadedTime": "2012-11-08T14:23:28.813000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625049/theora/orig_fd39db1334e149a7a05394f408842d53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625049/large_thumb/large.jpg"
        },
        {
            "id": 625047,
            "name": "Rumpeldunk til Trondheim",
            "header": "Denne høsten er det blitt startet opp et rumpeldunklag ved NTNUI. Vi tok tempen på nysatsingen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625047/theora/6561_1f68c86212a74abe8e1ef73c83ff60c4.ogv",
                "original": "https://upload.frikanalen.no/media/625047/original/orig_52936fce9c134593b365c8b690c3967f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625047/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625047/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625047/broadcast/6561_36b9264ddd57479da31db1f84c0bddc8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625047/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:02",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T20:11:17.740000Z",
            "updatedTime": "2018-11-10T18:29:27.729048Z",
            "uploadedTime": "2012-11-08T20:11:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625047/theora/6561_1f68c86212a74abe8e1ef73c83ff60c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625047/large_thumb/large.jpg"
        },
        {
            "id": 625005,
            "name": "Grøsshaugen episode 2",
            "header": "Her kommer endelig fortsettelsen på Grøsshaugen! I denne episoden får vi møte noen som har fulgt litt bedre med i timen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625005/theora/6474_6d93a7b91f94431fb0ed1d705d650d25.ogv",
                "original": "https://upload.frikanalen.no/media/625005/original/orig_223e40a9ee4e48309a98b5f64b3b6276.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625005/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625005/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625005/broadcast/6474_38931e283ad14223915a1bc23d652c8d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625005/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:06.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-11T21:57:10.757000Z",
            "updatedTime": "2018-11-10T18:29:27.783310Z",
            "uploadedTime": "2012-10-11T21:57:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625005/theora/6474_6d93a7b91f94431fb0ed1d705d650d25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625005/large_thumb/large.jpg"
        },
        {
            "id": 625003,
            "name": "42_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625003/theora/6470_8611c589555a40048f14cc9a253f443c.ogv",
                "original": "https://upload.frikanalen.no/media/625003/original/orig_285ecb8818f047d98f35482d233f5cbb.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625003/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625003/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625003/broadcast/6470_ec7aa7c22bb04b68824b670f8c640e7b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625003/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:14",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-10-09T13:32:39.223000Z",
            "updatedTime": "2018-11-10T18:29:27.786114Z",
            "uploadedTime": "2012-10-09T13:32:39.223000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625003/theora/6470_8611c589555a40048f14cc9a253f443c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625003/large_thumb/large.jpg"
        },
        {
            "id": 624966,
            "name": "Empo TV - del 103",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624966/theora/6374_541d94cda5154398980d7499426bb392.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624966/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624966/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624966/broadcast/6374_7afc10c4406d4a869cde3a19bd2a2a5a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624966/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:28",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-08-25T15:15:54.797000Z",
            "updatedTime": "2020-08-30T19:44:25.209118Z",
            "uploadedTime": "2012-08-25T15:15:54.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624966/theora/6374_541d94cda5154398980d7499426bb392.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624966/large_thumb/large.jpg"
        },
        {
            "id": 625040,
            "name": "Gud i hverdagen del 4",
            "header": "Arnfinn Clementsen med \"Hverdagskost\":Gud i hverdagen del 4.\r\nArnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \r\nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \r\nog møte dagliglivets utfordringer.\r\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\r\npå en enkel og forståelig måte. \r\n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \r\nsier Clementsen.\r\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625040/theora/6513_86c42df2feb744049499ab2a6df3df61.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625040/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625040/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625040/broadcast/6513_5f0fc57db7bc4c11aea20cd24e923fb5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625040/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 126,
                "name": "iChurch",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.arnfinnclementsen.org",
            "createdTime": "2012-10-23T15:49:51Z",
            "updatedTime": "2018-11-10T18:29:27.738219Z",
            "uploadedTime": "2012-10-23T15:49:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625040/theora/6513_86c42df2feb744049499ab2a6df3df61.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625040/large_thumb/large.jpg"
        },
        {
            "id": 625038,
            "name": "45_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625038/theora/6527_948465e23be5445c8cc140b4849817d6.ogv",
                "original": "https://upload.frikanalen.no/media/625038/original/orig_ce6bf3852a8048aba9a7b6d2eefa76a9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625038/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625038/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625038/broadcast/6527_f1f49da4f1124dcc8cc8550840568e7a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625038/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:53:47",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-10-30T09:16:23.330000Z",
            "updatedTime": "2018-11-10T18:29:27.741048Z",
            "uploadedTime": "2012-10-30T09:16:23.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625038/theora/6527_948465e23be5445c8cc140b4849817d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625038/large_thumb/large.jpg"
        },
        {
            "id": 625037,
            "name": "Den norske kirke i eksil 121",
            "header": "Programmet handler om\nbots og bededagen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625037/theora/orig_2b9df8aff8cd4a8b9a0c49db4b5efe3c.ogv",
                "original": "https://upload.frikanalen.no/media/625037/original/orig_2b9df8aff8cd4a8b9a0c49db4b5efe3c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625037/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625037/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625037/broadcast/6526_fcd6bb7570514a33a5dc0963b88a9750.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625037/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:17",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-29T20:00:35.767000Z",
            "updatedTime": "2018-11-10T18:29:27.742396Z",
            "uploadedTime": "2012-10-29T20:00:35.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625037/theora/orig_2b9df8aff8cd4a8b9a0c49db4b5efe3c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625037/large_thumb/large.jpg"
        },
        {
            "id": 624964,
            "name": "37_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624964/theora/6379_46e823bccff44ead9ad27c18c567d06a.ogv",
                "original": "https://upload.frikanalen.no/media/624964/original/orig_83bd6591c59e4c4592beb0a344ca8a83.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624964/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624964/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624964/broadcast/6379_8dbab670a0654ef4b81546f0991d871b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624964/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:14",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:01:47.137000Z",
            "updatedTime": "2018-11-10T18:29:27.839376Z",
            "uploadedTime": "2012-08-28T07:01:47.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624964/theora/6379_46e823bccff44ead9ad27c18c567d06a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624964/large_thumb/large.jpg"
        },
        {
            "id": 625043,
            "name": "Empo tv - del 111",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625043/theora/6456_8408c6140434495fbfeaa873ddb25c88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625043/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625043/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625043/broadcast/6456_46d02765788b440b9742ce1b08b95e91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625043/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:42:17.423000Z",
            "updatedTime": "2020-08-30T19:42:31.178534Z",
            "uploadedTime": "2012-10-02T06:42:17.423000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625043/theora/6456_8408c6140434495fbfeaa873ddb25c88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625043/large_thumb/large.jpg"
        },
        {
            "id": 625039,
            "name": "Empo tv - del 110",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625039/theora/6455_6d7b9a2bf5714237a8e90d945980a004.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625039/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625039/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625039/broadcast/6455_38f0d77d9f26441fb46c13b560fb0254.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625039/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:40:17.077000Z",
            "updatedTime": "2020-08-30T19:42:40.496952Z",
            "uploadedTime": "2012-10-02T06:40:17.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625039/theora/6455_6d7b9a2bf5714237a8e90d945980a004.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625039/large_thumb/large.jpg"
        },
        {
            "id": 625035,
            "name": "Gud i hverdagen del 3",
            "header": "Arnfinn Clementsen med \"Hverdagskost\":Gud i hverdagen del 3.\r\nArnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \r\nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \r\nog møte dagliglivets utfordringer.\r\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\r\npå en enkel og forståelig måte. \r\n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \r\nsier Clementsen.\r\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625035/theora/6512_f8dea0204bf1402687aea23ec62ec57d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625035/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625035/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625035/broadcast/6512_c5b617f08a9f42ca817af97bb294be54.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625035/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-23T15:48:47Z",
            "updatedTime": "2018-11-10T18:29:27.745254Z",
            "uploadedTime": "2012-10-23T15:48:47Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625035/theora/6512_f8dea0204bf1402687aea23ec62ec57d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625035/large_thumb/large.jpg"
        },
        {
            "id": 625028,
            "name": "Gud i hverdagen del 2",
            "header": "Arnfinn Clementsen med \"Hverdagskost\":Gud i hverdagen del 2.\nArnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \nog møte dagliglivets utfordringer.\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\npå en enkel og forståelig måte. \n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \nsier Clementsen.\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625028/theora/6501_3b65c06a775a4894a2dad0d4707c63c4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625028/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625028/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625028/broadcast/6501_66216b963df94e77b6e5979adb43e8cb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625028/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:59.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-22T15:24:53Z",
            "updatedTime": "2018-11-10T18:29:27.755576Z",
            "uploadedTime": "2012-10-22T15:24:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625028/theora/6501_3b65c06a775a4894a2dad0d4707c63c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625028/large_thumb/large.jpg"
        },
        {
            "id": 625022,
            "name": "Gud i hverdagen",
            "header": "Arnfinn Clementsen har lang erfaring som pastor og rådgiver. Han har også skrevet en rekke bøker. \nI programmet \"Hverdagskost\" ønsker han å formidle enkel inspirasjon og kraft til å leve i hverdagen \nog møte dagliglivets utfordringer.\nHan har en egen evne til å formidle ord fra Bibelen og gjøre det aktuelt for dagens mennesker\n på en enkel og forståelig måte. \n\"Mennesket behøver ikke bare sunn mat og fysisk trening, men også åndelig og sjelelig energi\", \nsier Clementsen.\nProgrammet er produsert av Karismakirken Media i samarbeid med iChurch",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625022/theora/6472_1609be82c32e446ea77e1752ba8f75c8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625022/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625022/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625022/broadcast/6472_5b9ad6a8d0a14280b227a1a64cdf4ee2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625022/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:59.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-10T15:31:55Z",
            "updatedTime": "2018-11-10T18:29:27.762377Z",
            "uploadedTime": "2012-10-10T15:31:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625022/theora/6472_1609be82c32e446ea77e1752ba8f75c8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625022/large_thumb/large.jpg"
        },
        {
            "id": 624983,
            "name": "New Life - Program 07 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624983/theora/6444_c5e625a94079436f8b0afde64a5e598f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624983/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624983/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624983/broadcast/6444_c5e625a94079436f8b0afde64a5e598f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624983/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:31.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-25T21:05:55.600000Z",
            "updatedTime": "2018-11-10T18:29:27.812894Z",
            "uploadedTime": "2012-09-25T21:05:55.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624983/theora/6444_c5e625a94079436f8b0afde64a5e598f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624983/large_thumb/large.jpg"
        },
        {
            "id": 625016,
            "name": "Arkeologi med Roger 04",
            "header": "Det siste programmet i en serie på fire der Roger Robertsen forteller om sin erfaring med bibelsk arkeologi.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625016/theora/orig_7a6aba671461454f9f3cd2a4ad24da2f.ogv",
                "original": "https://upload.frikanalen.no/media/625016/original/orig_7a6aba671461454f9f3cd2a4ad24da2f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625016/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625016/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625016/broadcast/6480_56c81814d72e42828e9d70852e527075.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625016/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:38.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-16T11:38:38.140000Z",
            "updatedTime": "2018-11-10T18:29:27.768065Z",
            "uploadedTime": "2012-10-16T11:38:38.140000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625016/theora/orig_7a6aba671461454f9f3cd2a4ad24da2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625016/large_thumb/large.jpg"
        },
        {
            "id": 625015,
            "name": "Arkeologi med Roger 03",
            "header": "Roger Robertsen i Norsk Bibelinstitutt forteller om hvordan arkeologien understøtter Bibelen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625015/theora/orig_13287b6c16ac4f89a97a4f0c6e772ab2.ogv",
                "original": "https://upload.frikanalen.no/media/625015/original/orig_13287b6c16ac4f89a97a4f0c6e772ab2.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625015/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625015/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625015/broadcast/6481_3b7809ab0a4a40d690b46d1fd960700c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625015/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:06.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-16T11:45:34.750000Z",
            "updatedTime": "2018-11-10T18:29:27.769549Z",
            "uploadedTime": "2012-10-16T11:45:34.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625015/theora/orig_13287b6c16ac4f89a97a4f0c6e772ab2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625015/large_thumb/large.jpg"
        },
        {
            "id": 625014,
            "name": "Væpnet til seier.",
            "header": "Hva består den kristnes våpen av? Program 7 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625014/theora/orig_8933503354124d04a5a715555aa431e6.ogv",
                "original": "https://upload.frikanalen.no/media/625014/original/orig_8933503354124d04a5a715555aa431e6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625014/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625014/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625014/broadcast/6422_0578210aa11a4802b3908d2d5e6f1df0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625014/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:53:00.827000Z",
            "updatedTime": "2018-11-10T18:29:27.770926Z",
            "uploadedTime": "2012-09-21T08:53:00.827000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625014/theora/orig_8933503354124d04a5a715555aa431e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625014/large_thumb/large.jpg"
        },
        {
            "id": 625013,
            "name": "Seier over onde makter.",
            "header": "Finnes det virkelig personifisert ondskap?\nProgram 6 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625013/theora/orig_592ac6f181514c7ba9d4cdba9ccc86b5.ogv",
                "original": "https://upload.frikanalen.no/media/625013/original/orig_592ac6f181514c7ba9d4cdba9ccc86b5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625013/broadcast/6421_2351efeb105647a189db8863c21c4c81.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625013/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:50:34.423000Z",
            "updatedTime": "2018-11-10T18:29:27.772335Z",
            "uploadedTime": "2012-09-21T08:50:34.423000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625013/theora/orig_592ac6f181514c7ba9d4cdba9ccc86b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625013/large_thumb/large.jpg"
        },
        {
            "id": 625012,
            "name": "Vekst i Kristus.",
            "header": "Med Jesus som forbilde er det alltid rom for vekst, Program 5 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625012/theora/orig_583d5b16f70d4107b24c43265884a145.ogv",
                "original": "https://upload.frikanalen.no/media/625012/original/orig_583d5b16f70d4107b24c43265884a145.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625012/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625012/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625012/broadcast/6420_e85f9d9ff3654f39bf75cb9eb8f6fb5a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625012/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:47:56.613000Z",
            "updatedTime": "2018-11-10T18:29:27.773682Z",
            "uploadedTime": "2012-09-21T08:47:56.613000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625012/theora/orig_583d5b16f70d4107b24c43265884a145.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625012/large_thumb/large.jpg"
        },
        {
            "id": 625011,
            "name": "Den norske kirke i eksil 120",
            "header": "Programmet handler denne gangen om en blind mann som får synet igjen.Hvordan er det med ditt åndelig syn? Er du fortsatt \"blind \"?Jesus kan gjøre deg seende.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625011/theora/orig_3272f95975a84697a10bf984d5eb79dc.ogv",
                "original": "https://upload.frikanalen.no/media/625011/original/orig_3272f95975a84697a10bf984d5eb79dc.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625011/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625011/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625011/broadcast/6479_4ac79122e4c9486eae910275ba0f29e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625011/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:27:24",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-16T05:10:32.487000Z",
            "updatedTime": "2018-11-10T18:29:27.775043Z",
            "uploadedTime": "2012-10-16T05:10:32.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625011/theora/orig_3272f95975a84697a10bf984d5eb79dc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625011/large_thumb/large.jpg"
        },
        {
            "id": 625007,
            "name": "Grøsshaugen episode 3",
            "header": "Få med deg tredje og siste episode av Grøsshaugen!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625007/theora/6475_4b53d8e2f25e47d7aa781fb87b5bef3e.ogv",
                "original": "https://upload.frikanalen.no/media/625007/original/orig_3397407dbab44285af39538e8cf92d26.mov",
                "smallThumb": "https://upload.frikanalen.no/media/625007/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625007/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625007/broadcast/6475_9d9cd832efa74b16b51c03d7c0da2576.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625007/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:13.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-11T22:02:27.143000Z",
            "updatedTime": "2018-11-10T18:29:27.780599Z",
            "uploadedTime": "2012-10-11T22:02:27.143000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625007/theora/6475_4b53d8e2f25e47d7aa781fb87b5bef3e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625007/large_thumb/large.jpg"
        },
        {
            "id": 625006,
            "name": "Grøsshaugen episode 1",
            "header": "Noe er i gjære i Trondheim, og det lover ikke godt!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625006/theora/6473_1c2c5606c6d64da3a97761d0e2c80236.ogv",
                "original": "https://upload.frikanalen.no/media/625006/original/orig_62a7aa79690d4dac833e7d1efe3b9fcd.mov",
                "smallThumb": "https://upload.frikanalen.no/media/625006/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625006/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625006/broadcast/6473_44dd6c2206fc468489d42da73ef99f51.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625006/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:05:21.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-11T21:49:06.353000Z",
            "updatedTime": "2018-11-10T18:29:27.781952Z",
            "uploadedTime": "2012-10-11T21:49:06.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625006/theora/6473_1c2c5606c6d64da3a97761d0e2c80236.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625006/large_thumb/large.jpg"
        },
        {
            "id": 624982,
            "name": "Empo TV - del 105",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624982/theora/6392_290255b8e5074ca485aad712f7445ad7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624982/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624982/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624982/broadcast/6392_08973010c00e4e1eb137a1e4272bd522.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624982/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:15.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-09-05T06:43:12.610000Z",
            "updatedTime": "2020-08-30T19:44:03.928861Z",
            "uploadedTime": "2012-09-05T06:43:12.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624982/theora/6392_290255b8e5074ca485aad712f7445ad7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624982/large_thumb/large.jpg"
        },
        {
            "id": 625001,
            "name": "Arkeologi med Roger 02",
            "header": "Roger Robertsen har gravd i sanden i Midt-Østen mange ganger, og deler i denne serien med oss sine spennende funn som kaster lys over livet på Bibelens tid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625001/theora/orig_aea70294e9a247229d8d2e6e5e96651f.ogv",
                "original": "https://upload.frikanalen.no/media/625001/original/orig_aea70294e9a247229d8d2e6e5e96651f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625001/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625001/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625001/broadcast/6465_13f7021ec89049c6a8821098876188cf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625001/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:49.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-07T08:23:49.280000Z",
            "updatedTime": "2018-11-10T18:29:27.788966Z",
            "uploadedTime": "2012-10-07T08:23:49.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625001/theora/orig_aea70294e9a247229d8d2e6e5e96651f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625001/large_thumb/large.jpg"
        },
        {
            "id": 625017,
            "name": "Empo tv - del 108",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625017/theora/6452_58edcae2797e4e938d37da0ece71106b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625017/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625017/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625017/broadcast/6452_42496fd4a682407b905d0d78b63c96b2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625017/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:35:04.670000Z",
            "updatedTime": "2020-08-30T19:43:06.457129Z",
            "uploadedTime": "2012-10-02T06:35:04.670000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625017/theora/6452_58edcae2797e4e938d37da0ece71106b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625017/large_thumb/large.jpg"
        },
        {
            "id": 625002,
            "name": "Empo TV - del 107",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625002/theora/6394_612e0908ab1f4a8a8f02f47020a57ee9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625002/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625002/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625002/broadcast/6394_04f661fe0b384587ba03104710e83983.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625002/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-09-05T06:44:59.107000Z",
            "updatedTime": "2020-08-30T19:43:41.193658Z",
            "uploadedTime": "2012-09-05T06:44:59.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625002/theora/6394_612e0908ab1f4a8a8f02f47020a57ee9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625002/large_thumb/large.jpg"
        },
        {
            "id": 625000,
            "name": "Arkeologi med Roger 01",
            "header": "Roger Robertsen har gravd i sanden i Midt-Østen mange ganger, og deler i denne serien med oss sine spennende funn som kaster lys over livet på Bibelens tid.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625000/theora/orig_314b111cb87c4da7bc90452bd15fe395.ogv",
                "original": "https://upload.frikanalen.no/media/625000/original/orig_314b111cb87c4da7bc90452bd15fe395.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625000/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625000/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625000/broadcast/6464_76b1c4bf8d6a4e7ba2343ceb4635b57e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625000/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:10.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-07T08:21:41.017000Z",
            "updatedTime": "2018-11-10T18:29:27.790341Z",
            "uploadedTime": "2012-10-07T08:21:41Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625000/theora/orig_314b111cb87c4da7bc90452bd15fe395.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625000/large_thumb/large.jpg"
        },
        {
            "id": 624999,
            "name": "Tangert 2012 08 Jenta som kom hjem",
            "header": "I Andesfjellene i Peru leter ADRA opp noen av de fattigste av de fattige. I programmet møter vi Sonia  som myndighetene og ADRA har hjulpet ut av en håpløs situasjon. Gry Haugen i ADRA forteller fra Peru.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624999/theora/orig_53b89d1bdbc14cc7b99f964c56f34f19.ogv",
                "original": "https://upload.frikanalen.no/media/624999/original/orig_53b89d1bdbc14cc7b99f964c56f34f19.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624999/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624999/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624999/broadcast/6437_ae66ab6d027c40d1a1b40be1de9f990a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624999/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-25T09:25:13.043000Z",
            "updatedTime": "2018-11-10T18:29:27.791756Z",
            "uploadedTime": "2012-09-25T09:25:13.043000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624999/theora/orig_53b89d1bdbc14cc7b99f964c56f34f19.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624999/large_thumb/large.jpg"
        },
        {
            "id": 624998,
            "name": "Tangert 2012 07 Plan for livet",
            "header": "ADRA Norge driver et omfattende arbeid for å hjelpe ungdommer i Peru. Livshåpet tennes for gatebarn og barnehjemsbarn som igjen får troen på at det nytter å legge en plan for livet. Gry Haugen fra ADRA er gjest i studio.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624998/theora/orig_351f9bdefcf044eaaa0feea031a43809.ogv",
                "original": "https://upload.frikanalen.no/media/624998/original/orig_351f9bdefcf044eaaa0feea031a43809.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624998/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624998/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624998/broadcast/6436_08b84c0ecbd94e0ca5d40d5a0945742c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624998/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-25T09:20:44.430000Z",
            "updatedTime": "2018-11-10T18:29:27.793103Z",
            "uploadedTime": "2012-09-25T09:20:44.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624998/theora/orig_351f9bdefcf044eaaa0feea031a43809.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624998/large_thumb/large.jpg"
        }
    ]
}