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

{
    "count": 3626,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=950&ordering=header",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=850&ordering=header",
    "results": [
        {
            "id": 625874,
            "name": "TED - Katie Bouman: How to take a picture of a black hole",
            "header": "At the heart of the Milky Way, there's a supermassive black hole that feeds off a spinning disk of hot gas, sucking up anything that ventures too close — even light. We can't see it, but its event horizon casts a shadow, and an image of that shadow could help answer some important questions about the universe. Scientists used to think that making such an image would require a telescope the size of Earth — until Katie Bouman and a team of astronomers came up with a clever alternative. Learn more about how we can see in the ultimate dark.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625874/large_thumb/KatieBouman_2016X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625874/small_thumb/KatieBouman_2016X.jpg",
                "theora": "https://upload.frikanalen.no/media/625874/theora/KatieBouman_2016X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625874/broadcast/KatieBouman_2016X.dv",
                "original": "https://upload.frikanalen.no/media/625874/original/KatieBouman_2016X.mp4"
            },
            "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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:55.150000",
            "durationSec": 775.15,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/KatieBouman_2016X",
            "createdTime": "2017-04-07T12:12:45.224779Z",
            "updatedTime": "2018-11-10T18:29:26.594468Z",
            "uploadedTime": "2017-04-07T12:27:19.437475Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625874/theora/KatieBouman_2016X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625874/large_thumb/KatieBouman_2016X.jpg"
        },
        {
            "id": 624334,
            "name": "Mer enn grøftefyll",
            "header": "Audhild Sjømo invidde Trondheims studenter i vinkulturen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624334/theora/5405_aade50ad6d904b99892d83801a9a937f.ogv",
                "original": "https://upload.frikanalen.no/media/624334/original/orig_6589a185b0444f6883a0fc6972bcf6b2.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624334/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624334/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624334/broadcast/5405_603b6347c0e24355a8b0d11a45a42445.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624334/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:45.760000",
            "durationSec": 105.76,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-03T18:29:00.507000Z",
            "updatedTime": "2018-11-10T18:29:28.651868Z",
            "uploadedTime": "2011-03-03T18:29:00.507000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624334/theora/5405_aade50ad6d904b99892d83801a9a937f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624334/large_thumb/large.jpg"
        },
        {
            "id": 622149,
            "name": "Møteplassen - Vandring 1 og 2",
            "header": "Å vandre med Gud\nBegeistret for Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622149/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622149/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622149/broadcast/orig_Møteplassen - vandring 1 og 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.400000",
            "durationSec": 1740.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:49:00Z",
            "updatedTime": "2018-11-10T18:29:31.130527Z",
            "uploadedTime": "2009-01-02T02:49:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
        },
        {
            "id": 622935,
            "name": "Livsretning del 5a",
            "header": "Avhengighet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622935/theora/3181_f37b5b723b414bee88ec8e75cceeae3f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622935/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622935/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622935/broadcast/orig_139c45da91d14b4588edf52754e76767.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622935/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",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:50:56.357000Z",
            "updatedTime": "2018-11-10T18:29:30.405287Z",
            "uploadedTime": "2009-07-29T12:50:56.357000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622935/theora/3181_f37b5b723b414bee88ec8e75cceeae3f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622935/large_thumb/large.jpg"
        },
        {
            "id": 622289,
            "name": "Irak etter Bush",
            "header": "Awni al-Kalemji, representant for den irakiske motstanden, gir sitt syn på situasjonen i Irak og vurderer utsiktene med Obama som ny amerikansk president.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622289/theora/2262_a002b87ce6324c29893fa13f4d9b7891.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622289/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622289/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622289/broadcast/orig_Awni_al_kalemji_tekst2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622289/large_thumb/large.jpg"
            },
            "creator": "jsteinholt@yahoo.no",
            "organization": {
                "id": 103,
                "name": "Komiteen for et fritt Irak",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1173,
                "editorName": "Jan R. Steinholt",
                "editorEmail": "jsteinholt@yahoo.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:44",
            "durationSec": 884.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T13:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.927039Z",
            "uploadedTime": "2009-01-02T13:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622289/theora/2262_a002b87ce6324c29893fa13f4d9b7891.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622289/large_thumb/large.jpg"
        },
        {
            "id": 623535,
            "name": "Babylonkoden 12a",
            "header": "Bak kulissene. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623535/theora/4145_2dcb18b9672648ccb60272aa2c98a8e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623535/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623535/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623535/broadcast/4145_928001738ad64af2803f2a3d1dbe7eac.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623535/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:29:24.760000",
            "durationSec": 1764.76,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:20:12.953000Z",
            "updatedTime": "2018-11-10T18:29:29.681131Z",
            "uploadedTime": "2010-03-25T09:20:12.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623535/theora/4145_2dcb18b9672648ccb60272aa2c98a8e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623535/large_thumb/large.jpg"
        },
        {
            "id": 622441,
            "name": "Bazar påskekunst i Vågsbygd Frikirke",
            "header": "Barbro Raen Thomassen har laget installasjonskunst som kommer til liv i løpet av påskeuken. Påsken 2009 ble kunstverket installert i Vgsbygd frikirke i Kristiansand.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622441/theora/2460_1b0417e9c0a7432fb29aada651861b30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622441/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622441/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622441/broadcast/orig_777f1a6eb8804aa880e3e12b7d797641.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622441/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.718668Z",
            "uploadedTime": "2009-01-02T17:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622441/theora/2460_1b0417e9c0a7432fb29aada651861b30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622441/large_thumb/large.jpg"
        },
        {
            "id": 624109,
            "name": "HelseExpo Mjøndalen 19",
            "header": "Bare denfor? Svært mange mennesker opplever depresjoner gjennom livet. Overlege og psykiate Oskar H. Sommer hjelper oss med å takle nedturene.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624109/theora/5085_8a85011af33b402e88c57be31322ce62.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624109/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624109/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624109/broadcast/5085_8a85011af33b402e88c57be31322ce62.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624109/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:02.160000",
            "durationSec": 1442.16,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-13T10:40:06.643000Z",
            "updatedTime": "2018-11-10T18:29:28.944597Z",
            "uploadedTime": "2010-12-13T10:40:06.643000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624109/theora/5085_8a85011af33b402e88c57be31322ce62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624109/large_thumb/large.jpg"
        },
        {
            "id": 625090,
            "name": "Sovereignty in Cyberspace?",
            "header": "Barlow give us his view on cyberspace independence today. Where are we right now, what should we be concerned about, what to do?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625090/theora/6591_7787afe572944f98a558755cfaeb9c5e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625090/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625090/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625090/broadcast/6591_a25528263b994123b6fd815a28dfae38.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625090/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:45.480000",
            "durationSec": 3405.48,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-12-06T07:10:21Z",
            "updatedTime": "2018-11-10T18:29:27.668400Z",
            "uploadedTime": "2012-12-06T07:10:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625090/theora/6591_7787afe572944f98a558755cfaeb9c5e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625090/large_thumb/large.jpg"
        },
        {
            "id": 623650,
            "name": "HelseExpo Mjøndalen 07",
            "header": "Barnets helse. Slik gir du barnet en god start. Med Dr. Serena Tonstad.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623650/theora/4348_0811f2c68d5c4741b74084ed4d7c1e96.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623650/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623650/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623650/broadcast/4348_85cf18094b9b4c658e85071632b95eea.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623650/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:44.480000",
            "durationSec": 1484.48,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-21T07:06:50.783000Z",
            "updatedTime": "2018-11-10T18:29:29.542426Z",
            "uploadedTime": "2010-05-21T07:06:50.783000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623650/theora/4348_0811f2c68d5c4741b74084ed4d7c1e96.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623650/large_thumb/large.jpg"
        },
        {
            "id": 623647,
            "name": "HelseExpo Mjøndalen 10",
            "header": "Barn og fysisk aktivitet. Med lege Jørn Ossum Gronert.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623647/theora/4351_ce82ebe915054cbfb9de02f497338516.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623647/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623647/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623647/broadcast/4351_2f0d74969a6c462a865ff733280105a4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623647/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:55.440000",
            "durationSec": 1495.44,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-21T07:13:25.420000Z",
            "updatedTime": "2018-11-10T18:29:29.546722Z",
            "uploadedTime": "2010-05-21T07:13:25.420000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623647/theora/4351_ce82ebe915054cbfb9de02f497338516.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623647/large_thumb/large.jpg"
        },
        {
            "id": 623409,
            "name": "LEV VEL Usunne barn",
            "header": "Barn vokser ikke automatisk opp med en god helse. Med Per og Karsten de Lange. Programleder Yngvar Børresen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623409/theora/3980_4776b292ae9c49a39a33e407c1c0291f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623409/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623409/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623409/broadcast/3980_c9794e00a64f42058d7ae76ae4b24e6f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623409/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:46.920000",
            "durationSec": 1426.92,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-17T10:02:56.743000Z",
            "updatedTime": "2018-11-10T18:29:29.831843Z",
            "uploadedTime": "2010-02-17T10:02:56.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623409/theora/3980_4776b292ae9c49a39a33e407c1c0291f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623409/large_thumb/large.jpg"
        },
        {
            "id": 626712,
            "name": "Trond Ali om basislovene i Israel",
            "header": "Basislovene i Israel gir rettigheter til jøder",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626712/theora/IsraelBasisLover.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626712/broadcast/IsraelBasisLover.dv",
                "original": "https://upload.frikanalen.no/media/626712/original/IsraelBasisLover.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626712/large_thumb/IsraelBasisLover.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:13:10.160000",
            "durationSec": 790.16,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-03-05T21:25:47.462122Z",
            "updatedTime": "2021-03-20T07:28:05.574981Z",
            "uploadedTime": "2021-03-06T01:16:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626712/theora/IsraelBasisLover.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626712/large_thumb/IsraelBasisLover.jpg"
        },
        {
            "id": 625445,
            "name": "TED - Rajiv Maheswaran: The math behind basketball's wildest moves",
            "header": "Basketball is a fast-moving game of improvisation, contact and, ahem, spatio-temporal pattern recognition. Rajiv Maheswaran and his colleagues are analyzing the movements behind the key plays of the game, to help coaches and players combine intuition with new data. Bonus: What they're learning could help us understand how humans move everywhere.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625445/small_thumb/RajivMaheswaran_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625445/original/RajivMaheswaran_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625445/broadcast/RajivMaheswaran_2015.dv"
            },
            "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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:12.360000",
            "durationSec": 732.36,
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RajivMaheswaran_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.233239Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg"
        },
        {
            "id": 623263,
            "name": "Bazar Show it i Bymenigheten Sandnes",
            "header": "Bazar blir kjent med et annerledes kirkeopplegg. Se hvordan testmenigheten i Sandnes snakker om tro i kirken og i hjemmene.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623263/theora/3345_01081658265f45d280aacd8e6fd538c0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623263/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623263/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623263/broadcast/3345_82bd932e14764e56925fc4cf615dc180.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623263/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-01T07:34:27Z",
            "updatedTime": "2018-11-10T18:29:30.023740Z",
            "uploadedTime": "2009-09-01T07:34:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623263/theora/3345_01081658265f45d280aacd8e6fd538c0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623263/large_thumb/large.jpg"
        },
        {
            "id": 623491,
            "name": "Bazar Påskevandring",
            "header": "Bazar blir med 3- og 4-åringer på en spesiell påskeopplevelse i Hellemyr kirke denne gangen. Det er Solkollen barnehage i Kristiansand som inviterer barnehager til påskevandring i kirken, og nå ønsker de også at barnehager og menigheter i hele landet skal lære å gjøre det samme.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623491/theora/4066_d0d86ca9cf5a4a0b86a241863525b3c4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623491/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623491/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623491/broadcast/4066_7f0ffd79b41242d1b93af057ca4f35b4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623491/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T12:49:09.920000Z",
            "updatedTime": "2018-11-10T18:29:29.743844Z",
            "uploadedTime": "2010-03-15T12:49:09.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623491/theora/4066_d0d86ca9cf5a4a0b86a241863525b3c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623491/large_thumb/large.jpg"
        },
        {
            "id": 622442,
            "name": "Bazar Dere skal gi dem mat",
            "header": "Bazar byr på velsmakende fiskesuppe denne gangen. Programleder Merete Blindheim møter kjøkkensjef Stein Bjarte Kalviknes på Himmel og Hav på Solastranda. Se også når Misjonsselskapet deler ut gratis, rykende ferskt bakverk i Stavanger sentrum.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622442/theora/2463_ea8102e01637499cb6fdb187043b3708.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622442/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622442/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622442/broadcast/2463_6a0372fc0b10442dbc6a79fce4aeb3f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622442/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:03:00Z",
            "updatedTime": "2018-11-10T18:29:30.717220Z",
            "uploadedTime": "2009-01-02T17:03:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622442/theora/2463_ea8102e01637499cb6fdb187043b3708.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622442/large_thumb/large.jpg"
        },
        {
            "id": 622991,
            "name": "Bazar fra Trondheim",
            "header": "Bazar er på Normisjons gen.forsamling og tar pulsen. Reprisen av Møteplassen Omsorg 1 er med Terje Forsberg som forteller om grov omsorgssvikt i barndommen og hans forsonende forvandling da han ble frelst.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622991/theora/3272_49217a6f667a47cc8446a9eaf1f38bb6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622991/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622991/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622991/broadcast/orig_0c0c58c922e84ad0a8a4ebc42796a7d4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622991/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-22T10:44:26Z",
            "updatedTime": "2018-11-10T18:29:30.361058Z",
            "uploadedTime": "2009-08-22T10:44:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622991/theora/3272_49217a6f667a47cc8446a9eaf1f38bb6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622991/large_thumb/large.jpg"
        },
        {
            "id": 623048,
            "name": "Bazar fra Bergen",
            "header": "Bazar er tilstede på NLMs generalforsamling og møter mennesker som setter preg på generalforsamlingen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623048/theora/3461_5296491ec7f543d4a8a46e45c2aa272b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623048/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623048/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623048/broadcast/3461_c579ca50807343c6ace3c30ee2b65ec4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623048/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-11T20:27:25Z",
            "updatedTime": "2018-11-10T18:29:30.295310Z",
            "uploadedTime": "2009-09-11T20:27:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623048/theora/3461_5296491ec7f543d4a8a46e45c2aa272b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623048/large_thumb/large.jpg"
        },
        {
            "id": 623948,
            "name": "Bazar Sommerstevner 2010",
            "header": "Bazar tar deg med rundt på ulike sommerstevner.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623948/theora/4436_17a865a00c2b4fa9a7061791fcf86095.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623948/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623948/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623948/broadcast/4436_4a97ec8cab3f49a8846964ec27f3023b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623948/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-22T09:25:29Z",
            "updatedTime": "2018-11-10T18:29:29.152927Z",
            "uploadedTime": "2010-06-22T09:25:29Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623948/theora/4436_17a865a00c2b4fa9a7061791fcf86095.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623948/large_thumb/large.jpg"
        },
        {
            "id": 625735,
            "name": "Chaoskey - A Hardware Random Number Generator for Everyone - Debconf 16",
            "header": "Bdale and Keith have been working on the design of an inexpensive yet robust, completely open design, hardware random number generator.  At Debconf in Portland two years ago, Tom Marble gave a talk about the earliest prototypes and then state of the project.  Happily, we now have a design we consider worthy of taking to production.  This talk will describe the hardware design, kernel device driver, and current production status of Chaoskey.\n\nTalk (20 mins) session with Bdale Garbee and Keith Packard during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625735/theora/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625735/broadcast/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.dv",
                "original": "https://upload.frikanalen.no/media/625735/original/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625735/small_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625735/large_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:44.920000",
            "durationSec": 1664.92,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/94/",
            "createdTime": "2016-07-22T23:49:29.193801Z",
            "updatedTime": "2018-11-10T18:29:26.793935Z",
            "uploadedTime": "2016-07-22T23:49:35.481847Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625735/theora/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625735/large_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg"
        },
        {
            "id": 626569,
            "name": "NUUG Meetup 2020-11-10: Flying rockets with Free Software",
            "header": "Bdale Garbe reports on if it is possible to construct, build and fly rockets kilometers into the atmosphere using only Free Software.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626569/theora/20201110-free-software-rockets.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626569/broadcast/20201110-free-software-rockets.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626569/large_thumb/20201110-free-software-rockets.jpg",
                "original": "https://upload.frikanalen.no/media/626569/original/20201110-free-software-rockets.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:33.300000",
            "durationSec": 3633.3,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-11-11T19:21:18.347865Z",
            "updatedTime": "2020-11-11T21:13:59.107408Z",
            "uploadedTime": "2020-11-11T20:21:15.444996Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626569/theora/20201110-free-software-rockets.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626569/large_thumb/20201110-free-software-rockets.jpg"
        },
        {
            "id": 622165,
            "name": "Møteplassen - Vandring 2 og 3",
            "header": "Begeistret for Gud\nI tørre tider",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622165/theora/1661_742617368bb843b392afaee81a0987dd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622165/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622165/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622165/broadcast/orig_Møteplassen - vandring 2 og 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622165/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.480000",
            "durationSec": 1740.48,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:41:00Z",
            "updatedTime": "2018-11-10T18:29:31.102694Z",
            "uploadedTime": "2009-01-02T03:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622165/theora/1661_742617368bb843b392afaee81a0987dd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622165/large_thumb/large.jpg"
        },
        {
            "id": 626045,
            "name": "Decentralized Open Source Mesh Networks - Benedict Lau",
            "header": "Benedict Lau, en bidragsyter og arrangør på (Toronto Mesh), besøker oss for å snakke om å bygge nettverk for mesh-nettverk som er selvadresserende, desentralisert og fungerer uten internettforbindelse.\r\n\r\nVi vil diskutere peer-to-peer-applikasjoner som det interplanetariske filsystemet (IPFS) og Secure Scuttlebutt (SSB), både teknisk og å utforske sosial dynamikk som oppstår når brukerne har eierskap og kontroll over webapplikasjonene de bruker. \r\n\r\nForedraget vil gå på engelsk.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626045/theora/20181009-benedictlau.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626045/broadcast/20181009-benedictlau.dv",
                "original": "https://upload.frikanalen.no/media/626045/original/20181009-benedictlau.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626045/large_thumb/20181009-benedictlau.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:12:22.480000",
            "durationSec": 4342.48,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20181009-mesh/",
            "createdTime": "2018-10-11T16:14:05.339208Z",
            "updatedTime": "2018-12-10T11:24:28.471997Z",
            "uploadedTime": "2018-10-11T14:55:24.941142Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626045/theora/20181009-benedictlau.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626045/large_thumb/20181009-benedictlau.jpg"
        },
        {
            "id": 624377,
            "name": "Den norske kirke i eksil 81",
            "header": "Be så skal du få.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624377/theora/orig_896349e27cbd46d99e6ee62d2199d42c.ogv",
                "original": "https://upload.frikanalen.no/media/624377/original/orig_896349e27cbd46d99e6ee62d2199d42c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624377/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624377/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624377/broadcast/5465_cd4737116c454ef4a6f673050f6764f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624377/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:13.920000",
            "durationSec": 1633.92,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-19T19:03:44.997000Z",
            "updatedTime": "2018-11-10T18:29:28.597266Z",
            "uploadedTime": "2011-03-19T19:03:44.997000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624377/theora/orig_896349e27cbd46d99e6ee62d2199d42c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624377/large_thumb/large.jpg"
        },
        {
            "id": 623033,
            "name": "New Life 2009 del 18",
            "header": "Besøk på det første barnehjem New Life var med å starte for 30 år siden. Intervju med Shireen West.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623033/theora/3437_fb0f8f3742e642d5bc612c4bd9c6daf9.ogv",
                "original": "https://upload.frikanalen.no/media/623033/original/orig_dba4584778404f2faf1a264b50177840.dv",
                "smallThumb": "https://upload.frikanalen.no/media/623033/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623033/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623033/broadcast/3437_08cd1480d67c4fe38801406135255e6c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623033/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:25:54.440000",
            "durationSec": 1554.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-07T11:07:42.347000Z",
            "updatedTime": "2018-11-10T18:29:30.314618Z",
            "uploadedTime": "2009-09-07T11:07:42.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623033/theora/3437_fb0f8f3742e642d5bc612c4bd9c6daf9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623033/large_thumb/large.jpg"
        },
        {
            "id": 624201,
            "name": "Den norske kirke i eksil 76",
            "header": "Betnytt tilbudet å lære om kristendommen mens det enda finnes.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624201/theora/orig_0cacf0c26a27421083e7572e5fd9ddf7.ogv",
                "original": "https://upload.frikanalen.no/media/624201/original/orig_0cacf0c26a27421083e7572e5fd9ddf7.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624201/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624201/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624201/broadcast/5202_a76032e13c014e7696ed80bf5007c26d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624201/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:06.600000",
            "durationSec": 1566.6,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-24T17:34:26.443000Z",
            "updatedTime": "2018-11-10T18:29:28.833127Z",
            "uploadedTime": "2011-01-24T17:34:26.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624201/theora/orig_0cacf0c26a27421083e7572e5fd9ddf7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624201/large_thumb/large.jpg"
        },
        {
            "id": 624996,
            "name": "Frelse - den eneste løsningen",
            "header": "Betyr frelse noe annet enn å bli reddet? Program 4 av 13 i studieserien Kristen Vekst.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624996/theora/orig_30e5575db5d6429e9cf135129231f514.ogv",
                "original": "https://upload.frikanalen.no/media/624996/original/orig_30e5575db5d6429e9cf135129231f514.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624996/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624996/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624996/broadcast/6419_d6344ec3e31e4f89ba1d181d8d5719d2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624996/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",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-09-21T08:44:49.490000Z",
            "updatedTime": "2018-11-10T18:29:27.795830Z",
            "uploadedTime": "2012-09-21T08:44:49.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624996/theora/orig_30e5575db5d6429e9cf135129231f514.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624996/large_thumb/large.jpg"
        },
        {
            "id": 625108,
            "name": "Opprinnelsen, 01 Jesus skaper",
            "header": "Bibelen hevder at Gud har skapt verden. Jesus beskrives som ordet som var i begynnelsen og som var Gud. Har derfor Jesus noe med skapelsen å gjøre? I så fall, hva? Terje Bjerka er programleder i en serie på 13 studier.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625108/theora/orig_004bb19d2e0549319e53313717f80986.ogv",
                "original": "https://upload.frikanalen.no/media/625108/original/orig_004bb19d2e0549319e53313717f80986.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625108/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625108/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625108/broadcast/6616_a3b3cf6f8ef64b7dbe52062c7ba1c2bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625108/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",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-20T11:52:43.843000Z",
            "updatedTime": "2018-11-10T18:29:27.647748Z",
            "uploadedTime": "2012-12-20T11:52:43.843000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625108/theora/orig_004bb19d2e0549319e53313717f80986.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625108/large_thumb/large.jpg"
        },
        {
            "id": 626635,
            "name": "Bibelens familier.mp4",
            "header": "Bibelens familier",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626635/theora/Bibelens familier.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626635/broadcast/Bibelens familier.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626635/large_thumb/Bibelens familier.jpg",
                "original": "https://upload.frikanalen.no/media/626635/original/Bibelens familier.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "00:49:07",
            "durationSec": 2947.0,
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-03T09:10:25.906820Z",
            "updatedTime": "2020-12-03T09:37:05.642402Z",
            "uploadedTime": "2020-12-03T09:12:48.698153Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626635/theora/Bibelens familier.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626635/large_thumb/Bibelens familier.jpg"
        },
        {
            "id": 627320,
            "name": "Jehova og Jesus Kristus",
            "header": "Bibelens Gud",
            "description": "Bibelenes Gud",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627320/theora/Jehova og Jesus Kristus (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627320/broadcast/Jehova og Jesus Kristus (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627320/large_thumb/Jehova og Jesus Kristus (1).jpg",
                "original": "https://upload.frikanalen.no/media/627320/original/Jehova og Jesus Kristus (1).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "00:58:58.766667",
            "durationSec": 3538.766667,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-04-18T09:29:44.351938Z",
            "updatedTime": "2022-04-18T09:59:47.187559Z",
            "uploadedTime": "2022-04-18T09:31:35.350941Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627320/theora/Jehova og Jesus Kristus (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627320/large_thumb/Jehova og Jesus Kristus (1).jpg"
        },
        {
            "id": 626820,
            "name": "Jahve frelser og utsletter",
            "header": "Bibelen skriver sannheten",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626820/theora/Jahve frelser og utsletter.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626820/broadcast/Jahve frelser og utsletter.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626820/large_thumb/Jahve frelser og utsletter.jpg",
                "original": "https://upload.frikanalen.no/media/626820/original/Jahve frelser og utsletter.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "00:29:34.733333",
            "durationSec": 1774.733333,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-03T05:16:46.978321Z",
            "updatedTime": "2021-06-03T05:40:30.178439Z",
            "uploadedTime": "2021-06-03T05:26:34.969329Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626820/theora/Jahve frelser og utsletter.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626820/large_thumb/Jahve frelser og utsletter.jpg"
        },
        {
            "id": 622292,
            "name": "Medieinsp. - Bibel",
            "header": "Bibelen som vaksinasjon",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622292/theora/2268_4ab3ac752abd40ef949e3d5441ea5079.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622292/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622292/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622292/broadcast/orig_ad4e6c16558740cbbe1bc76cf614ea32.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622292/large_thumb/large.jpg"
            },
            "creator": "gmn@fom.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:22.320000",
            "durationSec": 202.32,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T13:48:00Z",
            "updatedTime": "2024-07-25T08:03:00.220861Z",
            "uploadedTime": "2009-01-02T13:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622292/theora/2268_4ab3ac752abd40ef949e3d5441ea5079.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622292/large_thumb/large.jpg"
        },
        {
            "id": 625134,
            "name": "Opprinnelsen, 12 Evangeliet",
            "header": "Bibelen viser at det er en sterk sammenheng mellom skapelsen og det glade budskapet, evangeliet. Terje Bjerka er programleder.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625134/theora/orig_dd4b8c1cb19b4829b0aa988d7641c53b.ogv",
                "original": "https://upload.frikanalen.no/media/625134/original/orig_dd4b8c1cb19b4829b0aa988d7641c53b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625134/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625134/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625134/broadcast/6639_ada6ea7b21404993907cb0d5c460875a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625134/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",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T14:12:34.100000Z",
            "updatedTime": "2018-11-10T18:29:27.611869Z",
            "uploadedTime": "2012-12-31T14:12:34.100000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625134/theora/orig_dd4b8c1cb19b4829b0aa988d7641c53b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625134/large_thumb/large.jpg"
        },
        {
            "id": 626795,
            "name": "Kams land",
            "header": "Bibelhistorien vi aldri glemmer",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626795/theora/Kams land.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626795/broadcast/Kams land.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626795/large_thumb/Kams land.jpg",
                "original": "https://upload.frikanalen.no/media/626795/original/Kams land.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "00:57:52.766667",
            "durationSec": 3472.766667,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-05-10T05:30:16.280402Z",
            "updatedTime": "2021-08-07T19:06:51.129972Z",
            "uploadedTime": "2021-08-07T18:39:40.571448Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626795/theora/Kams land.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626795/large_thumb/Kams land.jpg"
        },
        {
            "id": 623018,
            "name": "Nornet TV del 26",
            "header": "Bibelundervisning\nved Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623018/theora/3307_e7be951ffb0f4a86a7b5cc04cfe00cb1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623018/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623018/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623018/broadcast/orig_9b9421b7d97140cb80fddc6a2dbaab0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623018/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-28T07:13:15.493000Z",
            "updatedTime": "2018-11-10T18:29:30.330988Z",
            "uploadedTime": "2009-08-28T07:13:15.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623018/theora/3307_e7be951ffb0f4a86a7b5cc04cfe00cb1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623018/large_thumb/large.jpg"
        },
        {
            "id": 623013,
            "name": "Nornet TV del 25",
            "header": "Bibelundervisning ved Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623013/theora/3305_4cb16ff9c4504df1bc7c94edfce985a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623013/broadcast/orig_40f67855c5c24e42a934e5654dd82c9c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623013/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T20:46:00.953000Z",
            "updatedTime": "2018-11-10T18:29:30.337814Z",
            "uploadedTime": "2009-08-27T20:46:00.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623013/theora/3305_4cb16ff9c4504df1bc7c94edfce985a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623013/large_thumb/large.jpg"
        },
        {
            "id": 623020,
            "name": "Nornet TV del 27",
            "header": "Bibelundervisning ved Hans Bratterud VGF1-4a",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623020/theora/3316_6352b8198c124f82b0ea763b8b2b4afe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623020/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623020/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623020/broadcast/orig_9e506277a5124eeda525ce2a33c3f0dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623020/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-29T18:27:22.063000Z",
            "updatedTime": "2018-11-10T18:29:30.328246Z",
            "uploadedTime": "2009-08-29T18:27:22.063000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623020/theora/3316_6352b8198c124f82b0ea763b8b2b4afe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623020/large_thumb/large.jpg"
        },
        {
            "id": 623021,
            "name": "Nornet TV del 28",
            "header": "Bibelundervisning ved Hans Bratterud VGF1-4b",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623021/theora/3317_bfd519465ac34704b7581eaef80a7779.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623021/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623021/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623021/broadcast/orig_90012d79345e4848936235f8358b1187.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623021/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-30T06:29:06.347000Z",
            "updatedTime": "2018-11-10T18:29:30.326856Z",
            "uploadedTime": "2009-08-30T06:29:06.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623021/theora/3317_bfd519465ac34704b7581eaef80a7779.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623021/large_thumb/large.jpg"
        },
        {
            "id": 623300,
            "name": "nornet 40",
            "header": "Bill  Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623300/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623300/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623300/broadcast/3781_252c22a31bfb43ae947c4b60c108d24f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:15:53.800000",
            "durationSec": 953.8,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-04T13:23:30.317000Z",
            "updatedTime": "2018-11-10T18:29:29.977274Z",
            "uploadedTime": "2010-01-04T13:23:30.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
        },
        {
            "id": 623310,
            "name": "Nornet tv del 42",
            "header": "Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623310/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623310/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623310/broadcast/3817_d21d88f3d433471cb145a3a6ad919fda.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:21:35",
            "durationSec": 1295.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-08T09:12:26.017000Z",
            "updatedTime": "2018-11-10T18:29:29.964626Z",
            "uploadedTime": "2010-01-08T09:12:26.017000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
        },
        {
            "id": 623118,
            "name": "Bill Stenber",
            "header": "Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623118/theora/3520_5045fb9dc2e34471ba4940e2b968e1fc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623118/broadcast/3520_17b2eacad5d84ce1b9b4f3814158e200.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623118/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:53.800000",
            "durationSec": 1733.8,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-21T10:46:04.153000Z",
            "updatedTime": "2018-11-10T18:29:30.201029Z",
            "uploadedTime": "2009-09-21T10:46:04.153000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623118/theora/3520_5045fb9dc2e34471ba4940e2b968e1fc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623118/large_thumb/large.jpg"
        },
        {
            "id": 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",
            "durationSec": 1573.2,
            "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": 626434,
            "name": "Shofar Abrahams brønner",
            "header": "Bladet Evagelisten\r\nprogram 32",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626434/theora/Shofar 51 Abrahams brønner.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626434/broadcast/Shofar 51 Abrahams brønner.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626434/large_thumb/Shofar 51 Abrahams brønner.jpg",
                "original": "https://upload.frikanalen.no/media/626434/original/Shofar 51 Abrahams brønner.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:22:06.280000",
            "durationSec": 1326.28,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-07T19:56:07.131428Z",
            "updatedTime": "2020-08-31T20:19:48.593256Z",
            "uploadedTime": "2020-08-07T20:02:52.800966Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626434/theora/Shofar 51 Abrahams brønner.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626434/large_thumb/Shofar 51 Abrahams brønner.jpg"
        },
        {
            "id": 627335,
            "name": "Shofar Kongen over jødene er oppstått",
            "header": "Bladet evangelisten",
            "description": "Jesu oppstandelse forteller om førstegrøden. Jesus sette seg ved\nMajestetens høgre hand i himmelen, og Faderen sier til han at han er\nbåde konge og prest. Jesu oppstandelse har en viktig betydning for\nIsrael og David trone i Jerusalem.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627335/theora/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627335/broadcast/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.dv",
                "original": "https://upload.frikanalen.no/media/627335/original/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.mov",
                "largeThumb": "https://upload.frikanalen.no/media/627335/large_thumb/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.jpg"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:27:31.660000",
            "durationSec": 1651.66,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-05-03T13:22:48.821438Z",
            "updatedTime": "2022-05-03T14:33:58.372391Z",
            "uploadedTime": "2022-05-03T14:05:00.989675Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627335/theora/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627335/large_thumb/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.jpg"
        },
        {
            "id": 626339,
            "name": "2020 Påskemøte skjærtorsdag",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626339/theora/2020 Påskemøte skjærtorsdag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626339/broadcast/2020 Påskemøte skjærtorsdag.dv",
                "original": "https://upload.frikanalen.no/media/626339/original/2020 Påskemøte skjærtorsdag.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626339/large_thumb/2020 Påskemøte skjærtorsdag.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:33:15.240000",
            "durationSec": 1995.24,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T14:29:46.399999Z",
            "updatedTime": "2020-08-31T20:22:24.550437Z",
            "uploadedTime": "2020-04-06T14:46:46.880825Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626339/theora/2020 Påskemøte skjærtorsdag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626339/large_thumb/2020 Påskemøte skjærtorsdag.jpg"
        },
        {
            "id": 626341,
            "name": "2020 Påskemøte Langfredag",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626341/theora/2020 Påskemøte Langfredag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626341/broadcast/2020 Påskemøte Langfredag.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626341/large_thumb/2020 Påskemøte Langfredag.jpg",
                "original": "https://upload.frikanalen.no/media/626341/original/2020 Påskemøte Langfredag.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:33:39.080000",
            "durationSec": 2019.08,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T15:30:09.878500Z",
            "updatedTime": "2020-08-31T20:22:13.572077Z",
            "uploadedTime": "2020-04-06T15:42:17.425674Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626341/theora/2020 Påskemøte Langfredag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626341/large_thumb/2020 Påskemøte Langfredag.jpg"
        },
        {
            "id": 626342,
            "name": "2020 Påskeaftan",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626342/theora/2020 Påskeaftan.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626342/broadcast/2020 Påskeaftan.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626342/large_thumb/2020 Påskeaftan.jpg",
                "original": "https://upload.frikanalen.no/media/626342/original/2020 Påskeaftan.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:32:30.600000",
            "durationSec": 1950.6,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T15:45:50.616810Z",
            "updatedTime": "2020-08-31T20:22:01.233784Z",
            "uploadedTime": "2020-04-06T15:57:58.128377Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626342/theora/2020 Påskeaftan.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626342/large_thumb/2020 Påskeaftan.jpg"
        },
        {
            "id": 626345,
            "name": "2020 1.Påskedag",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626345/theora/2020,1.Påskedag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626345/broadcast/2020,1.Påskedag.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626345/large_thumb/2020,1.Påskedag.jpg",
                "original": "https://upload.frikanalen.no/media/626345/original/2020,1.Påskedag.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:33:49.320000",
            "durationSec": 2029.32,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T16:05:49.971193Z",
            "updatedTime": "2020-08-31T20:21:50.836532Z",
            "uploadedTime": "2020-04-06T16:18:03.612954Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626345/theora/2020,1.Påskedag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626345/large_thumb/2020,1.Påskedag.jpg"
        },
        {
            "id": 626322,
            "name": "Shofar Messiah",
            "header": "Bladet Evangelisten\r\nProgram 12",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626322/theora/Shofar 33 Messiah.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626322/broadcast/Shofar 33 Messiah.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626322/large_thumb/Shofar 33 Messiah.jpg",
                "original": "https://upload.frikanalen.no/media/626322/original/Shofar 33 Messiah.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:22:03.400000",
            "durationSec": 1323.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-03-09T21:37:03.692997Z",
            "updatedTime": "2020-08-31T20:22:57.555100Z",
            "uploadedTime": "2020-03-09T21:49:26.110974Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626322/theora/Shofar 33 Messiah.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626322/large_thumb/Shofar 33 Messiah.jpg"
        }
    ]
}