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

{
    "count": 3411,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=800&ordering=publish_on_web",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=700&ordering=publish_on_web",
    "results": [
        {
            "id": 625905,
            "name": "Teckids: The Free Software Youth Organisation",
            "header": "Teckids is a youth organisation from Germany, aiming at establishing a free software community among children and adolescents (basically pupils). Regularly running youth programmes at FOSS conferences where children take part in workshops about many aspects of technology and computer science, Teckids provides the necessary entry level to the free software community.\r\n\r\n    Being a community organisation for young people, Teckids entirely relies on engaging those young people in all aspects of the organisation, starting from tutoring in workshops up to participating as board members. This concept brings a whole bunch of quite complicated and hard processes with it, but is entirely worth while.\r\n\r\n    We would like to introduce our work to interested participants in Norway, to present the idea behind the organisation, and maybe find people who would like to engage in the project in Norway.\r\n\r\nEike and Nik are two members of Teckids e.V. in Germany. Nik is chairperson and founding member of the organisation, and Eike, now 16 years old, is the tutor who got everything rolling back when he was 11 years old and held his first PyGame workshops at FrOSCon. The two are now lead developers of the Veripeditus project, a new tool to get young people interested in gaming involved in programming using free software tools.\r\n\r\nNUUG talk from 2017-08-08.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625905/small_thumb/20170808-teckids-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625905/broadcast/20170808-teckids-frikanalen.dv"
            },
            "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:56:00.120000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170808-teckids/",
            "createdTime": "2017-08-10T11:38:20.126965Z",
            "updatedTime": "2018-11-10T18:29:26.567706Z",
            "uploadedTime": "2017-08-10T11:40:08.983970Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.jpg"
        },
        {
            "id": 625063,
            "name": "Folkehelsens røtter 01",
            "header": "Per de Lange viser oss gjenstander fra egen samling som forteller om folkehelsens historiske røtter. I siste delen av programmet gir han tips om hvilken mat vi bør velge for å ungå visse sykdommer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625063/theora/orig_2dc811ea24134254a43d9d301bbc696d.ogv",
                "original": "https://upload.frikanalen.no/media/625063/original/orig_2dc811ea24134254a43d9d301bbc696d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625063/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625063/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625063/broadcast/6542_0ca25848b0014d6a98807e5d1a1ada88.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625063/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:41.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T14:18:38.903000Z",
            "updatedTime": "2018-11-10T18:29:27.705074Z",
            "uploadedTime": "2012-11-08T14:18:38.903000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625063/theora/orig_2dc811ea24134254a43d9d301bbc696d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625063/large_thumb/large.jpg"
        },
        {
            "id": 625064,
            "name": "Når alt blir nytt.",
            "header": "Ord blir fattige i møte med himmelen. Program 13 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625064/theora/orig_9327ca7427364cdbb296dd07c19c06b8.ogv",
                "original": "https://upload.frikanalen.no/media/625064/original/orig_9327ca7427364cdbb296dd07c19c06b8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625064/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625064/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625064/broadcast/6428_b3f6715fd4524a869fe0e6a2086518b0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625064/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:14:47.513000Z",
            "updatedTime": "2018-11-10T18:29:27.703729Z",
            "uploadedTime": "2012-09-21T09:14:47.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625064/theora/orig_9327ca7427364cdbb296dd07c19c06b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625064/large_thumb/large.jpg"
        },
        {
            "id": 627827,
            "name": "Jødedom eller kristendom",
            "header": "Valget forklarer seg selv...",
            "description": "Valget forklarer seg selv...",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627827/theora/J�dedom eller kristendom_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627827/broadcast/J�dedom eller kristendom_.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627827/large_thumb/J�dedom eller kristendom_.jpg",
                "original": "https://upload.frikanalen.no/media/627827/original/J�dedom eller kristendom_.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:46:17",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-11-30T08:13:31.886502Z",
            "updatedTime": "2023-11-30T08:54:36.761747Z",
            "uploadedTime": "2023-11-30T08:32:50.797886Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627827/theora/J�dedom eller kristendom_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627827/large_thumb/J�dedom eller kristendom_.jpg"
        },
        {
            "id": 624912,
            "name": "Den norske kirke i eksil 113",
            "header": "Har Stortinget ført det norske folk bak lyset ved endringen av grunnlovens paragraf 2?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624912/theora/orig_8a216931eb3b4fb380fafc667ad27c58.ogv",
                "original": "https://upload.frikanalen.no/media/624912/original/orig_8a216931eb3b4fb380fafc667ad27c58.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624912/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624912/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624912/broadcast/6294_85129fbcfa664009aca439fd3c97a9b1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624912/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:14.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-30T20:27:13.083000Z",
            "updatedTime": "2018-11-10T18:29:27.898487Z",
            "uploadedTime": "2012-05-30T20:27:13.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624912/theora/orig_8a216931eb3b4fb380fafc667ad27c58.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624912/large_thumb/large.jpg"
        },
        {
            "id": 624911,
            "name": "AR6075 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624911/theora/orig_f1124f309ee8491184a96ec26913f080.ogv",
                "original": "https://upload.frikanalen.no/media/624911/original/orig_f1124f309ee8491184a96ec26913f080.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624911/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624911/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624911/broadcast/6283_74c20d9f75c742d6b7cb1c6bc3d609a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624911/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:48.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-05-26T18:48:11.113000Z",
            "updatedTime": "2018-11-10T18:29:27.899889Z",
            "uploadedTime": "2012-05-26T18:48:11.113000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624911/theora/orig_f1124f309ee8491184a96ec26913f080.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624911/large_thumb/large.jpg"
        },
        {
            "id": 624910,
            "name": "AR6089 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624910/theora/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.ogv",
                "original": "https://upload.frikanalen.no/media/624910/original/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624910/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624910/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624910/broadcast/6284_e3e30a1bd50943ce98da7a51ebfd9056.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624910/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:40.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-26T18:50:46.300000Z",
            "updatedTime": "2018-11-10T18:29:27.901271Z",
            "uploadedTime": "2012-05-26T18:50:46.300000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624910/theora/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624910/large_thumb/large.jpg"
        },
        {
            "id": 624909,
            "name": "AR6067 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624909/theora/orig_a5e89d872ddb4d39b36fa33c9ababe97.ogv",
                "original": "https://upload.frikanalen.no/media/624909/original/orig_a5e89d872ddb4d39b36fa33c9ababe97.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624909/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624909/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624909/broadcast/6282_505379b81f6d40d9b188c4c09b981f3e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624909/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:56.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-05-26T18:46:11.347000Z",
            "updatedTime": "2018-11-10T18:29:27.902655Z",
            "uploadedTime": "2012-05-26T18:46:11.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624909/theora/orig_a5e89d872ddb4d39b36fa33c9ababe97.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624909/large_thumb/large.jpg"
        },
        {
            "id": 624908,
            "name": "New Life - Program 03 2011",
            "header": "Vi tar turen til barnehjemmet Ebenezer, og er med på matutdeling og fest. I tillegg møter vi noen tidligere elever fra skolen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624908/theora/orig_343156ea92be4d14bab4059998dff9d5.ogv",
                "original": "https://upload.frikanalen.no/media/624908/original/orig_343156ea92be4d14bab4059998dff9d5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624908/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624908/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624908/broadcast/6287_200107eafb6e4be68b88ff947aed031e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624908/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-29T15:09:19.497000Z",
            "updatedTime": "2018-11-10T18:29:27.904038Z",
            "uploadedTime": "2012-05-29T15:09:19.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624908/theora/orig_343156ea92be4d14bab4059998dff9d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624908/large_thumb/large.jpg"
        },
        {
            "id": 624906,
            "name": "Den norske kirke i eksil 112",
            "header": "Biskopen i Borg tror på Jesus men han godtar ikke BIBELEN SOM Guds ord.\nPinsen er menighetens fødselsdag",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624906/theora/orig_36897f47e2014a90ae246b1f08b5034b.ogv",
                "original": "https://upload.frikanalen.no/media/624906/original/orig_36897f47e2014a90ae246b1f08b5034b.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624906/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624906/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624906/broadcast/6286_15bce3f2d4714f12a4f0c8f4160f7088.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624906/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-29T07:29:36.237000Z",
            "updatedTime": "2018-11-10T18:29:27.906729Z",
            "uploadedTime": "2012-05-29T07:29:36.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624906/theora/orig_36897f47e2014a90ae246b1f08b5034b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624906/large_thumb/large.jpg"
        },
        {
            "id": 624905,
            "name": "Faktisk Fantastisk 1/7",
            "header": "Lotta er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Liljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624905/theora/orig_ec2aeb7c2d554246bc1f8c77bbf9dbcd.ogv",
                "original": "https://upload.frikanalen.no/media/624905/original/orig_ec2aeb7c2d554246bc1f8c77bbf9dbcd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624905/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624905/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624905/broadcast/6273_b05f8aed44d14a28b27a33b6f05fabdb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624905/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:17:34.067000Z",
            "updatedTime": "2018-11-10T18:29:27.908145Z",
            "uploadedTime": "2012-05-22T12:17:34.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624905/theora/orig_ec2aeb7c2d554246bc1f8c77bbf9dbcd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624905/large_thumb/large.jpg"
        },
        {
            "id": 624904,
            "name": "Tangert 2012 04",
            "header": "Grunnloven skal endres slik at trossamfunnene i Norge blir likere stilt i forholdet til staten.  Flere av kirkens egne folk uttaler seg om saken. I studio, programleder Tor Tjeransen og gjest Inge lønning fra Høyre.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624904/theora/orig_f294a2754aba4bcfb5ec1896930e87ff.ogv",
                "original": "https://upload.frikanalen.no/media/624904/original/orig_f294a2754aba4bcfb5ec1896930e87ff.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624904/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624904/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624904/broadcast/6257_bf36e3ce15144f7ebf47fcea23ab7c83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624904/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-27T11:47:45.740000Z",
            "updatedTime": "2018-11-10T18:29:27.909492Z",
            "uploadedTime": "2012-04-27T11:47:45.740000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624904/theora/orig_f294a2754aba4bcfb5ec1896930e87ff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624904/large_thumb/large.jpg"
        },
        {
            "id": 624903,
            "name": "Tangert 2012 03",
            "header": "Hva er Den norske kirkes plass i dagens Norge? Nye rammevilkår som vil gjøre statskirken om til en folkekirke, er på vei. Flere av kirkens folk uttaler seg om saken i programmet der Tor Tjeransen har med seg Inge Lønning fra Høyre.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624903/theora/orig_2ec40576163a435ba371ad616d9a11d4.ogv",
                "original": "https://upload.frikanalen.no/media/624903/original/orig_2ec40576163a435ba371ad616d9a11d4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624903/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624903/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624903/broadcast/6256_b958dcbc95e2463c80bb60fce280ab64.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624903/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-27T11:42:44.690000Z",
            "updatedTime": "2018-11-10T18:29:27.910870Z",
            "uploadedTime": "2012-04-27T11:42:44.690000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624903/theora/orig_2ec40576163a435ba371ad616d9a11d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624903/large_thumb/large.jpg"
        },
        {
            "id": 624902,
            "name": "Livsstilsagenten 03",
            "header": "Livsstilsagent Per De Lange er på besøk hos Anita Øgård i Kreftforeningen for å finne ut hvordan kreft kan unngås mest mulig.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624902/theora/orig_c7e89445799a44879794f58e4dbc4f87.ogv",
                "original": "https://upload.frikanalen.no/media/624902/original/orig_c7e89445799a44879794f58e4dbc4f87.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624902/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624902/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624902/broadcast/6281_01ad94fbf36a4392ac2e82c6917f240f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624902/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-24T09:41:01.920000Z",
            "updatedTime": "2018-11-10T18:29:27.912293Z",
            "uploadedTime": "2012-05-24T09:41:01.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624902/theora/orig_c7e89445799a44879794f58e4dbc4f87.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624902/large_thumb/large.jpg"
        },
        {
            "id": 624900,
            "name": "17. Mai 2012 i Blaker",
            "header": "17. Mai feiringa på Blaker skanse 2012. Blaker skolemusikkorps, Fossegrimen, og tale av ordföreren i Sörum komune.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624900/theora/6270_6d93f52f9b42443dbbed35061b1ab554.ogv",
                "original": "https://upload.frikanalen.no/media/624900/original/orig_65c85164eadd46d38ef3c1a2eeadc817.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624900/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624900/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624900/broadcast/6270_590006d28852480fb9d55c0146b58048.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624900/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:11.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2012-05-22T11:04:40.373000Z",
            "updatedTime": "2018-11-10T18:29:27.915000Z",
            "uploadedTime": "2012-05-22T11:04:40.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624900/theora/6270_6d93f52f9b42443dbbed35061b1ab554.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624900/large_thumb/large.jpg"
        },
        {
            "id": 624899,
            "name": "Faktisk Fantastisk 7/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624899/theora/orig_cfa7ff7f44d0439aa8afb0a3306c58af.ogv",
                "original": "https://upload.frikanalen.no/media/624899/original/orig_cfa7ff7f44d0439aa8afb0a3306c58af.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624899/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624899/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624899/broadcast/6279_7d7bd9fe4ed14f6abf547ef818bc7ba6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624899/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:39:45.073000Z",
            "updatedTime": "2018-11-10T18:29:27.916372Z",
            "uploadedTime": "2012-05-22T12:39:45.073000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624899/theora/orig_cfa7ff7f44d0439aa8afb0a3306c58af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624899/large_thumb/large.jpg"
        },
        {
            "id": 624898,
            "name": "Faktisk Fantastisk 3/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624898/theora/orig_e52d790c53c54d58825f72484b4ac757.ogv",
                "original": "https://upload.frikanalen.no/media/624898/original/orig_e52d790c53c54d58825f72484b4ac757.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624898/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624898/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624898/broadcast/6275_7e8f84f66d1b42188fa355155c12272a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624898/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:24:38.763000Z",
            "updatedTime": "2018-11-10T18:29:27.917822Z",
            "uploadedTime": "2012-05-22T12:24:38.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624898/theora/orig_e52d790c53c54d58825f72484b4ac757.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624898/large_thumb/large.jpg"
        },
        {
            "id": 624897,
            "name": "Faktisk Fantastisk 5/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624897/theora/orig_7944bc95a53841a3b61134433635448f.ogv",
                "original": "https://upload.frikanalen.no/media/624897/original/orig_7944bc95a53841a3b61134433635448f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624897/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624897/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624897/broadcast/6277_dd391c8b07d14d1cbe995bcb0dc44ed2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624897/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:29:30.487000Z",
            "updatedTime": "2018-11-10T18:29:27.919212Z",
            "uploadedTime": "2012-05-22T12:29:30.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624897/theora/orig_7944bc95a53841a3b61134433635448f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624897/large_thumb/large.jpg"
        },
        {
            "id": 624896,
            "name": "Faktisk Fantastisk 4/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624896/theora/orig_086df4cd326a4c22b6b552c086c80a64.ogv",
                "original": "https://upload.frikanalen.no/media/624896/original/orig_086df4cd326a4c22b6b552c086c80a64.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624896/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624896/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624896/broadcast/6276_eea277a441674bf48c3a4fe62404fed7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624896/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:27:04.877000Z",
            "updatedTime": "2018-11-10T18:29:27.920613Z",
            "uploadedTime": "2012-05-22T12:27:04.877000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624896/theora/orig_086df4cd326a4c22b6b552c086c80a64.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624896/large_thumb/large.jpg"
        },
        {
            "id": 624895,
            "name": "Faktisk Fantastisk 2/7",
            "header": "Lotte er ei tøydukke som undrer seg over Guds skapte verden. Programleder er Lliljan Wollan.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624895/theora/orig_eba1c524d8cd443f9c472d090fea52f7.ogv",
                "original": "https://upload.frikanalen.no/media/624895/original/orig_eba1c524d8cd443f9c472d090fea52f7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624895/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624895/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624895/broadcast/6274_d164311a77dc4f0ab5b69c77f7a76053.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624895/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-22T12:22:19.093000Z",
            "updatedTime": "2018-11-10T18:29:27.921993Z",
            "uploadedTime": "2012-05-22T12:22:19.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624895/theora/orig_eba1c524d8cd443f9c472d090fea52f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624895/large_thumb/large.jpg"
        },
        {
            "id": 625683,
            "name": "Surviving the Next 23 Years of Free Software - Debconf 16",
            "header": "Let's face it, GNU/Linux is no youngster! Many developers are aging and as with any large group of people, we must plan for the sad but inevitable loss of contributors. We have already lost a number of extremely important people in our community. In this talk, Karen will discuss the legal and social implications of this transition and possible mechanisms we can put in place to address them.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625683/broadcast/Surviving_the_Next_23_Years_of_Free_Software.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625683/small_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "original": "https://upload.frikanalen.no/media/625683/original/Surviving_the_Next_23_Years_of_Free_Software.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:48:18.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/57/",
            "createdTime": "2016-07-20T21:10:57.849893Z",
            "updatedTime": "2018-11-10T18:29:26.874262Z",
            "uploadedTime": "2016-07-20T21:11:03.209613Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg"
        },
        {
            "id": 624893,
            "name": "Bibelstudier 12 (2 kv 2012)",
            "header": "Evaluering. Ærlig evaluering av arbeid som gjøres i en menighet er en forutsetning for å lykkes. \nI panelet samtaler programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624893/theora/orig_5b69fc850e68423d86c2fbd417f79350.ogv",
                "original": "https://upload.frikanalen.no/media/624893/original/orig_5b69fc850e68423d86c2fbd417f79350.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624893/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624893/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624893/broadcast/6150_4ad2849aaa234668b96c3d0d5384877a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624893/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:20:26.480000Z",
            "updatedTime": "2018-11-10T18:29:27.924817Z",
            "uploadedTime": "2012-03-29T09:20:26.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624893/theora/orig_5b69fc850e68423d86c2fbd417f79350.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624893/large_thumb/large.jpg"
        },
        {
            "id": 624892,
            "name": "Bibelstudier 13 (2 kv 2012)",
            "header": "Utholdenhet i tjenesten. I dette siste programmet av serien ser vi nærmere på Jesu metoder i arbeid med mennesker.\nI panelet samtaler programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624892/theora/orig_3eeb53dba7644909a3146527e151d0ce.ogv",
                "original": "https://upload.frikanalen.no/media/624892/original/orig_3eeb53dba7644909a3146527e151d0ce.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624892/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624892/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624892/broadcast/6151_65b47746f26c444cb3f6d9f4832aeffe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624892/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:23:08.137000Z",
            "updatedTime": "2018-11-10T18:29:27.926187Z",
            "uploadedTime": "2012-03-29T09:23:08.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624892/theora/orig_3eeb53dba7644909a3146527e151d0ce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624892/large_thumb/large.jpg"
        },
        {
            "id": 624891,
            "name": "Bibelstudier 10 (2 kv 2012)",
            "header": "Reaksjon i kjærlighet. Kjærlighet er evangeliets utgangspunkt . Er det noen motsetning mellom plikt og kjærlighet? \nVi hører programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624891/theora/orig_8c1734f65fe247088adb3216515d108e.ogv",
                "original": "https://upload.frikanalen.no/media/624891/original/orig_8c1734f65fe247088adb3216515d108e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624891/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624891/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624891/broadcast/6148_4212a1d3b2e2448b9b3d5845dc89ffda.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624891/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:14:29.640000Z",
            "updatedTime": "2018-11-10T18:29:27.927580Z",
            "uploadedTime": "2012-03-29T09:14:29.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624891/theora/orig_8c1734f65fe247088adb3216515d108e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624891/large_thumb/large.jpg"
        },
        {
            "id": 624890,
            "name": "Bibelstudier 11 (2 kv 2012)",
            "header": "Fortell menigheten. Ikke mye inspirerer like godt som suksesshistorier. De gode historiene må deles.\nVi hører programleder Tor Tjeransen og Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624890/theora/orig_5a325449b3d14c6c84e3100a09646e5b.ogv",
                "original": "https://upload.frikanalen.no/media/624890/original/orig_5a325449b3d14c6c84e3100a09646e5b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624890/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624890/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624890/broadcast/6149_c7453b1f687a4dc8be9b35516cfcfa95.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624890/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:17:35.527000Z",
            "updatedTime": "2018-11-10T18:29:27.928931Z",
            "uploadedTime": "2012-03-29T09:17:35.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624890/theora/orig_5a325449b3d14c6c84e3100a09646e5b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624890/large_thumb/large.jpg"
        },
        {
            "id": 624888,
            "name": "Ja vi elsker!",
            "header": "17.mai feiring på Finse",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624888/theora/6266_7c4f4d6041a749379e4f507128feb40d.ogv",
                "original": "https://upload.frikanalen.no/media/624888/original/orig_f8facc0040594dec9f15f285032e2a0d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624888/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624888/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624888/broadcast/6266_5785d8d3071241608294e85875676005.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624888/large_thumb/large.jpg"
            },
            "creator": "erik.vold@nrk.no",
            "organization": {
                "id": 119,
                "name": "NRK",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2000,
                "editorName": "Erik Vold",
                "editorEmail": "erik.vold@nrk.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:06:38.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-19T18:07:59.417000Z",
            "updatedTime": "2018-11-10T18:29:27.931727Z",
            "uploadedTime": "2012-05-19T18:07:59.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624888/theora/6266_7c4f4d6041a749379e4f507128feb40d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624888/large_thumb/large.jpg"
        },
        {
            "id": 624887,
            "name": "Uten sidestykke",
            "header": "Utvalgte utdrag fra Prem Rawats taler.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624887/theora/6267_4d8961533505456ba920a3b3a2d5f126.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624887/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624887/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624887/broadcast/6267_4d8961533505456ba920a3b3a2d5f126.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624887/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:04.720000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-20T11:08:44.483000Z",
            "updatedTime": "2018-11-10T18:29:27.933074Z",
            "uploadedTime": "2012-05-20T11:08:44.483000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624887/theora/6267_4d8961533505456ba920a3b3a2d5f126.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624887/large_thumb/large.jpg"
        },
        {
            "id": 624886,
            "name": "Den norske kirke i eksil 110",
            "header": "Grunnloven er bygget over Guds 10 bud. Denne har storinget fjernet.\nNå har DNk IKKE\nNOE MED STATEN Å GJØRE BORSETTE LØNNINGER TIL DE GEISTLIGE. 500 år sammen med staten er fjernet.Nå må vi stå på egne ben.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624886/theora/orig_43121644da4142ea9310b304ff7d8b9a.ogv",
                "original": "https://upload.frikanalen.no/media/624886/original/orig_43121644da4142ea9310b304ff7d8b9a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624886/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624886/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624886/broadcast/6259_0af38d71ae8b4990b3b5e181653c2997.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624886/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:31.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-17T13:25:47.720000Z",
            "updatedTime": "2018-11-10T18:29:27.934419Z",
            "uploadedTime": "2012-05-17T13:25:47.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624886/theora/orig_43121644da4142ea9310b304ff7d8b9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624886/large_thumb/large.jpg"
        },
        {
            "id": 625065,
            "name": "Kristenlivet.",
            "header": "Hva prioriterer du i livet? Program 11 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625065/theora/orig_38eac952d5f944d28d589ee5179fadb7.ogv",
                "original": "https://upload.frikanalen.no/media/625065/original/orig_38eac952d5f944d28d589ee5179fadb7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625065/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625065/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625065/broadcast/6426_aadfb3e226934403a75671925f51c4a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625065/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:06:13.847000Z",
            "updatedTime": "2018-11-10T18:29:27.702317Z",
            "uploadedTime": "2012-09-21T09:06:13.847000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625065/theora/orig_38eac952d5f944d28d589ee5179fadb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625065/large_thumb/large.jpg"
        },
        {
            "id": 624884,
            "name": "20_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624884/theora/6178_873041396f224bf39bfac48721b16f57.ogv",
                "original": "https://upload.frikanalen.no/media/624884/original/orig_6312db5f86464ff5be88ca3fb0ac1277.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624884/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624884/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624884/broadcast/6178_2cf1d805e43a45ce8265d34b8b6480a6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624884/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:19",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-03T07:33:59.353000Z",
            "updatedTime": "2018-11-10T18:29:27.937214Z",
            "uploadedTime": "2012-04-03T07:33:59.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624884/theora/6178_873041396f224bf39bfac48721b16f57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624884/large_thumb/large.jpg"
        },
        {
            "id": 624882,
            "name": "Den norske kirke i eksil 109",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624882/theora/orig_db8106a345fa42f5a7af05dfd1d6ba18.ogv",
                "original": "https://upload.frikanalen.no/media/624882/original/orig_db8106a345fa42f5a7af05dfd1d6ba18.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624882/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624882/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624882/broadcast/6258_6daa5162e3104330b22d3b031f8601fa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624882/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:30.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-17T10:10:00.340000Z",
            "updatedTime": "2018-11-10T18:29:27.939937Z",
            "uploadedTime": "2012-05-17T10:10:00.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624882/theora/orig_db8106a345fa42f5a7af05dfd1d6ba18.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624882/large_thumb/large.jpg"
        },
        {
            "id": 624881,
            "name": "Bibelstudier 09 (2 kv 2012)",
            "header": "Frigjort til tjeneste. Menigheter og enkeltmedlemmer må foreta prioriteringer for å nå sine mål. Det finnes grenser for \nhvor mye den enkelte kan ta på seg. Tor Tjeransen samtaler med  Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624881/theora/orig_734bf69282944366b209737fc914df46.ogv",
                "original": "https://upload.frikanalen.no/media/624881/original/orig_734bf69282944366b209737fc914df46.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624881/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624881/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624881/broadcast/6147_db4435c0075f4289bfa5800a66331c49.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624881/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:11:38.827000Z",
            "updatedTime": "2018-11-10T18:29:27.941300Z",
            "uploadedTime": "2012-03-29T09:11:38.827000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624881/theora/orig_734bf69282944366b209737fc914df46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624881/large_thumb/large.jpg"
        },
        {
            "id": 625066,
            "name": "Jesus og de frelste.",
            "header": "Målet er en god og lys framtid. Program 12 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625066/theora/orig_2a85c6aaef8641a28a73e48cbd93d0b9.ogv",
                "original": "https://upload.frikanalen.no/media/625066/original/orig_2a85c6aaef8641a28a73e48cbd93d0b9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625066/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625066/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625066/broadcast/6427_15656393fabc4024b8d297a5712105e2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625066/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T09:11:45.280000Z",
            "updatedTime": "2018-11-10T18:29:27.700941Z",
            "uploadedTime": "2012-09-21T09:11:45.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625066/theora/orig_2a85c6aaef8641a28a73e48cbd93d0b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625066/large_thumb/large.jpg"
        },
        {
            "id": 625684,
            "name": "Software Heritage: Building the Universal Software Archive - Debconf 16",
            "header": "In the past few decades, software has become a critical part of every single bit of infrastructure running the world, from the tiniest devices we embed in our bodies to improve our health, to the biggest human creations. Software is the key to accessing all the digital information we're constantly creating, and therefore is an essential part of our cultural heritage. But software is just a bunch of bits. Unlike antique stone carvings, software gets lost, deleted, or corrupted.\n\nSoftware Heritage has set out to build the biggest archive of free software ever conceived. Our mission is to collect, preserve, organise and facilitate the sharing of all the available free software. We are laying down foundations on which a wealth of applications can be built, ranging from cultural heritage, to research and industry.\n\nWe started working in May 2015, and (as of April 2016) we have archived 2.2 billion unique files, more than 480 million project revisions across more than 16 million data sources, among which  Debian source packages from snapshot.debian.org, public GitHub repositories, and the GNU project's FTP archive.\n\nThis presentation will cover in more detail the why and the how of Software Heritage, as well as opportunities for the community to help us fulfill our goals.\n\nTalk (45 mins) session with Nicolas Dandrimont during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625684/broadcast/Software_Heritage_Building_the_Universal_Software_Archive.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg",
                "original": "https://upload.frikanalen.no/media/625684/original/Software_Heritage_Building_the_Universal_Software_Archive.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625684/small_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/42/",
            "createdTime": "2016-07-20T21:54:04.545318Z",
            "updatedTime": "2018-11-10T18:29:26.872630Z",
            "uploadedTime": "2016-07-20T21:54:09.449006Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
        },
        {
            "id": 624880,
            "name": "Livsstilsagenten 01",
            "header": "Livsstilsagent Per de Lange beøker pensjonert fylkesordfører Jon Fløistad i jakten på den gode livsstil. Fløistad elsker liljer og hagebruk.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624880/theora/orig_b18c8b7fef1246c4a393a65572b32a62.ogv",
                "original": "https://upload.frikanalen.no/media/624880/original/orig_b18c8b7fef1246c4a393a65572b32a62.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624880/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624880/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624880/broadcast/6255_ad8f0a0b8eff45c0826358a0572ad15c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624880/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-27T11:35:52.760000Z",
            "updatedTime": "2018-11-10T18:29:27.942713Z",
            "uploadedTime": "2012-04-27T11:35:52.760000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624880/theora/orig_b18c8b7fef1246c4a393a65572b32a62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624880/large_thumb/large.jpg"
        },
        {
            "id": 624879,
            "name": "Bibelstudier 08 (2 kv 2012)",
            "header": "Utrustning for Evangelisme. Gud utruster menigheten med forskjellige nådegaver og talenter. Kjenner vi vår egen nådegave?\nI studio hører vi programleder Tor Tjeransen i samtale med  Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624879/theora/orig_c4dcee77e65e4c0c96a692491e730512.ogv",
                "original": "https://upload.frikanalen.no/media/624879/original/orig_c4dcee77e65e4c0c96a692491e730512.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624879/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624879/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624879/broadcast/6146_d20d35926578454b9a5870ce8aa8f10a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624879/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:06:43.403000Z",
            "updatedTime": "2018-11-10T18:29:27.944106Z",
            "uploadedTime": "2012-03-29T09:06:43.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624879/theora/orig_c4dcee77e65e4c0c96a692491e730512.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624879/large_thumb/large.jpg"
        },
        {
            "id": 624878,
            "name": "Bibelstudier 06 (2 kv 2012)",
            "header": "Personlig evangelisme. Evangelisme dreier seg ofte om samtaler under fire øyne. Slike samtaler gir verdifull erfaring. I studio hører vi programleder Tor Tjeransen, Lynn S. Kvinge og Sven-Inge Frantzen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624878/theora/orig_05a53551f6044bb5a71282de40017f46.ogv",
                "original": "https://upload.frikanalen.no/media/624878/original/orig_05a53551f6044bb5a71282de40017f46.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624878/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624878/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624878/broadcast/6144_cffaf25b82994ba89be2b29eac1627ac.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624878/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:00:22.260000Z",
            "updatedTime": "2018-11-10T18:29:27.945454Z",
            "uploadedTime": "2012-03-29T09:00:22.260000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624878/theora/orig_05a53551f6044bb5a71282de40017f46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624878/large_thumb/large.jpg"
        },
        {
            "id": 624877,
            "name": "Bibelstudier 05 (2 kv 2012)",
            "header": "Sekvensiell evangelisme. Kan evangeliet selges som en hvilken som helst produkt basert bare på menneskelig kunnskap? \nPaneldeltakerne og programleder Tor Tjeransen peker på evangeliet som en idé som sprenger alle grenser.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624877/theora/orig_7228be39d1364603be133161e7b1da7c.ogv",
                "original": "https://upload.frikanalen.no/media/624877/original/orig_7228be39d1364603be133161e7b1da7c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624877/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624877/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624877/broadcast/6143_782a04563b85492a8ad416340cce3175.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624877/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T08:57:38.373000Z",
            "updatedTime": "2018-11-10T18:29:27.946814Z",
            "uploadedTime": "2012-03-29T08:57:38.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624877/theora/orig_7228be39d1364603be133161e7b1da7c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624877/large_thumb/large.jpg"
        },
        {
            "id": 624876,
            "name": "Bibelstudier 07 (2 kv 2012)",
            "header": "Menighetens evangelisme. Utadrettet arbeid i en menighet må alltid søke å gjøre bruk av den enkeltes ferdigheter til støtte for\nhele fellesskapet. I studio hører vi programleder Tor Tjeransen i samtale med  Inger og Reidar Reierson.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624876/theora/orig_a7848387fd3741308ad8c74f140da47d.ogv",
                "original": "https://upload.frikanalen.no/media/624876/original/orig_a7848387fd3741308ad8c74f140da47d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624876/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624876/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624876/broadcast/6145_030ed38eee5c4c7caf3330d07b5000cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624876/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:03:10.230000Z",
            "updatedTime": "2018-11-10T18:29:27.948209Z",
            "uploadedTime": "2012-03-29T09:03:10.230000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624876/theora/orig_a7848387fd3741308ad8c74f140da47d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624876/large_thumb/large.jpg"
        },
        {
            "id": 624875,
            "name": "Dagen Derpå: Stress",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624875/theora/6115_8162227d233143c58cb0f137a52c175c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624875/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624875/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624875/broadcast/6115_8162227d233143c58cb0f137a52c175c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624875/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-15T19:22:44.930000Z",
            "updatedTime": "2018-11-10T18:29:27.949784Z",
            "uploadedTime": "2012-03-15T19:22:44.930000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624875/theora/6115_8162227d233143c58cb0f137a52c175c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624875/large_thumb/large.jpg"
        },
        {
            "id": 624874,
            "name": "NewLife_Promo_2012",
            "header": "Fra barnehjemmet Ebenezer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624874/theora/6253_908bdffa02f044e29725ccc42e0070bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624874/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624874/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624874/broadcast/6253_c4439173c60b48218f20c89f6749b1bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624874/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:29.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-04-27T06:53:34.443000Z",
            "updatedTime": "2018-11-10T18:29:27.951243Z",
            "uploadedTime": "2012-04-27T06:53:34.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624874/theora/6253_908bdffa02f044e29725ccc42e0070bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624874/large_thumb/large.jpg"
        },
        {
            "id": 624873,
            "name": "New Life Mission - Profilvideo",
            "header": "Profilvideo produsert i 2012",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624873/theora/6240_c5a8e5751b234920a0c1e88cbc7af0f7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624873/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624873/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624873/broadcast/6240_75aff54fbd9945ab9593cc93a90858d0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624873/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-26T14:07:32Z",
            "updatedTime": "2018-11-10T18:29:27.952662Z",
            "uploadedTime": "2012-04-26T14:07:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624873/theora/6240_c5a8e5751b234920a0c1e88cbc7af0f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624873/large_thumb/large.jpg"
        },
        {
            "id": 624871,
            "name": "17_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624871/theora/6174_55a3752cf8a34477815612c619015769.ogv",
                "original": "https://upload.frikanalen.no/media/624871/original/orig_09d9032a4a73425790ee99fd7bb7a36a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624871/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624871/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624871/broadcast/6174_16f2331db5774adc9ff1ce8cf29599f5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624871/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:59",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-03T07:31:31.637000Z",
            "updatedTime": "2018-11-10T18:29:27.954018Z",
            "uploadedTime": "2012-04-03T07:31:31.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624871/theora/6174_55a3752cf8a34477815612c619015769.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624871/large_thumb/large.jpg"
        },
        {
            "id": 624870,
            "name": "orig_1606d48a4e8446adbc77e8b05d652df4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624870/theora/6224_5f69e8a018c74bfd8adaf69e745073a1.ogv",
                "original": "https://upload.frikanalen.no/media/624870/original/orig_7a6620c2e1834ad58f8f252d837eb9b9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624870/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624870/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624870/broadcast/6224_12b06340284d416ea3acb342fd01f5a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624870/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:05",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-19T14:11:30.440000Z",
            "updatedTime": "2018-11-10T18:29:27.955690Z",
            "uploadedTime": "2012-04-19T14:11:30.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624870/theora/6224_5f69e8a018c74bfd8adaf69e745073a1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624870/large_thumb/large.jpg"
        },
        {
            "id": 624869,
            "name": "16_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624869/theora/6177_781ba7950465435aad81a360408ad69f.ogv",
                "original": "https://upload.frikanalen.no/media/624869/original/orig_b3375fb6ba284152b87f006f18a5a646.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624869/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624869/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624869/broadcast/6177_3564774731c7445b8565a475ae16b447.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624869/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:27",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-03T07:33:33.323000Z",
            "updatedTime": "2018-11-10T18:29:27.957042Z",
            "uploadedTime": "2012-04-03T07:33:33.323000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624869/theora/6177_781ba7950465435aad81a360408ad69f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624869/large_thumb/large.jpg"
        },
        {
            "id": 624868,
            "name": "Sandviken Ungdomskorps",
            "header": "NM Janitsjar 2012\nOlavshallen Trondheim",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624868/theora/6236_44720155fed44f06b7ebdca4d0e248ef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624868/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624868/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624868/broadcast/6236_d9a6c60f1fde488dbe40e56adedee3a1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624868/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:24.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-23T13:28:48.597000Z",
            "updatedTime": "2018-11-10T18:29:27.958381Z",
            "uploadedTime": "2012-04-23T13:28:48.597000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624868/theora/6236_44720155fed44f06b7ebdca4d0e248ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624868/large_thumb/large.jpg"
        },
        {
            "id": 625853,
            "name": "Daily Tech News Show 01. December 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625853/theora/DTNS20161130.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625853/broadcast/DTNS20161130.dv",
                "original": "https://upload.frikanalen.no/media/625853/original/DTNS20161130.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625853/large_thumb/DTNS20161130.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625853/small_thumb/DTNS20161130.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:53:28.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8125vid",
            "createdTime": "2016-12-20T08:29:07.303512Z",
            "updatedTime": "2018-11-10T18:29:26.621494Z",
            "uploadedTime": "2016-12-20T08:29:28.477836Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625853/theora/DTNS20161130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625853/large_thumb/DTNS20161130.jpg"
        },
        {
            "id": 624865,
            "name": "Sarpsborg Janitsjarorkester",
            "header": "NM Janitsjar 2012\nOlavshallen Trondheim",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624865/theora/6235_c7ba80082b56490cbc0ea5ada94fb18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624865/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624865/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624865/broadcast/6235_c7ba80082b56490cbc0ea5ada94fb18d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624865/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:24:37.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-23T12:59:15.980000Z",
            "updatedTime": "2018-11-10T18:29:27.962592Z",
            "uploadedTime": "2012-04-23T12:59:15.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624865/theora/6235_c7ba80082b56490cbc0ea5ada94fb18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624865/large_thumb/large.jpg"
        },
        {
            "id": 624864,
            "name": "Nittedal og Hakadal Janitsjar",
            "header": "NM Janitsjar 2012\nOlavshallen Trondheim",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624864/theora/6234_4578562bde6f4db6aebea0c0cc06a1f1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624864/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624864/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624864/broadcast/6234_4578562bde6f4db6aebea0c0cc06a1f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624864/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:25:52.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-23T12:43:30.437000Z",
            "updatedTime": "2018-11-10T18:29:27.964031Z",
            "uploadedTime": "2012-04-23T12:43:30.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624864/theora/6234_4578562bde6f4db6aebea0c0cc06a1f1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624864/large_thumb/large.jpg"
        },
        {
            "id": 626303,
            "name": "Shofar Guds lover - Israels lover",
            "header": "Bladet Evangelisten\r\nprogram 25",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626303/theora/Shofar 30 Guds lover - Israels lover.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626303/broadcast/Shofar 30 Guds lover - Israels lover.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626303/large_thumb/Shofar 30 Guds lover - Israels lover.jpg",
                "original": "https://upload.frikanalen.no/media/626303/original/Shofar 30 Guds lover - Israels lover.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:20.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T14:37:48.415996Z",
            "updatedTime": "2020-08-31T20:24:17.507939Z",
            "uploadedTime": "2020-02-03T14:48:31.828017Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626303/theora/Shofar 30 Guds lover - Israels lover.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626303/large_thumb/Shofar 30 Guds lover - Israels lover.jpg"
        }
    ]
}