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

{
    "count": 3366,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=200&ordering=-duration&page=72",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=100&ordering=-duration&page=72",
    "results": [
        {
            "id": 622912,
            "name": "Østfoldkirken U 35",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622912/theora/3144_85dd579cb64a4ed3a7e3bebe60422c69.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622912/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622912/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622912/broadcast/orig_3bfa6e2624c146b1b9e140c677dfedf5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622912/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:57:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-07-14T06:43:42.190000Z",
            "updatedTime": "2018-11-10T18:29:30.435425Z",
            "uploadedTime": "2009-07-14T06:43:42.190000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622912/theora/3144_85dd579cb64a4ed3a7e3bebe60422c69.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622912/large_thumb/large.jpg"
        },
        {
            "id": 625670,
            "name": "Daily Tech News Show 15. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625670/broadcast/DTNS20160715.dv",
                "theora": "https://upload.frikanalen.no/media/625670/theora/DTNS20160715.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625670/large_thumb/DTNS20160715.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625670/small_thumb/DTNS20160715.jpg",
                "original": "https://upload.frikanalen.no/media/625670/original/DTNS20160715.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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:44.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6944vid",
            "createdTime": "2016-07-17T06:21:05.758363Z",
            "updatedTime": "2018-11-10T18:29:26.893729Z",
            "uploadedTime": "2016-07-17T06:21:45.778087Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625670/theora/DTNS20160715.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625670/large_thumb/DTNS20160715.jpg"
        },
        {
            "id": 625671,
            "name": "Daily Tech News Show 17. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625671/theora/DTNS20160715.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625671/broadcast/DTNS20160715.dv",
                "original": "https://upload.frikanalen.no/media/625671/original/DTNS20160715.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625671/large_thumb/DTNS20160715.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625671/small_thumb/DTNS20160715.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:44.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6953",
            "createdTime": "2016-07-17T07:17:13.625596Z",
            "updatedTime": "2018-11-10T18:29:26.892321Z",
            "uploadedTime": "2016-07-17T07:17:58.629310Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625671/theora/DTNS20160715.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625671/large_thumb/DTNS20160715.jpg"
        },
        {
            "id": 625852,
            "name": "Daily Tech News Show 29. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625852/broadcast/DTNS20161129.dv",
                "theora": "https://upload.frikanalen.no/media/625852/theora/DTNS20161129.ogv",
                "original": "https://upload.frikanalen.no/media/625852/original/DTNS20161129.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625852/small_thumb/DTNS20161129.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625852/large_thumb/DTNS20161129.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:38.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8105vid",
            "createdTime": "2016-12-20T07:34:15.995674Z",
            "updatedTime": "2018-11-10T18:29:26.622894Z",
            "uploadedTime": "2016-12-20T07:34:33.295839Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625852/theora/DTNS20161129.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625852/large_thumb/DTNS20161129.jpg"
        },
        {
            "id": 627548,
            "name": "Universets Gud og Giver",
            "header": "Hvordan forstå skapelsen",
            "description": "Hvordan forstå skapelsen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627548/theora/Universets Gud og Giver.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627548/broadcast/Universets Gud og Giver.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627548/large_thumb/Universets Gud og Giver.jpg",
                "original": "https://upload.frikanalen.no/media/627548/original/Universets Gud og Giver.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:37.533333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-09-20T06:52:31.506991Z",
            "updatedTime": "2022-09-20T07:21:03.234491Z",
            "uploadedTime": "2022-09-20T06:53:45.350206Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627548/theora/Universets Gud og Giver.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627548/large_thumb/Universets Gud og Giver.jpg"
        },
        {
            "id": 625569,
            "name": "Daily Tech News Show 29. April 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625569/theora/DTNS20160429.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625569/small_thumb/DTNS20160429.jpg",
                "original": "https://upload.frikanalen.no/media/625569/original/DTNS20160429.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625569/large_thumb/DTNS20160429.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625569/broadcast/DTNS20160429.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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:35.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6298vid",
            "createdTime": "2016-05-23T12:48:32.590247Z",
            "updatedTime": "2018-11-10T18:29:27.072497Z",
            "uploadedTime": "2016-05-23T13:03:54.671692Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625569/theora/DTNS20160429.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625569/large_thumb/DTNS20160429.jpg"
        },
        {
            "id": 622320,
            "name": "Uka-TV 17.02 - Musikk (MED REKLAME - MÅ IKKE SENDES!!)",
            "header": "Lillehammer har fostret masse kvalitetsmusikk opp gjennom årene, men ikke alt er like kjent for alle ? noe vi har tenkt å gjøre noe med i dag. Jaa9 og OnklP har bekreftet at de stiller med venner. Felix sin musikkhistorie på 1-2-3 vil også bli vist i dag. Så for alle musikkentusiaster, i dag vandrer vi gjennom alt fra jazz til metall. \n\nHiL-Games 09 har sin fjerde runde  vil det bli en kamp til toppen eller vil det bli plankekjøring hele veien? \n\nSjekkeserien: Trine gir ikke opp og møter nok en aktuell mann i dag, kanskje du kan plukke opp noen gode eller dårlige sjekketriks?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622320/theora/2340_534462ad90574289ac791d0a321fc81e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622320/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622320/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622320/broadcast/orig_15c57ec29cc24a51ae0c1ce542afe8fb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622320/large_thumb/large.jpg"
            },
            "creator": "ivar@me.com",
            "organization": {
                "id": 54,
                "name": "UkaTV 09",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1235,
                "editorName": "Ivar Ekseth",
                "editorEmail": "ivar@me.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:57:30",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.884647Z",
            "uploadedTime": "2009-01-02T15:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622320/theora/2340_534462ad90574289ac791d0a321fc81e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622320/large_thumb/large.jpg"
        },
        {
            "id": 626706,
            "name": "Jesus ungdomstid",
            "header": "En grei oversikt over Jesus liv...",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626706/theora/Jesus ungdom.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626706/broadcast/Jesus ungdom.dv",
                "original": "https://upload.frikanalen.no/media/626706/original/Jesus ungdom.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626706/large_thumb/Jesus ungdom.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:29.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-02-15T16:48:36.800010Z",
            "updatedTime": "2021-02-15T17:17:04.588503Z",
            "uploadedTime": "2021-02-15T16:49:40.250023Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626706/theora/Jesus ungdom.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626706/large_thumb/Jesus ungdom.jpg"
        },
        {
            "id": 626727,
            "name": "Jesus ungdom",
            "header": "På ukjente områder",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626727/theora/Jesus ungdom (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626727/broadcast/Jesus ungdom (2).dv",
                "original": "https://upload.frikanalen.no/media/626727/original/Jesus ungdom (2).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626727/large_thumb/Jesus ungdom (2).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:29.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-12T16:25:31.810952Z",
            "updatedTime": "2021-08-07T19:34:16.436930Z",
            "uploadedTime": "2021-08-07T19:06:52.832234Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626727/theora/Jesus ungdom (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626727/large_thumb/Jesus ungdom (2).jpg"
        },
        {
            "id": 622910,
            "name": "Østfoldkirken U 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622910/theora/3143_0964c5a8ebd640be89531c491d56b484.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622910/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622910/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622910/broadcast/orig_2abf1e5671c342e2b7c11feca846b20c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622910/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:57:28",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-07-14T06:41:39.223000Z",
            "updatedTime": "2018-11-10T18:29:30.438138Z",
            "uploadedTime": "2009-07-14T06:41:39.223000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622910/theora/3143_0964c5a8ebd640be89531c491d56b484.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622910/large_thumb/large.jpg"
        },
        {
            "id": 626724,
            "name": "Skrifter fra bibelen",
            "header": "Nyttige bibelområder",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626724/theora/Skrifter fra bibelen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626724/broadcast/Skrifter fra bibelen.dv",
                "original": "https://upload.frikanalen.no/media/626724/original/Skrifter fra bibelen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626724/large_thumb/Skrifter fra bibelen.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:26.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-12T16:19:24.106762Z",
            "updatedTime": "2021-03-12T16:48:21.881921Z",
            "uploadedTime": "2021-03-12T16:20:55.630460Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626724/theora/Skrifter fra bibelen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626724/large_thumb/Skrifter fra bibelen.jpg"
        },
        {
            "id": 625608,
            "name": "Daily Tech News Show 02. June 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625608/large_thumb/DTNS20160602.jpg",
                "original": "https://upload.frikanalen.no/media/625608/original/DTNS20160602.mp4",
                "theora": "https://upload.frikanalen.no/media/625608/theora/DTNS20160602.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625608/broadcast/DTNS20160602.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625608/small_thumb/DTNS20160602.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:19.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6531vid",
            "createdTime": "2016-06-03T06:11:07.365781Z",
            "updatedTime": "2018-11-10T18:29:26.990440Z",
            "uploadedTime": "2016-06-03T06:57:47.877277Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625608/theora/DTNS20160602.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625608/large_thumb/DTNS20160602.jpg"
        },
        {
            "id": 622903,
            "name": "Østfoldkirken U 30",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622903/theora/3135_138cff65459c420f88ad10928b3de1fb.ogv",
                "original": "https://upload.frikanalen.no/media/622903/original/orig_0f22d0114ae642cd9d3fa71114f07963.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/622903/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622903/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622903/broadcast/3135_108f05ae90254bf4b046859d7c670095.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622903/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:57:13",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-07-02T21:49:11.730000Z",
            "updatedTime": "2018-11-10T18:29:30.447813Z",
            "uploadedTime": "2009-07-02T21:49:11.730000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622903/theora/3135_138cff65459c420f88ad10928b3de1fb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622903/large_thumb/large.jpg"
        },
        {
            "id": 622909,
            "name": "Østfoldkirken U 33",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622909/theora/3142_41ce979bef24423b9004aa2e94d34e47.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622909/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622909/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622909/broadcast/orig_f4906b5968eb4084913f0f1cfad70c22.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622909/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:57:11",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-07-14T06:36:08.507000Z",
            "updatedTime": "2018-11-10T18:29:30.439617Z",
            "uploadedTime": "2009-07-14T06:36:08.507000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622909/theora/3142_41ce979bef24423b9004aa2e94d34e47.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622909/large_thumb/large.jpg"
        },
        {
            "id": 623987,
            "name": "Hjelp, jeg skal holde tale!",
            "header": "De fleste av oss kommer før eller siden opp i en situasjon hvor vi er nødt til å snakke til en forsamling, det være seg privat (konfirmasjon, bryllup, runde fødselsdager, generalforsamling i borettslaget o.l.) eller i yrkeslivet (julebord og andre firmafester, seminarer, fagforeningsmøter o.l.). Noen ganger skjer det spontant og uforberedt fordi munnen bobler over med det hjertet er fullt av. Andre ganger ? og de er som regel de vanskelige ? er det (mer eller mindre) nøye planlagt, og forventningene både fra en selv og fra forsamlingen kan virke lammende. Hva kan en skuespiller lære oss om å takle forventningspresset og å forene nøye forberedelse med spontanitet og entusiasme?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623987/theora/orig_cdff8580bdee45f2ae5d3cf5926e7e73.ogv",
                "original": "https://upload.frikanalen.no/media/623987/original/orig_cdff8580bdee45f2ae5d3cf5926e7e73.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623987/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623987/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623987/broadcast/4834_703b9d1ffd314a57adef756b7d1b20ad.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623987/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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:09.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-14T07:42:44Z",
            "updatedTime": "2018-11-10T18:29:29.099927Z",
            "uploadedTime": "2010-10-14T07:42:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623987/theora/orig_cdff8580bdee45f2ae5d3cf5926e7e73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623987/large_thumb/large.jpg"
        },
        {
            "id": 623970,
            "name": "OpenStreetmap og frie kartdata",
            "header": "OpenStreetMap er verdens største prosjekt for å samle inn og tilby frie kartdata. Mer enn 200 000 registrerte bidragsytere verden over leverer data. Prosjektet startet i England i 2004 og har i mange land kommet veldig langt. Foredragsholder vil fortelle om dette imponerende prosjektet som er i ferd med å kartlegge hele verden, hvordan du kan bidra og hvordan alle kan dra nytte av disse dataene. Allerede i dag bruker f.eks en rekke firmaer dataene i løsninger de leverer, og en rekke brukere av GPS i bilen eller ute på tur i skog og mark kan gratis laste ned nye oppdaterte kart.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623970/theora/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.ogv",
                "original": "https://upload.frikanalen.no/media/623970/original/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623970/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623970/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623970/broadcast/4798_24eb07960d284976991c357f5533450a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623970/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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:08.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-05T07:01:07Z",
            "updatedTime": "2018-11-10T18:29:29.121821Z",
            "uploadedTime": "2010-10-05T07:01:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623970/theora/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623970/large_thumb/large.jpg"
        },
        {
            "id": 625616,
            "name": "Daily Tech News Show 07. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625616/small_thumb/DTNS20160607.jpg",
                "original": "https://upload.frikanalen.no/media/625616/original/DTNS20160607.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625616/large_thumb/DTNS20160607.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625616/broadcast/DTNS20160607.dv",
                "theora": "https://upload.frikanalen.no/media/625616/theora/DTNS20160607.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:00.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6570vid",
            "createdTime": "2016-06-08T08:54:43.241538Z",
            "updatedTime": "2018-11-10T18:29:26.973397Z",
            "uploadedTime": "2016-06-08T09:39:36.468792Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625616/theora/DTNS20160607.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625616/large_thumb/DTNS20160607.jpg"
        },
        {
            "id": 625789,
            "name": "Daily Tech News Show 21. September 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625789/theora/DTNS20160921.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625789/broadcast/DTNS20160921.dv",
                "original": "https://upload.frikanalen.no/media/625789/original/DTNS20160921.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625789/small_thumb/DTNS20160921.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625789/large_thumb/DTNS20160921.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:00.250000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7582vid",
            "createdTime": "2016-10-10T14:14:53.145233Z",
            "updatedTime": "2018-11-10T18:29:26.717690Z",
            "uploadedTime": "2016-10-10T14:15:06.733074Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625789/theora/DTNS20160921.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625789/large_thumb/DTNS20160921.jpg"
        },
        {
            "id": 625568,
            "name": "Daily Tech News Show 28. April 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625568/theora/DTNS20160428.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625568/broadcast/DTNS20160428.dv",
                "original": "https://upload.frikanalen.no/media/625568/original/DTNS20160428.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625568/large_thumb/DTNS20160428.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625568/small_thumb/DTNS20160428.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:56.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6289vid",
            "createdTime": "2016-05-23T12:45:25.378542Z",
            "updatedTime": "2018-11-10T18:29:27.073844Z",
            "uploadedTime": "2016-05-23T12:46:30.308371Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625568/theora/DTNS20160428.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625568/large_thumb/DTNS20160428.jpg"
        },
        {
            "id": 625763,
            "name": "Daily Tech News Show 24. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625763/theora/DTNS20160824.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625763/broadcast/DTNS20160824.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625763/small_thumb/DTNS20160824.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625763/large_thumb/DTNS20160824.jpg",
                "original": "https://upload.frikanalen.no/media/625763/original/DTNS20160824.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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:50.830000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7277vid",
            "createdTime": "2016-08-25T11:23:04.156786Z",
            "updatedTime": "2018-11-10T18:29:26.754148Z",
            "uploadedTime": "2016-08-25T11:23:48.608939Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625763/theora/DTNS20160824.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625763/large_thumb/DTNS20160824.jpg"
        },
        {
            "id": 625747,
            "name": "Daily Tech News Show 02. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625747/broadcast/DTNS20160802.dv",
                "theora": "https://upload.frikanalen.no/media/625747/theora/DTNS20160802.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625747/small_thumb/DTNS20160802.jpg",
                "original": "https://upload.frikanalen.no/media/625747/original/DTNS20160802.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625747/large_thumb/DTNS20160802.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:50.450000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7101vid",
            "createdTime": "2016-08-03T21:39:37.491164Z",
            "updatedTime": "2018-11-10T18:29:26.776942Z",
            "uploadedTime": "2016-08-03T21:39:42.428405Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625747/theora/DTNS20160802.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625747/large_thumb/DTNS20160802.jpg"
        },
        {
            "id": 625836,
            "name": "Daily Tech News Show 01. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625836/theora/DTNS20161101.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625836/broadcast/DTNS20161101.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625836/large_thumb/DTNS20161101.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625836/small_thumb/DTNS20161101.jpg",
                "original": "https://upload.frikanalen.no/media/625836/original/DTNS20161101.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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:49.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7905vid",
            "createdTime": "2016-12-01T13:28:39.883504Z",
            "updatedTime": "2018-11-10T18:29:26.645743Z",
            "uploadedTime": "2016-12-01T13:28:44.401516Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625836/theora/DTNS20161101.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625836/large_thumb/DTNS20161101.jpg"
        },
        {
            "id": 626835,
            "name": "Jehova",
            "header": "Jehova, Jesus, Den Hellige Ånd",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626835/theora/Bibelens Gud (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626835/broadcast/Bibelens Gud (2).dv",
                "largeThumb": "https://upload.frikanalen.no/media/626835/large_thumb/Bibelens Gud (2).jpg",
                "original": "https://upload.frikanalen.no/media/626835/original/Bibelens Gud (2).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:47.766667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-28T08:32:54.001365Z",
            "updatedTime": "2021-06-28T09:02:41.925395Z",
            "uploadedTime": "2021-06-28T08:35:48.972079Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626835/theora/Bibelens Gud (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626835/large_thumb/Bibelens Gud (2).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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:45.480000",
            "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": 626798,
            "name": "Guds løfter",
            "header": "Gjennom Abrahams ætt",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626798/theora/Guds løfter.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626798/broadcast/Guds løfter.dv",
                "original": "https://upload.frikanalen.no/media/626798/original/Guds løfter.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626798/large_thumb/Guds løfter.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:44.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-05-11T07:09:43.675984Z",
            "updatedTime": "2021-05-11T07:38:39.834825Z",
            "uploadedTime": "2021-05-11T07:11:42.576282Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626798/theora/Guds løfter.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626798/large_thumb/Guds løfter.jpg"
        },
        {
            "id": 625744,
            "name": "Daily Tech News Show 28. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625744/broadcast/DTNS20160728.dv",
                "theora": "https://upload.frikanalen.no/media/625744/theora/DTNS20160728.ogv",
                "original": "https://upload.frikanalen.no/media/625744/original/DTNS20160728.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625744/large_thumb/DTNS20160728.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625744/small_thumb/DTNS20160728.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:39.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7062vid",
            "createdTime": "2016-08-01T17:07:01.822852Z",
            "updatedTime": "2018-11-10T18:29:26.781239Z",
            "uploadedTime": "2016-08-01T17:07:07.735405Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625744/theora/DTNS20160728.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625744/large_thumb/DTNS20160728.jpg"
        },
        {
            "id": 626103,
            "name": "FSCONS 2017 - Vinay Gupta - Resilience",
            "header": "Recorded for FSCONS by NUUG.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626103/theora/fscons17_-_314_-_en_-_simula_-_201711041115_-_resilience_-_vinay_gupta.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626103/broadcast/fscons17_-_314_-_en_-_simula_-_201711041115_-_resilience_-_vinay_gupta.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626103/large_thumb/fscons17_-_314_-_en_-_simula_-_201711041115_-_resilience_-_vinay_gupta.jpg",
                "original": "https://upload.frikanalen.no/media/626103/original/fscons17_-_314_-_en_-_simula_-_201711041115_-_resilience_-_vinay_gupta.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:39.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_314_-_en_-_simula_-_201711041115_-_resilience_-_vinay_gupta",
            "createdTime": "2018-12-13T18:05:15.056947Z",
            "updatedTime": "2018-12-13T19:37:21.286380Z",
            "uploadedTime": "2018-12-13T18:44:30.653485Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626103/theora/fscons17_-_314_-_en_-_simula_-_201711041115_-_resilience_-_vinay_gupta.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626103/large_thumb/fscons17_-_314_-_en_-_simula_-_201711041115_-_resilience_-_vinay_gupta.jpg"
        },
        {
            "id": 625580,
            "name": "Daily Tech News Show 11. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625580/large_thumb/DTNS20160511.jpg",
                "original": "https://upload.frikanalen.no/media/625580/original/DTNS20160511.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625580/small_thumb/DTNS20160511.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625580/broadcast/DTNS20160511.dv",
                "theora": "https://upload.frikanalen.no/media/625580/theora/DTNS20160511.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:35.010000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6393vid",
            "createdTime": "2016-05-23T19:34:05.985985Z",
            "updatedTime": "2018-11-10T18:29:27.055251Z",
            "uploadedTime": "2016-05-23T20:18:33.991400Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625580/theora/DTNS20160511.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625580/large_thumb/DTNS20160511.jpg"
        },
        {
            "id": 626655,
            "name": "Tanker i Julen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626655/theora/juleprogram_2020_rev2_tv.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626655/broadcast/juleprogram_2020_rev2_tv.dv",
                "original": "https://upload.frikanalen.no/media/626655/original/juleprogram_2020_rev2_tv.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626655/large_thumb/juleprogram_2020_rev2_tv.jpg"
            },
            "creator": "olav@hardang.com",
            "organization": {
                "id": 84,
                "name": "P7 Kristen Riksradio",
                "homepage": "https://www.p7.no/",
                "description": "Ansvarlig redaktør, Kenneth Hjortland",
                "postalAddress": "5353 STRAUME",
                "streetAddress": "Idrettsvegen 10",
                "editorId": 2727,
                "editorName": "Kenneth Hjortland",
                "editorEmail": "kenneth.hjortland@p7.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:56:34.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-23T09:29:07.828511Z",
            "updatedTime": "2020-12-23T13:35:21.503119Z",
            "uploadedTime": "2020-12-23T09:42:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626655/theora/juleprogram_2020_rev2_tv.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626655/large_thumb/juleprogram_2020_rev2_tv.jpg"
        },
        {
            "id": 626555,
            "name": "NUUG Meetup 2020-10-13: 0G: Escaping the Surveillance Blackhole with Free Mobile Computing",
            "header": "Alexandre Oliva presents.\r\n\r\nSo-called smartphones have long been recognized as a surveillance problem by the Free Software community, and it feels like, even at the speed of light, no personal data can escape them any more. Still, they offer useful features that many people find valuable enough to make up for their perceived privacy loss, to everyone's detriment. What if we could get the useful features without sacrificing our privacy? We have enough Free Software and Hardware, and we could have surveillance-Free OLPC-like networking with Tor, using onion-like services for incoming calls. Time seems ripe. Who wants one? Who wants to make them? How can we make them viable? We welcome you to learn more about the 0G project.\r\n\r\nAlexandre Oliva is a Free Software Evangelist, GNU speaker, Recipient of FSF's 2016 Award for the Advancement of Free Software and FSF and FSF Latin America board member. He is also 0G foreseer of the 0G project, LibrePlanet São Paulo activist, Maintainer of GNU Linux-libre, and co-maintainer of the GNU Compiler Collection, GNU binutils and GNU libc and finally GNU tools engineer at AdaCore.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626555/theora/20201013-mobile-computing-with-privacy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626555/broadcast/20201013-mobile-computing-with-privacy.dv",
                "original": "https://upload.frikanalen.no/media/626555/original/20201013-mobile-computing-with-privacy.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626555/large_thumb/20201013-mobile-computing-with-privacy.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:11.440000",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-10-27T23:40:47.438688Z",
            "updatedTime": "2020-10-28T01:07:16.784758Z",
            "uploadedTime": "2020-10-28T00:17:53.060909Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626555/theora/20201013-mobile-computing-with-privacy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626555/large_thumb/20201013-mobile-computing-with-privacy.jpg"
        },
        {
            "id": 625582,
            "name": "Daily Tech News Show 13. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625582/large_thumb/DTNS20160513.jpg",
                "original": "https://upload.frikanalen.no/media/625582/original/DTNS20160513.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625582/broadcast/DTNS20160513.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625582/small_thumb/DTNS20160513.jpg",
                "theora": "https://upload.frikanalen.no/media/625582/theora/DTNS20160513.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:05.450000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6412vid",
            "createdTime": "2016-05-23T21:11:20.150959Z",
            "updatedTime": "2018-11-10T18:29:27.049953Z",
            "uploadedTime": "2016-05-23T21:55:43.844439Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625582/theora/DTNS20160513.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625582/large_thumb/DTNS20160513.jpg"
        },
        {
            "id": 627522,
            "name": "Oppstandelsen og hva vi tror på",
            "header": "Nyttig og vite",
            "description": "Nyttig og vite",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627522/theora/Oppstandelsen, og hva vi tror p�....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627522/broadcast/Oppstandelsen, og hva vi tror p�....dv",
                "original": "https://upload.frikanalen.no/media/627522/original/Oppstandelsen, og hva vi tror p�....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627522/large_thumb/Oppstandelsen, og hva vi tror p�....jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:03.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-06-28T10:36:55.487317Z",
            "updatedTime": "2022-06-28T11:04:11.633762Z",
            "uploadedTime": "2022-06-28T10:37:58.925398Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627522/theora/Oppstandelsen, og hva vi tror p�....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627522/large_thumb/Oppstandelsen, og hva vi tror p�....jpg"
        },
        {
            "id": 627539,
            "name": "Kong Salomo og hva HAN mener",
            "header": "Kong Salomo er verdens klokeste mann",
            "description": "Kong Salomo er verdens klokeste mann",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627539/theora/Kong Salomo og hva HAN mener....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627539/broadcast/Kong Salomo og hva HAN mener....dv",
                "largeThumb": "https://upload.frikanalen.no/media/627539/large_thumb/Kong Salomo og hva HAN mener....jpg",
                "original": "https://upload.frikanalen.no/media/627539/original/Kong Salomo og hva HAN mener....mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:02.566667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-08-15T13:32:59.880585Z",
            "updatedTime": "2022-08-15T14:00:33.275009Z",
            "uploadedTime": "2022-08-15T13:34:08.953281Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627539/theora/Kong Salomo og hva HAN mener....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627539/large_thumb/Kong Salomo og hva HAN mener....jpg"
        },
        {
            "id": 622896,
            "name": "Østfoldkirken 21.06.09 U 28",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622896/theora/2989_787e084008884230953cff7a2b333112.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622896/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622896/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622896/broadcast/orig_80cb28cacf3242e4a7cfa5162e024d30.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622896/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:56:01.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-06-09T16:06:57.487000Z",
            "updatedTime": "2018-11-10T18:29:30.455955Z",
            "uploadedTime": "2009-06-09T16:06:57.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622896/theora/2989_787e084008884230953cff7a2b333112.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622896/large_thumb/large.jpg"
        },
        {
            "id": 625765,
            "name": "Daily Tech News Show 26. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625765/theora/DTNS20160826.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625765/broadcast/DTNS20160826.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625765/small_thumb/DTNS20160826.jpg",
                "original": "https://upload.frikanalen.no/media/625765/original/DTNS20160826.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625765/large_thumb/DTNS20160826.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:01.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7296vid",
            "createdTime": "2016-08-29T06:22:59.671520Z",
            "updatedTime": "2018-11-10T18:29:26.751339Z",
            "uploadedTime": "2016-08-29T06:23:06.772974Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625765/theora/DTNS20160826.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625765/large_thumb/DTNS20160826.jpg"
        },
        {
            "id": 625749,
            "name": "Daily Tech News Show 04. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625749/broadcast/DTNS20160804.dv",
                "theora": "https://upload.frikanalen.no/media/625749/theora/DTNS20160804.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625749/small_thumb/DTNS20160804.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625749/large_thumb/DTNS20160804.jpg",
                "original": "https://upload.frikanalen.no/media/625749/original/DTNS20160804.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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:00.830000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7121vid",
            "createdTime": "2016-08-15T11:20:41.665166Z",
            "updatedTime": "2018-11-10T18:29:26.774012Z",
            "uploadedTime": "2016-08-15T11:20:45.999916Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625749/theora/DTNS20160804.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625749/large_thumb/DTNS20160804.jpg"
        },
        {
            "id": 624242,
            "name": "Akkurat Nå 6. februar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624242/theora/5205_654b883872f54b86b3c1cb27871eabcf.ogv",
                "original": "https://upload.frikanalen.no/media/624242/original/orig_082a964c5b9f4475b16e068e5c5743d9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624242/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624242/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624242/broadcast/5205_7498fee553cb40a9a2e564f7d84d6ba4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624242/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:56:00.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-26T16:18:23.393000Z",
            "updatedTime": "2018-11-10T18:29:28.780167Z",
            "uploadedTime": "2011-01-26T16:18:23.393000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624242/theora/5205_654b883872f54b86b3c1cb27871eabcf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624242/large_thumb/large.jpg"
        },
        {
            "id": 625905,
            "name": "Teckids: The Free Software Youth Organisation",
            "header": "Teckids is a youth organisation from Germany, aiming at establishing a free software community among children and adolescents (basically pupils). Regularly running youth programmes at FOSS conferences where children take part in workshops about many aspects of technology and computer science, Teckids provides the necessary entry level to the free software community.\r\n\r\n    Being a community organisation for young people, Teckids entirely relies on engaging those young people in all aspects of the organisation, starting from tutoring in workshops up to participating as board members. This concept brings a whole bunch of quite complicated and hard processes with it, but is entirely worth while.\r\n\r\n    We would like to introduce our work to interested participants in Norway, to present the idea behind the organisation, and maybe find people who would like to engage in the project in Norway.\r\n\r\nEike and Nik are two members of Teckids e.V. in Germany. Nik is chairperson and founding member of the organisation, and Eike, now 16 years old, is the tutor who got everything rolling back when he was 11 years old and held his first PyGame workshops at FrOSCon. The two are now lead developers of the Veripeditus project, a new tool to get young people interested in gaming involved in programming using free software tools.\r\n\r\nNUUG talk from 2017-08-08.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625905/small_thumb/20170808-teckids-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625905/broadcast/20170808-teckids-frikanalen.dv"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:00.120000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170808-teckids/",
            "createdTime": "2017-08-10T11:38:20.126965Z",
            "updatedTime": "2018-11-10T18:29:26.567706Z",
            "uploadedTime": "2017-08-10T11:40:08.983970Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.jpg"
        },
        {
            "id": 623991,
            "name": "Akkurat Nå! 17 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623991/theora/4673_d4efc7885f7b4774af169a9fe6bcd1c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623991/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623991/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623991/broadcast/4673_25d786f6fc5348ea80e375233d5a2d9f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623991/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:55:58.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:59:09.080000Z",
            "updatedTime": "2018-11-10T18:29:29.095747Z",
            "uploadedTime": "2010-08-28T04:59:09.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623991/theora/4673_d4efc7885f7b4774af169a9fe6bcd1c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623991/large_thumb/large.jpg"
        },
        {
            "id": 625829,
            "name": "Daily Tech News Show 25. October 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625829/theora/DTNS20161025.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625829/broadcast/DTNS20161025.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625829/small_thumb/DTNS20161025.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625829/large_thumb/DTNS20161025.jpg",
                "original": "https://upload.frikanalen.no/media/625829/original/DTNS20161025.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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:55.310000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7854vid",
            "createdTime": "2016-11-24T19:33:18.066024Z",
            "updatedTime": "2018-11-10T18:29:26.655660Z",
            "uploadedTime": "2016-11-24T19:33:29.415404Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625829/theora/DTNS20161025.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625829/large_thumb/DTNS20161025.jpg"
        },
        {
            "id": 627342,
            "name": "Gudebildet",
            "header": "Til ettertanke",
            "description": "Til ettertanke",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627342/theora/Gudebildet.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627342/broadcast/Gudebildet.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627342/large_thumb/Gudebildet.jpg",
                "original": "https://upload.frikanalen.no/media/627342/original/Gudebildet.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:51.533333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-05-10T18:12:15.175264Z",
            "updatedTime": "2022-05-10T18:41:09.936820Z",
            "uploadedTime": "2022-05-10T18:14:06.922580Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627342/theora/Gudebildet.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627342/large_thumb/Gudebildet.jpg"
        },
        {
            "id": 622177,
            "name": "Akkurat Nå - Episode 09",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622177/theora/1685_f771adbe7a464c24b5beb03b6e48ed4b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622177/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622177/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622177/broadcast/orig_Akkurat Nå - Episode 9 - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622177/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:55:50.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:05:00Z",
            "updatedTime": "2018-11-10T18:29:31.082689Z",
            "uploadedTime": "2009-01-02T04:05:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622177/theora/1685_f771adbe7a464c24b5beb03b6e48ed4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622177/large_thumb/large.jpg"
        },
        {
            "id": 627036,
            "name": "Fra Abraham til Kaukasus",
            "header": "Mer historie  om Kaukasus og Silkeveien",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627036/theora/Fra Abraham til Kaukasus.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627036/broadcast/Fra Abraham til Kaukasus.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627036/large_thumb/Fra Abraham til Kaukasus.jpg",
                "original": "https://upload.frikanalen.no/media/627036/original/Fra Abraham til Kaukasus.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:46.633333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-11-01T06:28:04.055089Z",
            "updatedTime": "2021-11-01T07:31:01.975444Z",
            "uploadedTime": "2021-11-01T07:04:20.103287Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627036/theora/Fra Abraham til Kaukasus.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627036/large_thumb/Fra Abraham til Kaukasus.jpg"
        },
        {
            "id": 626958,
            "name": "Moses og Rødehavet",
            "header": "Dette visste du kanskje ikke...",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626958/theora/Moses og Rødehavet.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626958/broadcast/Moses og Rødehavet.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626958/large_thumb/Moses og Rødehavet.jpg",
                "original": "https://upload.frikanalen.no/media/626958/original/Moses og Rødehavet.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:45.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-10-24T06:47:24.132853Z",
            "updatedTime": "2021-10-24T07:16:19.304204Z",
            "uploadedTime": "2021-10-24T06:49:20.835245Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626958/theora/Moses og Rødehavet.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626958/large_thumb/Moses og Rødehavet.jpg"
        },
        {
            "id": 625640,
            "name": "Daily Tech News Show 20. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625640/theora/DTNS20160620.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625640/broadcast/DTNS20160620.dv",
                "original": "https://upload.frikanalen.no/media/625640/original/DTNS20160620.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625640/large_thumb/DTNS20160620.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625640/small_thumb/DTNS20160620.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:44.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6692vid",
            "createdTime": "2016-06-21T16:21:06.112682Z",
            "updatedTime": "2018-11-10T18:29:26.938095Z",
            "uploadedTime": "2016-06-21T16:21:10.861784Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625640/theora/DTNS20160620.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625640/large_thumb/DTNS20160620.jpg"
        },
        {
            "id": 627435,
            "name": "Læren er viktig",
            "header": "Undervisning",
            "description": "Undervisning",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627435/theora/L�ren er viktig.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627435/broadcast/L�ren er viktig.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627435/large_thumb/L�ren er viktig.jpg",
                "original": "https://upload.frikanalen.no/media/627435/original/L�ren er viktig.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:40.500000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-05-29T13:47:02.420082Z",
            "updatedTime": "2022-05-29T14:15:58.837682Z",
            "uploadedTime": "2022-05-29T13:49:12.153611Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627435/theora/L�ren er viktig.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627435/large_thumb/L�ren er viktig.jpg"
        },
        {
            "id": 625623,
            "name": "Daily Tech News Show 10. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625623/theora/DTNS20160610.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625623/broadcast/DTNS20160610.dv",
                "original": "https://upload.frikanalen.no/media/625623/original/DTNS20160610.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625623/large_thumb/DTNS20160610.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625623/small_thumb/DTNS20160610.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:39.910000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6604vid",
            "createdTime": "2016-06-11T19:39:41.413507Z",
            "updatedTime": "2018-11-10T18:29:26.963580Z",
            "uploadedTime": "2016-06-11T19:39:46.389681Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625623/theora/DTNS20160610.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625623/large_thumb/DTNS20160610.jpg"
        },
        {
            "id": 625855,
            "name": "Daily Tech News Show 02. December 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625855/theora/DTNS20161202.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625855/broadcast/DTNS20161202.dv",
                "original": "https://upload.frikanalen.no/media/625855/original/DTNS20161202.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625855/large_thumb/DTNS20161202.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625855/small_thumb/DTNS20161202.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:35.850000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8139vid",
            "createdTime": "2016-12-20T10:23:01.911161Z",
            "updatedTime": "2018-11-10T18:29:26.618614Z",
            "uploadedTime": "2016-12-20T10:23:06.583215Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625855/theora/DTNS20161202.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625855/large_thumb/DTNS20161202.jpg"
        },
        {
            "id": 625666,
            "name": "Daily Tech News Show 11. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625666/broadcast/DTNS20160711.dv",
                "theora": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
                "original": "https://upload.frikanalen.no/media/625666/original/DTNS20160711.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625666/small_thumb/DTNS20160711.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:30.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6899vid",
            "createdTime": "2016-07-15T21:24:52.537484Z",
            "updatedTime": "2018-11-10T18:29:26.899473Z",
            "uploadedTime": "2016-07-15T21:25:03.792416Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg"
        },
        {
            "id": 625446,
            "name": "Civic Tech and the Sad Story of Freedom of Information in Hungary",
            "header": "«Átlátszó,» the word means «transparent» in Hungarian, and it is the name of Hungary's first independent investigative journalism website. A watchdog non-government organisation (NGO) which has experimented with introducing Civic Tech solutions in order to facilitate the work of its team, and also to provide citizens with empowering tools. Since Atlatszo.hu was launched in 2011, the Freedom of Information Act has received a lot of attention, and the legal way for questioning public bodies about spending, a «Freedom of Information request» has become the tool for many to reveal information about corruption.\r\n\r\nMarietta Le will showcase the use of the free software system Alaveteli, and the use of the Freedom of Information Act in Hungary. The law has been changed since 2011, and the latest news is about a threat that would make access to information much harder for Hungarian citizens. Meanwhile, Atlatszo.hu and many others are trying to implement new Civic Tech solutions in Hungary to help people exercise their democratic rights.\r\n\r\nMarietta Le is an FOI advocate at Atlatszo.hu Hungarian investigative journalism website. She also works with the K-Monitor anti-corruption NGO as a project coordinator to «Be Smart with Data», a program that facilitates NGOs in producing web apps and visualisations using open data. In 2015 the Hungarian Forbes magazine has featured her on their «30 under 30» list for starting «Jarokelo.hu», a street fixing website in Hungary.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625446/theora/20150811-alaveteli-hungary-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625446/small_thumb/20150811-alaveteli-hungary-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625446/large_thumb/20150811-alaveteli-hungary-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625446/broadcast/20150811-alaveteli-hungary-frikanalen.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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:24.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.231728Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625446/theora/20150811-alaveteli-hungary-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625446/large_thumb/20150811-alaveteli-hungary-frikanalen.jpg"
        }
    ]
}