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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3200&ordering=duration",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3100&ordering=duration",
    "results": [
        {
            "id": 624884,
            "name": "20_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624884/theora/6178_873041396f224bf39bfac48721b16f57.ogv",
                "original": "https://upload.frikanalen.no/media/624884/original/orig_6312db5f86464ff5be88ca3fb0ac1277.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624884/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624884/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624884/broadcast/6178_2cf1d805e43a45ce8265d34b8b6480a6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624884/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:19",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-03T07:33:59.353000Z",
            "updatedTime": "2018-11-10T18:29:27.937214Z",
            "uploadedTime": "2012-04-03T07:33:59.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624884/theora/6178_873041396f224bf39bfac48721b16f57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624884/large_thumb/large.jpg"
        },
        {
            "id": 625097,
            "name": "51_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625097/theora/6600_1d3b2a0b514348c39cd64e5a5b1a6f9b.ogv",
                "original": "https://upload.frikanalen.no/media/625097/original/orig_a52d4a3bca634723a5380c1b24e1a3d5.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625097/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625097/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625097/broadcast/6600_86e47fba7aa447f78665c0e0eacc03b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625097/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-13T11:39:38.180000Z",
            "updatedTime": "2018-11-10T18:29:27.660209Z",
            "uploadedTime": "2012-12-13T11:39:38.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625097/theora/6600_1d3b2a0b514348c39cd64e5a5b1a6f9b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625097/large_thumb/large.jpg"
        },
        {
            "id": 625030,
            "name": "Icinga - Tjenesteovervåkning",
            "header": "Presentasjon av hvordan en overvåker et seriøst driftsmiljø med fri programvare.\r\n\r\nNUUG talk from 2012-09-11.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625030/theora/6495_6f1ba0a45fd64e4796f80e2bd90252bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625030/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625030/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625030/broadcast/6495_2f6aa28480274487a941e8c22b54d6e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625030/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:54:20.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-10-19T06:23:17Z",
            "updatedTime": "2018-11-10T18:29:27.752701Z",
            "uploadedTime": "2012-10-19T06:23:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625030/theora/6495_6f1ba0a45fd64e4796f80e2bd90252bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625030/large_thumb/large.jpg"
        },
        {
            "id": 622154,
            "name": "Akkurat Nå - Episode 08",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622154/theora/1632_e37facf503a44eef8f94ef89c97a8f73.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622154/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622154/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622154/broadcast/orig_Akkurat Nå - Episode 8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622154/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:54:23.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.121572Z",
            "uploadedTime": "2009-01-02T03:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622154/theora/1632_e37facf503a44eef8f94ef89c97a8f73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622154/large_thumb/large.jpg"
        },
        {
            "id": 627839,
            "name": "Jehova er den største i universet",
            "header": "Det står klart og tydelig i bibelen",
            "description": "Det står klart og tydelig i bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627839/broadcast/Jehova, er den st�rste i universet (2).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg",
                "original": "https://upload.frikanalen.no/media/627839/original/Jehova, er den st�rste i universet (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:54:23.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-17T08:59:36.162564Z",
            "updatedTime": "2023-12-17T09:25:03.777165Z",
            "uploadedTime": "2023-12-17T08:59:53.946296Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627839/theora/Jehova, er den st�rste i universet (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627839/large_thumb/Jehova, er den st�rste i universet (2).jpg"
        },
        {
            "id": 626611,
            "name": "Verden på Jesus tid.mp4",
            "header": "Verden på Jesus tid",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626611/theora/Verden på Jesus tid.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626611/broadcast/Verden på Jesus tid.dv",
                "original": "https://upload.frikanalen.no/media/626611/original/Verden på Jesus tid.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626611/large_thumb/Verden på Jesus tid.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:54:24",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-11-26T11:43:06.077656Z",
            "updatedTime": "2020-11-26T12:12:06.810309Z",
            "uploadedTime": "2020-11-26T11:45:30.222343Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626611/theora/Verden på Jesus tid.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626611/large_thumb/Verden på Jesus tid.jpg"
        },
        {
            "id": 623783,
            "name": "Akkurat nå 8 august",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623783/theora/4552_346b9baddadb483d9b0104cc022d9ef2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623783/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623783/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623783/broadcast/4552_3a8392dfb5e047a7bcab907902d6b8fd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623783/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:54:24.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-07T08:44:38.253000Z",
            "updatedTime": "2018-11-10T18:29:29.386222Z",
            "uploadedTime": "2010-08-07T08:44:38.253000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623783/theora/4552_346b9baddadb483d9b0104cc022d9ef2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623783/large_thumb/large.jpg"
        },
        {
            "id": 624919,
            "name": "24_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624919/theora/6298_881563ce14244163a7d87025ce59d2c0.ogv",
                "original": "https://upload.frikanalen.no/media/624919/original/orig_5f7cf331d5a547948cbe36070a863329.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624919/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624919/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624919/broadcast/6298_257bfeb0d0394f7f868b1fa865be1ef4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624919/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-06-05T10:58:43.287000Z",
            "updatedTime": "2018-11-10T18:29:27.891747Z",
            "uploadedTime": "2012-06-05T10:58:43.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624919/theora/6298_881563ce14244163a7d87025ce59d2c0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624919/large_thumb/large.jpg"
        },
        {
            "id": 625776,
            "name": "Daily Tech News Show 08. September 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625776/broadcast/DTNS20160908.dv",
                "theora": "https://upload.frikanalen.no/media/625776/theora/DTNS20160908.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625776/large_thumb/DTNS20160908.jpg",
                "original": "https://upload.frikanalen.no/media/625776/original/DTNS20160908.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625776/small_thumb/DTNS20160908.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:54:30.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7443vid",
            "createdTime": "2016-09-26T10:52:50.490468Z",
            "updatedTime": "2018-11-10T18:29:26.736154Z",
            "uploadedTime": "2016-09-26T10:52:55.277679Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625776/theora/DTNS20160908.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625776/large_thumb/DTNS20160908.jpg"
        },
        {
            "id": 623889,
            "name": "Akkurat Nå 5 september 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623889/theora/4617_c434408c319c4a828ba7bc5bf1c0d7b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623889/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623889/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623889/broadcast/4617_7efe7d3f8cbd4f7a930f87b5f9cf8166.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623889/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:54:31.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-12T14:52:58.290000Z",
            "updatedTime": "2018-11-10T18:29:29.234691Z",
            "uploadedTime": "2010-08-12T14:52:58.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623889/theora/4617_c434408c319c4a828ba7bc5bf1c0d7b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623889/large_thumb/large.jpg"
        },
        {
            "id": 622316,
            "name": "Uka-TV 15.02 - Humor",
            "header": "Humor er ikke så enkelt som mange kanskje tror. Vi viser et innslag om stand-upens historie. Vi tar for oss forskjellige typer humor. Hvem vet, kanskje det dukker opp en stand-up komiker som kan fortelle oss mer om temaet. Dagens store konsert er i fokus, og vi håper at vi kan lure enten Ralph Myerz og Jack Herrens band i studio og/eller Datarock. Uansett vil vi snakke med de før konserten på Lillehammer hotell. \n\nHiL-Games 09 har sin syvende runde i dag, hvem som vinner vår nest siste runde gjenstår å se. \n\nSjekkeserien: Trine har nå møtt sin runde med aktuelle kjekkaser, har vi truffet riktig eller gjenstår det å se om vi fortsatt har ett ess i ermet når det gjelder å finne Trines perfekte match?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622316/theora/2319_d1c07e79c85d4826b3eaa22353782e1b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622316/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622316/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622316/broadcast/2319_f6d038798d804e1d9642023cf05e7f68.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622316/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:54:36",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T14:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.890128Z",
            "uploadedTime": "2009-01-02T14:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622316/theora/2319_d1c07e79c85d4826b3eaa22353782e1b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622316/large_thumb/large.jpg"
        },
        {
            "id": 626880,
            "name": "Hva er et evig liv?",
            "header": "Flere måter beskrives i bibelen",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626880/theora/Hva er et evig liv_ (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626880/broadcast/Hva er et evig liv_ (1).dv",
                "original": "https://upload.frikanalen.no/media/626880/original/Hva er et evig liv_ (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626880/large_thumb/Hva er et evig liv_ (1).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:54:37.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-08-20T05:00:23.420508Z",
            "updatedTime": "2021-08-20T05:28:10.414646Z",
            "uploadedTime": "2021-08-20T05:02:18.776071Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626880/theora/Hva er et evig liv_ (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626880/large_thumb/Hva er et evig liv_ (1).jpg"
        },
        {
            "id": 623973,
            "name": "Ruby on Rails for enterprise behov",
            "header": "Presentasjon av erfaringer med Ruby on Rails og bruk i enterprise-sammenheng. Det blir fokus på større og mindre grep og verktøyvalg for å jobbe effektivt med rails. Det sees på datakonsistens, kildekodekontroll, utrullingsrutiner, tidspesparende plugins, testing og caching. Det blir spesiell fokus på verktøyene ruby, fkwebql, capistrano, git, active scaffold, memcached, samt noen plugins.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623973/theora/4818_8519aee34cab4e2d9d4c20943bed96a8.ogv",
                "original": "https://upload.frikanalen.no/media/623973/original/orig_52c53f3c0f4444d0a6d4d15f0bd8f839.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623973/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623973/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623973/broadcast/4818_2add26291df6475d84d061cab6cbda28.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623973/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:54:39.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-05T14:38:25.037000Z",
            "updatedTime": "2018-11-10T18:29:29.119084Z",
            "uploadedTime": "2010-10-05T14:38:25.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623973/theora/4818_8519aee34cab4e2d9d4c20943bed96a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623973/large_thumb/large.jpg"
        },
        {
            "id": 624965,
            "name": "38_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624965/theora/6380_1f9e59260ac64030b4dfb233dc662ab7.ogv",
                "original": "https://upload.frikanalen.no/media/624965/original/orig_2947d1f38bcf4333a7a93266bf5efeab.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624965/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624965/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624965/broadcast/6380_9c743323d8c148a789cb25fc53a4a963.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624965/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:04:07.540000Z",
            "updatedTime": "2018-11-10T18:29:27.837998Z",
            "uploadedTime": "2012-08-28T07:04:07.540000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624965/theora/6380_1f9e59260ac64030b4dfb233dc662ab7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624965/large_thumb/large.jpg"
        },
        {
            "id": 625676,
            "name": "Daily Tech News Show 18. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625676/theora/DTNS20160718.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625676/broadcast/DTNS20160718.dv",
                "original": "https://upload.frikanalen.no/media/625676/original/DTNS20160718.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625676/large_thumb/DTNS20160718.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625676/small_thumb/DTNS20160718.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:54:45.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6973vid",
            "createdTime": "2016-07-19T20:28:35.928561Z",
            "updatedTime": "2018-11-10T18:29:26.885224Z",
            "uploadedTime": "2016-07-19T20:29:05.504807Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625676/theora/DTNS20160718.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625676/large_thumb/DTNS20160718.jpg"
        },
        {
            "id": 624990,
            "name": "40_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624990/theora/6382_8c2e77e24c2a421aba5a4fd2f6c0edae.ogv",
                "original": "https://upload.frikanalen.no/media/624990/original/orig_17259d20882e4dedabef46771e028698.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624990/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624990/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624990/broadcast/6382_15acd28871c2489cb0809a76187fcd25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624990/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:46",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-08-28T07:17:05.947000Z",
            "updatedTime": "2018-11-10T18:29:27.804085Z",
            "uploadedTime": "2012-08-28T07:17:05.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624990/theora/6382_8c2e77e24c2a421aba5a4fd2f6c0edae.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624990/large_thumb/large.jpg"
        },
        {
            "id": 625136,
            "name": "06_13 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625136/theora/6655_39eed0c8d22146059e9581fa050899f9.ogv",
                "original": "https://upload.frikanalen.no/media/625136/original/orig_25d7dba1f04044388f20332b7ca1be15.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625136/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625136/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625136/broadcast/6655_3759bbc1e4b84a5cb9d76d10b2eafedd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625136/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:46",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2013-01-28T07:45:28.437000Z",
            "updatedTime": "2018-11-10T18:29:27.608938Z",
            "uploadedTime": "2013-01-28T07:45:28.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625136/theora/6655_39eed0c8d22146059e9581fa050899f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625136/large_thumb/large.jpg"
        },
        {
            "id": 623694,
            "name": "Akkurat Nå 20.06.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623694/theora/4160_5e7151635b7b48d2a033e8d9aac9d445.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623694/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623694/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623694/broadcast/4160_ffdd71e98a6c49279c9b2e6ae272c1c4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623694/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:54:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T11:00:34.023000Z",
            "updatedTime": "2018-11-10T18:29:29.493313Z",
            "uploadedTime": "2010-03-25T11:00:34.023000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623694/theora/4160_5e7151635b7b48d2a033e8d9aac9d445.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623694/large_thumb/large.jpg"
        },
        {
            "id": 623510,
            "name": "Akkurat Nå 11.04.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623510/theora/4127_b0a7978bf67a49ef95aede02bf8611bd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623510/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623510/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623510/broadcast/4127_7075ef3edcd04f2ab70b6da00651de1c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623510/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:54:51.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T08:50:19.823000Z",
            "updatedTime": "2018-11-10T18:29:29.716557Z",
            "uploadedTime": "2010-03-25T08:50:19.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623510/theora/4127_b0a7978bf67a49ef95aede02bf8611bd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623510/large_thumb/large.jpg"
        },
        {
            "id": 625111,
            "name": "52_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
                "original": "https://upload.frikanalen.no/media/625111/original/orig_16cd2bded0084d0590a700a9659d8e1e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625111/broadcast/6619_42ba2fbbd67a4103895d61e587d41bca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625111/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-21T08:29:46.513000Z",
            "updatedTime": "2018-11-10T18:29:27.643732Z",
            "uploadedTime": "2012-12-21T08:29:46.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625111/large_thumb/large.jpg"
        },
        {
            "id": 625080,
            "name": "48_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625080/theora/6577_f2f0be2339834bc6bf69647e490538c5.ogv",
                "original": "https://upload.frikanalen.no/media/625080/original/orig_1ce4fa77768e471391f79262b1610a18.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625080/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625080/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625080/broadcast/6577_6020b9487d2c407fb73fda0d26bae37b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625080/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:53",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-11-23T15:08:33.743000Z",
            "updatedTime": "2018-11-10T18:29:27.682427Z",
            "uploadedTime": "2012-11-23T15:08:33.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625080/theora/6577_f2f0be2339834bc6bf69647e490538c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625080/large_thumb/large.jpg"
        },
        {
            "id": 625841,
            "name": "Blokkjedeteknologier og kryptovaluta-løsninger",
            "header": "Thor-Harald Johansen Fra Bitspace AS introduserer de tekniske løsningene som Bitspace jobber med: Blokkjedeteknologier og kryptovaluta-løsninger for (1) Grensesnitt mot tradisjonelle banktjenester, (2) Steemit/sosiale medier basert på kryptovaluta, og (3) Utvikling og etablering av løsninger og tjenester for the unbanked/de bankløse i den fremvoksende kryptoøkonomien.\r\n\r\nNUUG talk from 2016-12-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625841/theora/20161213-blockchain-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625841/broadcast/20161213-blockchain-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625841/small_thumb/20161213-blockchain-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625841/large_thumb/20161213-blockchain-frikanalen.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:54:53.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-12-14T13:09:15.182902Z",
            "updatedTime": "2018-11-10T18:29:26.638818Z",
            "uploadedTime": "2016-12-14T13:11:02.613519Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625841/theora/20161213-blockchain-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625841/large_thumb/20161213-blockchain-frikanalen.jpg"
        },
        {
            "id": 623581,
            "name": "Akkurat Nå 25.4.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623581/theora/4136_4daf4c1cc5bb4bf380044715f96e80a3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623581/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623581/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623581/broadcast/4136_5fda2d09446a4877b266dbc8db8912c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623581/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:54:54.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:06:11.033000Z",
            "updatedTime": "2018-11-10T18:29:29.629474Z",
            "uploadedTime": "2010-03-25T09:06:11.033000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623581/theora/4136_4daf4c1cc5bb4bf380044715f96e80a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623581/large_thumb/large.jpg"
        },
        {
            "id": 622453,
            "name": "Akkurat Nå - Episode 02",
            "header": "1) Kåre Stølen, Stasjonssjef Gønland Politistasjon, om stoffomsetning på Grünerløkka.\n2) Varaordfører Aud Kvalbein om behandling av rusmisbrukere.\n3) Christian Tybring Gjedde om vaktselskaper som \"politi\" rundt Akerselva.\n4) Forfatter og illustratør Christian Kappelrud på på Hamar med ny Bok.\n5) Jan Tore Sanner om Valgkampen og slagordet \"Ett år igjen\".",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622453/theora/584_54a529a7b19840eb815b4390866ea565.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622453/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622453/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622453/broadcast/orig_ESTV - Akkurat Nå - Episode 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622453/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:54:55",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:44:00Z",
            "updatedTime": "2018-11-10T18:29:30.701958Z",
            "uploadedTime": "2009-01-01T09:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622453/theora/584_54a529a7b19840eb815b4390866ea565.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622453/large_thumb/large.jpg"
        },
        {
            "id": 624416,
            "name": "Akkurat Nå 17. april 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624416/theora/5519_6d37c56adb0d460690648ace23999cab.ogv",
                "original": "https://upload.frikanalen.no/media/624416/original/orig_7a902b6f3fbf4908bf73826c4d8dd9f4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624416/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624416/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624416/broadcast/5519_735b0e99af6147fa994c15a4ccf398df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624416/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:54:56.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-13T07:00:51.937000Z",
            "updatedTime": "2018-11-10T18:29:28.548608Z",
            "uploadedTime": "2011-04-13T07:00:51.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624416/theora/5519_6d37c56adb0d460690648ace23999cab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624416/large_thumb/large.jpg"
        },
        {
            "id": 624040,
            "name": "Akkurat Nå! 21. november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624040/theora/4924_c69b16a70fa543698b63971a818fa7aa.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624040/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624040/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624040/broadcast/4924_0c4fa22cc7f24c43b6023d1e4787f966.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624040/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:54:56.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-04T15:54:09.880000Z",
            "updatedTime": "2018-11-10T18:29:29.033705Z",
            "uploadedTime": "2010-11-04T15:54:09.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624040/theora/4924_c69b16a70fa543698b63971a818fa7aa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624040/large_thumb/large.jpg"
        },
        {
            "id": 623872,
            "name": "Akkurat Nå 29 august 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623872/theora/4616_6eb1b72a166b4f1eb9097d7a4f01a328.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623872/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623872/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623872/broadcast/4616_5058163165d84a4b9a8defde6ee3337c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623872/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:54:58.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-12T14:51:24.743000Z",
            "updatedTime": "2018-11-10T18:29:29.261648Z",
            "uploadedTime": "2010-08-12T14:51:24.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623872/theora/4616_6eb1b72a166b4f1eb9097d7a4f01a328.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623872/large_thumb/large.jpg"
        },
        {
            "id": 624871,
            "name": "17_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624871/theora/6174_55a3752cf8a34477815612c619015769.ogv",
                "original": "https://upload.frikanalen.no/media/624871/original/orig_09d9032a4a73425790ee99fd7bb7a36a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624871/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624871/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624871/broadcast/6174_16f2331db5774adc9ff1ce8cf29599f5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624871/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:59",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-03T07:31:31.637000Z",
            "updatedTime": "2018-11-10T18:29:27.954018Z",
            "uploadedTime": "2012-04-03T07:31:31.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624871/theora/6174_55a3752cf8a34477815612c619015769.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624871/large_thumb/large.jpg"
        },
        {
            "id": 625125,
            "name": "03_13 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625125/theora/6650_349d8cd1c8034d19b7da69715b8bfcdd.ogv",
                "original": "https://upload.frikanalen.no/media/625125/original/orig_4a2f296e0dbb499aa08cde360eee836b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625125/broadcast/6650_75c88e9a905547dbb3a85d1d21cfddd8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625125/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:59",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2013-01-15T23:47:04.307000Z",
            "updatedTime": "2018-11-10T18:29:27.624497Z",
            "uploadedTime": "2013-01-15T23:47:04.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625125/theora/6650_349d8cd1c8034d19b7da69715b8bfcdd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625125/large_thumb/large.jpg"
        },
        {
            "id": 623851,
            "name": "Frisk og glad, del 9 av 9",
            "header": "Møt morgendagen uten frykt. Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623851/theora/4482_009f592ffa674ee39e05fdacfc04e125.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623851/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623851/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623851/broadcast/4482_363efa83ea854b4291a81b51431c1190.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623851/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:13:09.590000Z",
            "updatedTime": "2018-11-10T18:29:29.290981Z",
            "uploadedTime": "2010-07-07T08:13:09.590000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623851/theora/4482_009f592ffa674ee39e05fdacfc04e125.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623851/large_thumb/large.jpg"
        },
        {
            "id": 623850,
            "name": "Frisk og glad, del 8 av 9",
            "header": "Ti enkle leveregler for et bedre liv. Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623850/theora/4481_8ec54b8324eb4629ab9db70264ade718.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623850/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623850/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623850/broadcast/4481_7b00144d51ed4044aec7866496ba459b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623850/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:11:03.837000Z",
            "updatedTime": "2018-11-10T18:29:29.292436Z",
            "uploadedTime": "2010-07-07T08:11:03.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623850/theora/4481_8ec54b8324eb4629ab9db70264ade718.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623850/large_thumb/large.jpg"
        },
        {
            "id": 623849,
            "name": "Frisk og glad, del 6 av 9",
            "header": "Kuren mot stress.  Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623849/theora/4479_c0892621e9964477bd6a1e013e9a8c1b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623849/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623849/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623849/broadcast/4479_e60bc5a2274c4df49c8e831e42b358e7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623849/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:03:58.750000Z",
            "updatedTime": "2018-11-10T18:29:29.293836Z",
            "uploadedTime": "2010-07-07T08:03:58.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623849/theora/4479_c0892621e9964477bd6a1e013e9a8c1b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623849/large_thumb/large.jpg"
        },
        {
            "id": 623913,
            "name": "Frisk og glad episode 7",
            "header": "Lev optimalt på et lavt budsjett",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623913/theora/4740_89704910c8434ef2a5a1b9b6b33a7973.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623913/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623913/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623913/broadcast/4740_f4c635365eca4d39a5d2675974a351cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623913/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.frikanalen.no",
            "createdTime": "2010-09-10T10:26:13.767000Z",
            "updatedTime": "2018-11-10T18:29:29.200921Z",
            "uploadedTime": "2010-09-10T10:26:13.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623913/theora/4740_89704910c8434ef2a5a1b9b6b33a7973.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623913/large_thumb/large.jpg"
        },
        {
            "id": 623767,
            "name": "Frisk og glad, del 5 av 9",
            "header": "Programmet har tittelen Historiens største healer. Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623767/theora/4478_dd367f30387444f38a300cc9572f5c18.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623767/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623767/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623767/broadcast/4478_4cc142e792e74e949e74464597ab35ad.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623767/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:01:19.453000Z",
            "updatedTime": "2018-11-10T18:29:29.404702Z",
            "uploadedTime": "2010-07-07T08:01:19.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623767/theora/4478_dd367f30387444f38a300cc9572f5c18.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623767/large_thumb/large.jpg"
        },
        {
            "id": 623766,
            "name": "Frisk og glad, del 4 av 9",
            "header": "Reduser risikoen for kreft. Raymond Stanley fra Australia er 89 år og besøker Stavanger for å fortelle om hva som fører til et langt, sundt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623766/theora/4453_10c63a1674694fb5839793b1b0f81364.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623766/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623766/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623766/broadcast/4453_fafae0c8d4da4d3f80eed2a5ffa93a1b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623766/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-28T14:20:29.847000Z",
            "updatedTime": "2018-11-10T18:29:29.406108Z",
            "uploadedTime": "2010-06-28T14:20:29.847000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623766/theora/4453_10c63a1674694fb5839793b1b0f81364.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623766/large_thumb/large.jpg"
        },
        {
            "id": 623739,
            "name": "Frisk og glad, del 3 av 9",
            "header": "Det lykkelige hjems syv hemmeligheter. Raymond Stanley fra Australia er 89 år og besøker Stavanger for å fortelle om hva som fører til et langt, sundt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623739/theora/4452_c5a3c3a6bf354e2aa14bdfbd553a3381.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623739/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623739/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623739/broadcast/4452_8627d9383e77463a9814ec4a28cc8a0d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623739/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-28T14:18:23.640000Z",
            "updatedTime": "2018-11-10T18:29:29.440049Z",
            "uploadedTime": "2010-06-28T14:18:23.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623739/theora/4452_c5a3c3a6bf354e2aa14bdfbd553a3381.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623739/large_thumb/large.jpg"
        },
        {
            "id": 623735,
            "name": "Frisk og glad, del 2 av 9",
            "header": "Tankenes helbredende kraft. Raymond Stanley fra Australia er 89 år og besøker Stavanger for å fortelle om hva som fører til et langt, sundt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623735/theora/4451_e796e455a1a846678553cf3f3378e1a9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623735/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623735/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623735/broadcast/4451_e198fd6bc359441ab085a65a4c06b03b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623735/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-28T14:15:59.667000Z",
            "updatedTime": "2018-11-10T18:29:29.445532Z",
            "uploadedTime": "2010-06-28T14:15:59.667000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623735/theora/4451_e796e455a1a846678553cf3f3378e1a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623735/large_thumb/large.jpg"
        },
        {
            "id": 623734,
            "name": "Frisk og glad, del 1 av 9",
            "header": "Ta en EU-kontroll på livet ditt. Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623734/theora/4450_764192c3694d42dd8d0cb5d14700cde0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623734/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623734/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623734/broadcast/4450_4aa98c62a46e43a1a3d656783d56ac91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623734/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-28T14:11:27.600000Z",
            "updatedTime": "2018-11-10T18:29:29.446870Z",
            "uploadedTime": "2010-06-28T14:11:27.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623734/theora/4450_764192c3694d42dd8d0cb5d14700cde0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623734/large_thumb/large.jpg"
        },
        {
            "id": 624870,
            "name": "orig_1606d48a4e8446adbc77e8b05d652df4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624870/theora/6224_5f69e8a018c74bfd8adaf69e745073a1.ogv",
                "original": "https://upload.frikanalen.no/media/624870/original/orig_7a6620c2e1834ad58f8f252d837eb9b9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624870/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624870/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624870/broadcast/6224_12b06340284d416ea3acb342fd01f5a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624870/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:05",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-19T14:11:30.440000Z",
            "updatedTime": "2018-11-10T18:29:27.955690Z",
            "uploadedTime": "2012-04-19T14:11:30.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624870/theora/6224_5f69e8a018c74bfd8adaf69e745073a1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624870/large_thumb/large.jpg"
        },
        {
            "id": 625624,
            "name": "Common Lisp som praktisk verktøy",
            "header": "Lisp er et av verdens eldste programmeringsspråk, men er mest kjent som et akademisk verktøy innen kunstig intelligens. Det ble oppfunnet av John McCarthy i 1958, og koblingen lisp og kunstig intelligens ble oppfrisket i massemedia igjen for noen dager siden da McCarthy døde, 84 år gammel.\r\n\r\nMen den viktigste lisp-dialekten, industristandarden Common Lisp, egner seg også til praktiske programmeringsformål langt fra kunstig intelligens.\r\n\r\nForedragsholder Espen Vestre har brukt Common Lisp til større  prosjekter både hos Telenor og sin nåværende arbeidsgiver Netfonds Bank.\r\n\r\nNUUG-foredrag fra 2011-11-08.\r\n",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625624/broadcast/20111108-common-lisp-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625624/small_thumb/20111108-common-lisp-frikanalen.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:06.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-13T09:23:59.558076Z",
            "updatedTime": "2018-11-10T18:29:26.962154Z",
            "uploadedTime": "2016-06-13T09:25:46.532750Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg"
        },
        {
            "id": 622101,
            "name": "Godt Perspektiv prog 1",
            "header": "I dette programmet møter du Anders Reinemo som opplevde at Gud snakket til han gjennom en colakork. Jesusrevolution er en organisasjon som drar i hele Europa for å fortelle om evangeliet, i Godt Perspektiv sier de hvorfor. Roald Juliussen forteller om misjonærlivet i krigsherjede Kongo.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622101/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622101/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622101/broadcast/orig_97f5d9af98964ad08ce9ced9bcc1eb25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:08.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:21:00Z",
            "updatedTime": "2018-11-10T18:29:31.213511Z",
            "uploadedTime": "2009-01-01T21:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
        },
        {
            "id": 624493,
            "name": "FiksGataMi - historie og tekno",
            "header": "FiksGataMi er en tjeneste for borgerne i Norge for å synliggjøre problemer med offentlig infrastruktur, og gjøre det enkelt for innbyggerne å melde fra om slike problemer til offentlig myndighet. Presentasjonen vil fortelle litt om historien bak NUUG-prosjektet, hvordan systemet fungerer, og hvilke muligheter som finnes for å analysere og visualisere problemrapportene som er registrert i FiksGataMi.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624493/theora/5617_2bcd60c5e399404f86f983e61e6d0465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624493/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624493/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624493/broadcast/5617_44afc80d9e9d40e68154aea1ea5da24d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624493/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:55:08.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-05-30T14:34:53Z",
            "updatedTime": "2018-11-10T18:29:28.445618Z",
            "uploadedTime": "2011-05-30T14:34:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624493/theora/5617_2bcd60c5e399404f86f983e61e6d0465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624493/large_thumb/large.jpg"
        },
        {
            "id": 625055,
            "name": "47_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
                "original": "https://upload.frikanalen.no/media/625055/original/orig_2c7db3214bc147caa47b74c2348df520.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625055/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625055/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625055/broadcast/6565_ea63281be62040f3b7f76ab9c2b05393.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:12",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-11-13T12:57:35.383000Z",
            "updatedTime": "2018-11-10T18:29:27.716025Z",
            "uploadedTime": "2012-11-13T12:57:35.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
        },
        {
            "id": 627834,
            "name": "\"Grunnleggende IT-sikkerhet med friheten i behold\" med Hans-Petter Fjeld",
            "header": "NUUG",
            "description": "Hans-Petter er en sikkerhetsanalytiker med 10 års erfaring og har vært innom de fleste områdene innad i sikkerhetsfaget. Han jobber i dag for Defendable og spesialiserer seg på hendelseshåndtering.\n\nMeld deg gjerne inn i NUUG: https://nuug.no/innmelding Velkommen!",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627834/theora/Nuug-Foredag 22.07.2023 10.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627834/broadcast/Nuug-Foredag 22.07.2023 10.dv",
                "original": "https://upload.frikanalen.no/media/627834/original/Nuug-Foredag 22.07.2023 10.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627834/large_thumb/Nuug-Foredag 22.07.2023 10.jpg"
            },
            "creator": "malin.bruland@pm.me",
            "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:14",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-15T17:17:56.592652Z",
            "updatedTime": "2023-12-15T18:06:56.152152Z",
            "uploadedTime": "2023-12-15T17:21:05.041254Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627834/theora/Nuug-Foredag 22.07.2023 10.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627834/large_thumb/Nuug-Foredag 22.07.2023 10.jpg"
        },
        {
            "id": 625759,
            "name": "Daily Tech News Show 18. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625759/broadcast/DTNS20160818.dv",
                "theora": "https://upload.frikanalen.no/media/625759/theora/DTNS20160818.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625759/small_thumb/DTNS20160818.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625759/large_thumb/DTNS20160818.jpg",
                "original": "https://upload.frikanalen.no/media/625759/original/DTNS20160818.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:14.580000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7233vid",
            "createdTime": "2016-08-23T07:25:17.729829Z",
            "updatedTime": "2018-11-10T18:29:26.759841Z",
            "uploadedTime": "2016-08-23T07:25:32.799898Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625759/theora/DTNS20160818.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625759/large_thumb/DTNS20160818.jpg"
        },
        {
            "id": 627108,
            "name": "Oversettelser i bibelen",
            "header": "",
            "description": "Enkelte ord har forskjellige betydning",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627108/theora/Oversettelser i bibelen (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627108/broadcast/Oversettelser i bibelen (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627108/large_thumb/Oversettelser i bibelen (1).jpg",
                "original": "https://upload.frikanalen.no/media/627108/original/Oversettelser i bibelen (1).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:16.033333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-01-18T08:17:30.387206Z",
            "updatedTime": "2022-01-18T09:27:04.574638Z",
            "uploadedTime": "2022-01-18T09:00:34.125949Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627108/theora/Oversettelser i bibelen (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627108/large_thumb/Oversettelser i bibelen (1).jpg"
        },
        {
            "id": 622321,
            "name": "Uka-TV 18.02 - Mat og helse",
            "header": "Mat og Helse er dagens tema. Vi vil vise dere kokkekunst og vi har et innslag om vinsmaking på profesjonelt nivå. I dag vil vi også gå tilbake og se hvordan Idrettsdagen under UKA gikk, og vise dere noen høydepunkter der. Musikk må vi jo også ha i studio, kanskje klarer vi å lure dagens konsertartist i studio? HIL-Games 09, har sin femte runde i dag, hvem kommer til å gå til toppen, det gjenstår å se! \r\n\r\nSjekkeserien: Klarer vi å finne flere menn til Trine, eller har hun allerede gjort sitt valg?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622321/theora/2341_755e6ab1f44a4efd9ec8cde81dcfd1db.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622321/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622321/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622321/broadcast/orig_7bb50763890848e182ab0e304378fe80.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622321/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:55:19",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:01:00Z",
            "updatedTime": "2018-11-10T18:29:30.883191Z",
            "uploadedTime": "2009-01-02T15:01:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622321/theora/2341_755e6ab1f44a4efd9ec8cde81dcfd1db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622321/large_thumb/large.jpg"
        },
        {
            "id": 625586,
            "name": "Daily Tech News Show 19. May 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625586/theora/DTNS20160519.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625586/broadcast/DTNS20160519.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625586/small_thumb/DTNS20160519.jpg",
                "original": "https://upload.frikanalen.no/media/625586/original/DTNS20160519.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625586/large_thumb/DTNS20160519.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:19.500000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6444vid",
            "createdTime": "2016-05-24T00:13:40.730844Z",
            "updatedTime": "2018-11-10T18:29:27.040469Z",
            "uploadedTime": "2016-05-24T00:57:51.036347Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625586/theora/DTNS20160519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625586/large_thumb/DTNS20160519.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"
        },
        {
            "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"
        }
    ]
}