List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2550&ordering=ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2450&ordering=ref_url",
    "results": [
        {
            "id": 625164,
            "name": "Empo TV - del 129",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625164/large_thumb/Empo-1413.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625164/small_thumb/Empo-1413.jpg",
                "theora": "https://upload.frikanalen.no/media/625164/theora/Empo-1413.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625164/broadcast/Empo-1413.mpg"
            },
            "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:59.970000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-04-03T06:59:05Z",
            "updatedTime": "2020-08-30T19:37:00.407177Z",
            "uploadedTime": "2013-04-03T06:59:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625164/theora/Empo-1413.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625164/large_thumb/Empo-1413.jpg"
        },
        {
            "id": 623478,
            "name": "Time 4 Glory 4",
            "header": "Tommy M. Josefsson\nSvenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623478/theora/4077_bd04c20e1fe948c1808d1eeeb969e5b0.ogv",
                "original": "https://upload.frikanalen.no/media/623478/original/orig_39ace8728b3b494db327e0487a11b3ec.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623478/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623478/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623478/broadcast/4077_fd1dc1479bb4487fa523b1fd73324ee5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623478/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-17T09:47:11.500000Z",
            "updatedTime": "2018-11-10T18:29:29.760762Z",
            "uploadedTime": "2010-03-17T09:47:11.500000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623478/theora/4077_bd04c20e1fe948c1808d1eeeb969e5b0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623478/large_thumb/large.jpg"
        },
        {
            "id": 623020,
            "name": "Nornet TV del 27",
            "header": "Bibelundervisning ved Hans Bratterud VGF1-4a",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623020/theora/3316_6352b8198c124f82b0ea763b8b2b4afe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623020/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623020/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623020/broadcast/orig_9e506277a5124eeda525ce2a33c3f0dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623020/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-29T18:27:22.063000Z",
            "updatedTime": "2018-11-10T18:29:30.328246Z",
            "uploadedTime": "2009-08-29T18:27:22.063000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623020/theora/3316_6352b8198c124f82b0ea763b8b2b4afe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623020/large_thumb/large.jpg"
        },
        {
            "id": 623021,
            "name": "Nornet TV del 28",
            "header": "Bibelundervisning ved Hans Bratterud VGF1-4b",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623021/theora/3317_bfd519465ac34704b7581eaef80a7779.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623021/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623021/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623021/broadcast/orig_90012d79345e4848936235f8358b1187.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623021/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-30T06:29:06.347000Z",
            "updatedTime": "2018-11-10T18:29:30.326856Z",
            "uploadedTime": "2009-08-30T06:29:06.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623021/theora/3317_bfd519465ac34704b7581eaef80a7779.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623021/large_thumb/large.jpg"
        },
        {
            "id": 622608,
            "name": "Nornet TV Del 06",
            "header": "Kristent magasin program",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622608/theora/2954_f5de9e88516a4eaeb39c66e6237834a4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622608/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622608/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622608/broadcast/orig_72df31bb00034adbabecfdd004b31f90.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622608/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:24.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-19T14:24:05.350000Z",
            "updatedTime": "2018-11-10T18:29:30.488627Z",
            "uploadedTime": "2009-05-19T14:24:05.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622608/theora/2954_f5de9e88516a4eaeb39c66e6237834a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622608/large_thumb/large.jpg"
        },
        {
            "id": 623034,
            "name": "Naturvideo 001",
            "header": "Naturvideo laget av Dan S. Nordstrand - Charisma kultur og mediasenter",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623034/theora/3397_124da049e5f64988a7be4b8dc7134fb5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623034/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623034/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623034/broadcast/3397_38b9fc0a2dc541fd93d44b0786847229.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623034/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:05:02.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-04T09:01:22.630000Z",
            "updatedTime": "2018-11-10T18:29:30.313217Z",
            "uploadedTime": "2009-09-04T09:01:22.630000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623034/theora/3397_124da049e5f64988a7be4b8dc7134fb5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623034/large_thumb/large.jpg"
        },
        {
            "id": 623584,
            "name": "Derec",
            "header": "Derek Prince",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623584/theora/4265_4ea9fd670cda4369beb86391a4a13369.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623584/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623584/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623584/broadcast/4265_abc779134b35450ab60109b3a74c44c0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623584/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:58.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-04-26T11:28:31.083000Z",
            "updatedTime": "2018-11-10T18:29:29.626701Z",
            "uploadedTime": "2010-04-26T11:28:31.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623584/theora/4265_4ea9fd670cda4369beb86391a4a13369.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623584/large_thumb/large.jpg"
        },
        {
            "id": 623709,
            "name": "Country Team TV 050610",
            "header": "Countryteamet Johansson Program 6",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623709/theora/4459_9e93af621f16430e8c09215fdac85a11.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623709/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623709/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623709/broadcast/4459_2864350f171c468bbd9474c9c05ba24a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623709/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:18.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-06-30T10:04:10.190000Z",
            "updatedTime": "2018-11-10T18:29:29.473921Z",
            "uploadedTime": "2010-06-30T10:04:10.190000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623709/theora/4459_9e93af621f16430e8c09215fdac85a11.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623709/large_thumb/large.jpg"
        },
        {
            "id": 623714,
            "name": "Time 4 Glory 070710",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623714/theora/4463_b73041b95e92456d8635ba6d54980a11.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623714/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623714/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623714/broadcast/4463_662305fa5ec743369ec7b64b8c4aaf66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623714/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:11.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-07-01T08:38:31.253000Z",
            "updatedTime": "2018-11-10T18:29:29.468512Z",
            "uploadedTime": "2010-07-01T08:38:31.253000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623714/theora/4463_b73041b95e92456d8635ba6d54980a11.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623714/large_thumb/large.jpg"
        },
        {
            "id": 623715,
            "name": "Helse, Program1 140710",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623715/theora/4447_9e22db5b07234595b931f63d4038a174.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623715/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623715/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623715/broadcast/4447_80256d2c2d114094b659731c2917ac3a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623715/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:44",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-06-28T13:23:03.600000Z",
            "updatedTime": "2018-11-10T18:29:29.467149Z",
            "uploadedTime": "2010-06-28T13:23:03.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623715/theora/4447_9e22db5b07234595b931f63d4038a174.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623715/large_thumb/large.jpg"
        },
        {
            "id": 623018,
            "name": "Nornet TV del 26",
            "header": "Bibelundervisning\nved Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623018/theora/3307_e7be951ffb0f4a86a7b5cc04cfe00cb1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623018/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623018/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623018/broadcast/orig_9b9421b7d97140cb80fddc6a2dbaab0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623018/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-28T07:13:15.493000Z",
            "updatedTime": "2018-11-10T18:29:30.330988Z",
            "uploadedTime": "2009-08-28T07:13:15.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623018/theora/3307_e7be951ffb0f4a86a7b5cc04cfe00cb1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623018/large_thumb/large.jpg"
        },
        {
            "id": 623017,
            "name": "stf 001",
            "header": "Svenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623017/theora/3308_fd052203a58d4e5aa0f220da2a75691f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623017/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623017/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623017/broadcast/orig_7e632feda2a94a319c53d29e077b6346.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623017/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:10:17.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-28T08:42:37.367000Z",
            "updatedTime": "2018-11-10T18:29:30.332356Z",
            "uploadedTime": "2009-08-28T08:42:37.367000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623017/theora/3308_fd052203a58d4e5aa0f220da2a75691f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623017/large_thumb/large.jpg"
        },
        {
            "id": 623175,
            "name": "Dan S. Nordstrands naturvideo - høst",
            "header": "Naturvideo lagen av Dan S. Nordstrand - Charisma kultur og mediasenter",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623175/theora/3581_1821021f28b944afaaaa1448c91c4591.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623175/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623175/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623175/broadcast/3581_e8aa50371bea40a8a68e95057ed3fc66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623175/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:00.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-10-26T13:37:40.167000Z",
            "updatedTime": "2018-11-10T18:29:30.128462Z",
            "uploadedTime": "2009-10-26T13:37:40.167000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623175/theora/3581_1821021f28b944afaaaa1448c91c4591.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623175/large_thumb/large.jpg"
        },
        {
            "id": 623013,
            "name": "Nornet TV del 25",
            "header": "Bibelundervisning ved Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623013/theora/3305_4cb16ff9c4504df1bc7c94edfce985a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623013/broadcast/orig_40f67855c5c24e42a934e5654dd82c9c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623013/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T20:46:00.953000Z",
            "updatedTime": "2018-11-10T18:29:30.337814Z",
            "uploadedTime": "2009-08-27T20:46:00.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623013/theora/3305_4cb16ff9c4504df1bc7c94edfce985a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623013/large_thumb/large.jpg"
        },
        {
            "id": 623012,
            "name": "Nornet tv del 30",
            "header": "Ett program med Erling Ilsäe Nielsen og Tommy M. Josefsson (De gode nyheter)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623012/theora/3304_e34e5776bef943c6b8a6ea8a7e62bf46.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623012/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623012/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623012/broadcast/orig_625a398827db408f8605fb91dbd2a595.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623012/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:21.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T11:53:03.757000Z",
            "updatedTime": "2018-11-10T18:29:30.339227Z",
            "uploadedTime": "2009-08-27T11:53:03.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623012/theora/3304_e34e5776bef943c6b8a6ea8a7e62bf46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623012/large_thumb/large.jpg"
        },
        {
            "id": 623011,
            "name": "Nornet TV del 24",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623011/theora/3303_dddbb8786ee24c53a6589372237a9857.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623011/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623011/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623011/broadcast/orig_f6f9414f02244c38ab16dc30f1bc6242.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623011/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T08:07:17.020000Z",
            "updatedTime": "2018-11-10T18:29:30.340608Z",
            "uploadedTime": "2009-08-27T08:07:17.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623011/theora/3303_dddbb8786ee24c53a6589372237a9857.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623011/large_thumb/large.jpg"
        },
        {
            "id": 623009,
            "name": "Nornet TV del 23",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623009/theora/3295_7d893880a9434397ae32ab489198184a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623009/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623009/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623009/broadcast/orig_d2f82653606844e0941f32c43f2cac62.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623009/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:59.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-26T14:25:18.680000Z",
            "updatedTime": "2018-11-10T18:29:30.343291Z",
            "uploadedTime": "2009-08-26T14:25:18.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623009/theora/3295_7d893880a9434397ae32ab489198184a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623009/large_thumb/large.jpg"
        },
        {
            "id": 623008,
            "name": "Nornet TV del 22",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623008/theora/3290_d4d7b793010046a09f5425c1f42e03af.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623008/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623008/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623008/broadcast/orig_0c96bf3688bc4511915d44326459edab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623008/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-25T19:02:54.930000Z",
            "updatedTime": "2018-11-10T18:29:30.344780Z",
            "uploadedTime": "2009-08-25T19:02:54.930000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623008/theora/3290_d4d7b793010046a09f5425c1f42e03af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623008/large_thumb/large.jpg"
        },
        {
            "id": 623006,
            "name": "nornet tv del 21",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623006/theora/3284_c602f5fa169a4c1e9c05803d9c747836.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623006/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623006/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623006/broadcast/orig_e8db41ef20bd488eb4d1141364d16bba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623006/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-25T07:57:31.293000Z",
            "updatedTime": "2018-11-10T18:29:30.348136Z",
            "uploadedTime": "2009-08-25T07:57:31.293000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623006/theora/3284_c602f5fa169a4c1e9c05803d9c747836.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623006/large_thumb/large.jpg"
        },
        {
            "id": 623231,
            "name": "Juleprogram",
            "header": "Jul med Lena og Kåre Johnsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623231/theora/3658_e1c778db4cce4a11a8f5c1235e1dbd88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623231/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623231/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623231/broadcast/3658_22b23a556c5342fb837a92d82626dd16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623231/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:57.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-11-19T08:53:11.190000Z",
            "updatedTime": "2018-11-10T18:29:30.062169Z",
            "uploadedTime": "2009-11-19T08:53:11.190000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623231/theora/3658_e1c778db4cce4a11a8f5c1235e1dbd88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623231/large_thumb/large.jpg"
        },
        {
            "id": 623476,
            "name": "Glory TV Del2",
            "header": "Tommy M. Josefsson og Svenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623476/theora/4076_934fb20fa3024b9b8605e7895abb1624.ogv",
                "original": "https://upload.frikanalen.no/media/623476/original/orig_e08b35c674964050883a46bde8408511.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623476/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623476/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623476/broadcast/4076_ccc0dcbcdbb4462d959925fca948db9c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623476/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:11",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-17T09:12:30.020000Z",
            "updatedTime": "2018-11-10T18:29:29.763566Z",
            "uploadedTime": "2010-03-17T09:12:30.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623476/theora/4076_934fb20fa3024b9b8605e7895abb1624.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623476/large_thumb/large.jpg"
        },
        {
            "id": 623479,
            "name": "Time 4 Glory 4",
            "header": "Tommy M. Josefsson\nSvenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623479/theora/4078_6349c3d5397b44c5adabb51a12e93412.ogv",
                "original": "https://upload.frikanalen.no/media/623479/original/orig_53b7534dbbf94beb9e2ddaee0febe86c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623479/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623479/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623479/broadcast/4078_777763bdc19842b29a286552a504f689.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623479/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:21",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-17T10:22:35.963000Z",
            "updatedTime": "2018-11-10T18:29:29.759259Z",
            "uploadedTime": "2010-03-17T10:22:35.963000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623479/theora/4078_6349c3d5397b44c5adabb51a12e93412.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623479/large_thumb/large.jpg"
        },
        {
            "id": 623081,
            "name": "Naturvideo 001",
            "header": "Naturvideo laget av Dan S. Nordstrand - Charisma kultur og mediasenter",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623081/theora/3487_a6a79ff9b92c40548231f732293457c4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623081/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623081/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623081/broadcast/3487_71828188fd4e40d0910dd6a91b52351b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623081/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:02.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-15T13:16:56.633000Z",
            "updatedTime": "2018-11-10T18:29:30.250705Z",
            "uploadedTime": "2009-09-15T13:16:56.633000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623081/theora/3487_a6a79ff9b92c40548231f732293457c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623081/large_thumb/large.jpg"
        },
        {
            "id": 623496,
            "name": "Derek Prince Ministries",
            "header": "Derek Prince Ministries",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623496/theora/4190_9b0d8988344140d69c8dcffb4bc08809.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623496/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623496/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623496/broadcast/4190_91bffc1acb474879b3b7b0fdb2a04a0e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623496/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:31.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-31T09:53:52.077000Z",
            "updatedTime": "2018-11-10T18:29:29.736038Z",
            "uploadedTime": "2010-03-31T09:53:52.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623496/theora/4190_9b0d8988344140d69c8dcffb4bc08809.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623496/large_thumb/large.jpg"
        },
        {
            "id": 623583,
            "name": "Lennart Chröder",
            "header": "Lennart Schröders tiltale fra Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623583/theora/4264_78b58262d66844c8981faf73c33df573.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623583/broadcast/4264_aeb2965dbcae4d44a9d914e56a9f8d2e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623583/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:11:53.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-04-26T08:59:18.797000Z",
            "updatedTime": "2018-11-10T18:29:29.628134Z",
            "uploadedTime": "2010-04-26T08:59:18.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623583/theora/4264_78b58262d66844c8981faf73c33df573.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623583/large_thumb/large.jpg"
        },
        {
            "id": 623294,
            "name": "Stugmøte i Ulvsmåla",
            "header": "Stugmøte i Ulvsmåla,Blommans tean mfl.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623294/theora/3755_15f4d7d4daf24a859a68c16a7d0189fa.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623294/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623294/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623294/broadcast/3755_3fb8dcc9e1d34a11a1be1865253608da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623294/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:16.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-12-30T12:50:30.110000Z",
            "updatedTime": "2018-11-10T18:29:29.984277Z",
            "uploadedTime": "2009-12-30T12:50:30.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623294/theora/3755_15f4d7d4daf24a859a68c16a7d0189fa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623294/large_thumb/large.jpg"
        },
        {
            "id": 623300,
            "name": "nornet 40",
            "header": "Bill  Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623300/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623300/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623300/broadcast/3781_252c22a31bfb43ae947c4b60c108d24f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:15:53.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-04T13:23:30.317000Z",
            "updatedTime": "2018-11-10T18:29:29.977274Z",
            "uploadedTime": "2010-01-04T13:23:30.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
        },
        {
            "id": 622978,
            "name": "nornet tv del 17",
            "header": "Hans bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622978/theora/3254_9cbf1455344a45cbbfe938d13136bc89.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622978/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622978/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622978/broadcast/orig_738dc259df464c50b6c3221c5654bffc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622978/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:59.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-17T15:29:31.333000Z",
            "updatedTime": "2018-11-10T18:29:30.374865Z",
            "uploadedTime": "2009-08-17T15:29:31.333000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622978/theora/3254_9cbf1455344a45cbbfe938d13136bc89.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622978/large_thumb/large.jpg"
        },
        {
            "id": 622979,
            "name": "nornet tv del 18",
            "header": "Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622979/theora/3258_9328f81395a1454f8528d42901ce719e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622979/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622979/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622979/broadcast/orig_398c571a13f24a80947ee7bcf7a16453.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622979/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:27.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-18T14:55:22.523000Z",
            "updatedTime": "2018-11-10T18:29:30.373501Z",
            "uploadedTime": "2009-08-18T14:55:22.523000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622979/theora/3258_9328f81395a1454f8528d42901ce719e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622979/large_thumb/large.jpg"
        },
        {
            "id": 622587,
            "name": "Nornet TV Del 03",
            "header": "Kristent magasin program",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622587/theora/2828_1c13934711404e4cafba22fd91ff402c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622587/broadcast/orig_125166e495f14720bc5d6c4b89fc91e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622587/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-13T13:14:47.377000Z",
            "updatedTime": "2018-11-10T18:29:30.516827Z",
            "uploadedTime": "2009-05-13T13:14:47.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622587/theora/2828_1c13934711404e4cafba22fd91ff402c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622587/large_thumb/large.jpg"
        },
        {
            "id": 622588,
            "name": "Nornet TV Del 04",
            "header": "Kristent magasin program",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622588/theora/2829_fc7d7f15632b4f5a9d3b0219b06310ba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622588/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622588/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622588/broadcast/orig_9695fb2ab4754b5bb14f893cbace804b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622588/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:20.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-13T13:20:21.397000Z",
            "updatedTime": "2018-11-10T18:29:30.515461Z",
            "uploadedTime": "2009-05-13T13:20:21.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622588/theora/2829_fc7d7f15632b4f5a9d3b0219b06310ba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622588/large_thumb/large.jpg"
        },
        {
            "id": 622980,
            "name": "nornet tv del 19",
            "header": "Kristent program med Fjell Thommy Fjeldberg, og naturvideoer av Dan Nordstrand.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622980/theora/3259_415f1dd2fcb94fcf8f95cc92430bc19a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622980/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622980/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622980/broadcast/orig_2469d8ddcf574f2494ee5485a89aaa03.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622980/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:22:53.280000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-19T09:36:21.723000Z",
            "updatedTime": "2018-11-10T18:29:30.372152Z",
            "uploadedTime": "2009-08-19T09:36:21.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622980/theora/3259_415f1dd2fcb94fcf8f95cc92430bc19a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622980/large_thumb/large.jpg"
        },
        {
            "id": 623310,
            "name": "Nornet tv del 42",
            "header": "Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623310/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623310/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623310/broadcast/3817_d21d88f3d433471cb145a3a6ad919fda.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:21:35",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-08T09:12:26.017000Z",
            "updatedTime": "2018-11-10T18:29:29.964626Z",
            "uploadedTime": "2010-01-08T09:12:26.017000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
        },
        {
            "id": 622594,
            "name": "Nornet TV Del 05",
            "header": "Kristen magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622594/theora/2953_cde1616445dd423e92996ad638617a4c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622594/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622594/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622594/broadcast/orig_bea065352d804b34992fd22ee031c915.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622594/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:43.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-19T14:21:43.873000Z",
            "updatedTime": "2018-11-10T18:29:30.506944Z",
            "uploadedTime": "2009-05-19T14:21:43.873000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622594/theora/2953_cde1616445dd423e92996ad638617a4c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622594/large_thumb/large.jpg"
        },
        {
            "id": 623114,
            "name": "Erling I. Nielsen",
            "header": "Erling Ilsäe Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623114/theora/3523_f87058140c9f4dffa8711bb12573e643.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623114/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623114/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623114/broadcast/3523_0459200aae214aa98f697d303f4a28dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623114/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:02.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-22T08:30:34.853000Z",
            "updatedTime": "2018-11-10T18:29:30.206831Z",
            "uploadedTime": "2009-09-22T08:30:34.853000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623114/theora/3523_f87058140c9f4dffa8711bb12573e643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623114/large_thumb/large.jpg"
        },
        {
            "id": 623602,
            "name": "Svenn Thommy Fjeldberg og Tommy M Josefsson 2",
            "header": "10 min og Levande ord",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623602/theora/4286_3c1291170da947e09939013adcafa562.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623602/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623602/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623602/broadcast/4286_820eb72413f548f68798243fadac826d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623602/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:07.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-05-05T10:16:09.853000Z",
            "updatedTime": "2018-11-10T18:29:29.607377Z",
            "uploadedTime": "2010-05-05T10:16:09.853000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623602/theora/4286_3c1291170da947e09939013adcafa562.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623602/large_thumb/large.jpg"
        },
        {
            "id": 623302,
            "name": "nornet tv 41",
            "header": "10 Minutter med Fjell Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623302/theora/3783_7556275e4238427c8a39a34793fe7aca.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623302/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623302/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623302/broadcast/3783_95450540d22547fbb1c14b7946460909.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623302/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:10:23.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-05T10:55:15.210000Z",
            "updatedTime": "2018-11-10T18:29:29.974323Z",
            "uploadedTime": "2010-01-05T10:55:15.210000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623302/theora/3783_7556275e4238427c8a39a34793fe7aca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623302/large_thumb/large.jpg"
        },
        {
            "id": 623601,
            "name": "Svenn Thommy Fjeldberg og Thommy M Josefsson",
            "header": "Svenn Thommy Fjeldberg og Thommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623601/theora/4284_cdb9d67a69d84616a3e3c5afdeb68d42.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623601/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623601/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623601/broadcast/4284_8b3602a93cc245b881334572b6a38c93.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623601/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:53.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-05-05T08:15:28.730000Z",
            "updatedTime": "2018-11-10T18:29:29.608745Z",
            "uploadedTime": "2010-05-05T08:15:28.730000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623601/theora/4284_cdb9d67a69d84616a3e3c5afdeb68d42.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623601/large_thumb/large.jpg"
        },
        {
            "id": 623118,
            "name": "Bill Stenber",
            "header": "Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623118/theora/3520_5045fb9dc2e34471ba4940e2b968e1fc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623118/broadcast/3520_17b2eacad5d84ce1b9b4f3814158e200.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623118/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:53.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-21T10:46:04.153000Z",
            "updatedTime": "2018-11-10T18:29:30.201029Z",
            "uploadedTime": "2009-09-21T10:46:04.153000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623118/theora/3520_5045fb9dc2e34471ba4940e2b968e1fc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623118/large_thumb/large.jpg"
        },
        {
            "id": 623120,
            "name": "dlo juni 002",
            "header": "Det levande ord med Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623120/theora/3531_213ce8d995044355af7fcabc437753c5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623120/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623120/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623120/broadcast/3531_5cd321a9656641199f7b0db8d46f475b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623120/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:23:49.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-24T14:21:08.180000Z",
            "updatedTime": "2018-11-10T18:29:30.198120Z",
            "uploadedTime": "2009-09-24T14:21:08.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623120/theora/3531_213ce8d995044355af7fcabc437753c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623120/large_thumb/large.jpg"
        },
        {
            "id": 623122,
            "name": "DET LEVENDE ORD del3",
            "header": "Det levende ord med Tommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623122/theora/3532_f9a617fd7de14a47a2be1a369b32fb9c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623122/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623122/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623122/broadcast/3532_8fa55a4aa62b4b67b59494b840022ed5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623122/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:39.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-25T06:56:20.987000Z",
            "updatedTime": "2018-11-10T18:29:30.195374Z",
            "uploadedTime": "2009-09-25T06:56:20.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623122/theora/3532_f9a617fd7de14a47a2be1a369b32fb9c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623122/large_thumb/large.jpg"
        },
        {
            "id": 623334,
            "name": "Time 4 Glory 01",
            "header": "Med Tommy M Josefsson og Svenn Thomy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623334/theora/3888_95017e2f85564d1eb947b62022961273.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623334/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623334/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623334/broadcast/3888_18b4c2a053b842c79d0a3fe6bc31cf87.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623334/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:29.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-15T14:04:42.887000Z",
            "updatedTime": "2018-11-10T18:29:29.931789Z",
            "uploadedTime": "2010-01-15T14:04:42.887000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623334/theora/3888_95017e2f85564d1eb947b62022961273.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623334/large_thumb/large.jpg"
        },
        {
            "id": 623599,
            "name": "Kenneth Copeland",
            "header": "Oral Roberts visjon om de siste tider",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623599/theora/4281_4266660812be4b1a85fec4ab670e6341.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623599/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623599/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623599/broadcast/4281_48de85ffc4fa459caf2a2576032ce26a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623599/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:39.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-05-03T08:21:34.723000Z",
            "updatedTime": "2018-11-10T18:29:29.611471Z",
            "uploadedTime": "2010-05-03T08:21:34.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623599/theora/4281_4266660812be4b1a85fec4ab670e6341.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623599/large_thumb/large.jpg"
        },
        {
            "id": 622577,
            "name": "Nornet TV Del 02",
            "header": "Kristent magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622577/theora/2827_6b0c29472f894b87b499399ea36ce3d6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622577/broadcast/orig_4981ee00708d4a2bb9ca36ffeac56e38.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622577/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-12T14:38:41.237000Z",
            "updatedTime": "2018-11-10T18:29:30.530578Z",
            "uploadedTime": "2009-05-12T14:38:41.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622577/theora/2827_6b0c29472f894b87b499399ea36ce3d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622577/large_thumb/large.jpg"
        },
        {
            "id": 623126,
            "name": "Det levende ord del 4",
            "header": "Det levende ord med Tommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623126/theora/3533_490404a588104967ac9558f80416b2d8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623126/broadcast/3533_52074066438a4b2095e7cf19b1b58cdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623126/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:10:34.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-28T07:45:27.857000Z",
            "updatedTime": "2018-11-10T18:29:30.191229Z",
            "uploadedTime": "2009-09-28T07:45:27.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623126/theora/3533_490404a588104967ac9558f80416b2d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623126/large_thumb/large.jpg"
        },
        {
            "id": 623593,
            "name": "Time4glory india",
            "header": "Thomas Varghese fra India i samtale med Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623593/theora/4277_b6d0fb91643a485d80acafd524245d05.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623593/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623593/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623593/broadcast/4277_f142ed00610f4d4dac855fbff6440150.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623593/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-04-30T11:18:13.990000Z",
            "updatedTime": "2018-11-10T18:29:29.615588Z",
            "uploadedTime": "2010-04-30T11:18:13.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623593/theora/4277_b6d0fb91643a485d80acafd524245d05.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623593/large_thumb/large.jpg"
        },
        {
            "id": 622576,
            "name": "Nornet TV Del 01",
            "header": "Kristent magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622576/theora/2826_fdbbbba021474e3ea1f19668cb57510e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622576/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622576/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622576/broadcast/orig_22707d7068b7418c9a050ee07dd145ab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622576/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-12T14:37:17.470000Z",
            "updatedTime": "2018-11-10T18:29:30.531970Z",
            "uploadedTime": "2009-05-12T14:37:17.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622576/theora/2826_fdbbbba021474e3ea1f19668cb57510e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622576/large_thumb/large.jpg"
        },
        {
            "id": 623592,
            "name": "tanzania",
            "header": "En film om törken i Masailand,Tanzania, Afrika",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623592/theora/4271_5aff7a2c2b2843c597533d0696077a57.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623592/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623592/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623592/broadcast/4271_6a2b3490b7ba49ba85d6aaa787c44312.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623592/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-04-30T09:32:43.577000Z",
            "updatedTime": "2018-11-10T18:29:29.617173Z",
            "uploadedTime": "2010-04-30T09:32:43.577000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623592/theora/4271_5aff7a2c2b2843c597533d0696077a57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623592/large_thumb/large.jpg"
        },
        {
            "id": 626237,
            "name": "EuroBSDCon 2019, Lillehammer: OpenBSD: Add VMM to Packer - Phillip Buehler",
            "header": "OpenBSD: add VMM to ‘packer’\r\nThe sysadmin view of virtualization usually starts at a hypervisor running some kind of “image”. Packer is a framework to create such an image using various host and virtualized operating systems and adding some more bolts.\r\n\r\nThis talk shows the efforts and pitfalls of building a plugin for packer using the VMM framework on OpenBSD. Some details go down the rabbit hole (or reducing it) to provide a Go binary runnable as a plugin. For ease of installation, the ways how to package this as an OpenBSD ‘port’ are shown.\r\n\r\nOn top a bigger picture is provided on how to provide configurable OpenBSD images “at scale” by using the above accomplishments.\r\n\r\nPhilipp Buehler\r\n\r\nPhilipp uses Unix since mid 1990s and OpenBSD since 2000. Born and working in Germany mainly in Unix/Linux/BSD areas including ISP services and networking. Been an OpenBSD developer from 2002 to 2005, trying to cleanup and test pf(4). Co-founder of sysfive.com GmbH having the technical lead in designing and operating FOSS-based business plattforms.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626237/theora/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626237/broadcast/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626237/large_thumb/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.jpg",
                "original": "https://upload.frikanalen.no/media/626237/original/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:22.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://2019.eurobsdcon.org/slides/OpenBSD:%20add%20VMM%20to%20packer%20-%20Philipp%20Buehler.pdf",
            "createdTime": "2019-12-20T21:36:50.707327Z",
            "updatedTime": "2019-12-21T13:20:47.558258Z",
            "uploadedTime": "2019-12-20T22:14:23.607557Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626237/theora/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626237/large_thumb/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.jpg"
        },
        {
            "id": 626227,
            "name": "EuroBSDCon 2019, Lillehammer: Paul Vixie talks about DNS over HTTPS",
            "header": "Paul Vixie was responsible for BIND from 1989 to 1999, and is the author of a dozen or so IETF RFC documents about DNS. He also started the first anti-spam company (MAPS) where he co-invented the DNS RBL (Realtime Blackhole List), and was the founder and later president of the first U.S.-based commercial Internet Exchange (PAIX). Today he serves as CEO of Farsight Security, home of the Security Information Exchange (SIE) and the world’s leading Passive DNS database (DNSDB). He wrote the Cron software used on all UNIX-type computers today. He is also co-inventor of the DNS Response Rate Limiting (RRL) and Response Policy Zone (RPZ) feature-sets now in wide use to protect the operational Internet Domain Name System against online attacks. He received his Ph.D. from Keio University in 2011, and was inducted into the Internet Hall of Fame in 2014.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626227/theora/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626227/broadcast/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.dv",
                "original": "https://upload.frikanalen.no/media/626227/original/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626227/large_thumb/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:54:10.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://2019.eurobsdcon.org/talk-speakers/#DoH",
            "createdTime": "2019-12-15T15:22:44.603440Z",
            "updatedTime": "2019-12-23T16:15:26.098075Z",
            "uploadedTime": "2019-12-15T17:20:02.220875Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626227/theora/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626227/large_thumb/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.jpg"
        }
    ]
}