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

{
    "count": 3454,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1400&ordering=has_tono_records",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1300&ordering=has_tono_records",
    "results": [
        {
            "id": 625678,
            "name": "What I learned from 365 days of contributing to Open Source projects - Debconf 16",
            "header": "Last year, I committed myself to contribute to Open Source projects, daily, for 365 days in a row. The talk will tell a story of this experience, the difficulties encountered, lessons learned and why (or not) you should consider doing this as well.\n\nNo technical background is required.\n\nTalk (20 mins) session with Dieter Adriaenssens during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625678/broadcast/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.dv",
                "theora": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625678/small_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "original": "https://upload.frikanalen.no/media/625678/original/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:23:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/81/",
            "createdTime": "2016-07-20T06:06:19.148192Z",
            "updatedTime": "2018-11-10T18:29:26.882330Z",
            "uploadedTime": "2016-07-20T06:06:24.281799Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg"
        },
        {
            "id": 623877,
            "name": "Værldens Gjemfødelse 130910",
            "header": "Världens pånyttfödelse med Hans Batteryd 5:2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623877/theora/4679_b9bc22ca5471444cbcc3f64f7cce63d8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623877/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623877/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623877/broadcast/4679_847745b21e84479c825274044d3b4a90.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623877/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:15.120000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-30T10:21:32.767000Z",
            "updatedTime": "2018-11-10T18:29:29.254555Z",
            "uploadedTime": "2010-08-30T10:21:32.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623877/theora/4679_b9bc22ca5471444cbcc3f64f7cce63d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623877/large_thumb/large.jpg"
        },
        {
            "id": 624211,
            "name": "Akkurat Nå! 30. januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624211/theora/5197_e57a6060fd0a487fa1d0f6f80712bba9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624211/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624211/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624211/broadcast/5197_bf99483fd64547dc9ce04339bda06655.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624211/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:53:59.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-20T12:56:39.587000Z",
            "updatedTime": "2018-11-10T18:29:28.821865Z",
            "uploadedTime": "2011-01-20T12:56:39.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624211/theora/5197_e57a6060fd0a487fa1d0f6f80712bba9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624211/large_thumb/large.jpg"
        },
        {
            "id": 625904,
            "name": "TED - Monica Lewinsky: The price of shame",
            "header": "\"Public shaming as a blood sport has to stop,\" says Monica Lewinsky. In 1998, she says, “I was Patient Zero of losing a personal reputation on a global scale almost instantaneously.” Today, the kind of online public shaming she went through has become constant — and can turn deadly. In a brave talk, she takes a hard look at our online culture of humiliation, and asks for a different way.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625904/small_thumb/MonicaLewinsky_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625904/large_thumb/MonicaLewinsky_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625904/original/MonicaLewinsky_2015.mp4",
                "theora": "https://upload.frikanalen.no/media/625904/theora/MonicaLewinsky_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625904/broadcast/MonicaLewinsky_2015.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:30.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MonicaLewinsky_2015",
            "createdTime": "2017-07-02T03:50:16.069856Z",
            "updatedTime": "2018-11-10T18:29:26.569104Z",
            "uploadedTime": "2017-07-02T06:50:29.615901Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625904/theora/MonicaLewinsky_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625904/large_thumb/MonicaLewinsky_2015.jpg"
        },
        {
            "id": 625645,
            "name": "Daily Tech News Show 22. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625645/theora/DTNS20160622.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625645/broadcast/DTNS20160622.dv",
                "original": "https://upload.frikanalen.no/media/625645/original/DTNS20160622.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625645/large_thumb/DTNS20160622.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625645/small_thumb/DTNS20160622.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:59:15.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6717vid",
            "createdTime": "2016-06-25T10:47:39.835918Z",
            "updatedTime": "2018-11-10T18:29:26.929186Z",
            "uploadedTime": "2016-06-25T10:47:44.617269Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625645/theora/DTNS20160622.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625645/large_thumb/DTNS20160622.jpg"
        },
        {
            "id": 624243,
            "name": "Hele Verdens Reformator",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624243/theora/orig_54ec8c93058b44d880fa11bef75c1e92.ogv",
                "original": "https://upload.frikanalen.no/media/624243/original/orig_54ec8c93058b44d880fa11bef75c1e92.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624243/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624243/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624243/broadcast/5280_e79c8b032929427a8d8ffa8b719a3bfd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624243/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:54.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-07T17:46:24.203000Z",
            "updatedTime": "2018-11-10T18:29:28.778587Z",
            "uploadedTime": "2011-02-07T17:46:24.203000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624243/theora/orig_54ec8c93058b44d880fa11bef75c1e92.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624243/large_thumb/large.jpg"
        },
        {
            "id": 624240,
            "name": "Ti minutt & Levende Ord",
            "header": "Svenn Thommy Fjeldberg og Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624240/theora/5274_011b46d553064e45881d17dacaea644c.ogv",
                "original": "https://upload.frikanalen.no/media/624240/original/orig_7c8f35c175d44dfa9767b37156e9c92f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624240/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624240/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624240/broadcast/5274_2f1690854c4448d9b0064a0fb3db5736.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624240/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:45.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T10:33:12.860000Z",
            "updatedTime": "2018-11-10T18:29:28.783005Z",
            "uploadedTime": "2011-02-04T10:33:12.860000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624240/theora/5274_011b46d553064e45881d17dacaea644c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624240/large_thumb/large.jpg"
        },
        {
            "id": 624239,
            "name": "Helse & Källan",
            "header": "Helse med Eva Britt Fjeldberg og Kællan med Cark henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
                "original": "https://upload.frikanalen.no/media/624239/original/orig_92785c2a6641430fa9f200203c8f0cdd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624239/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624239/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624239/broadcast/5273_203dddea4e2c4461a800fc19fea6f058.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624239/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:12.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T10:10:30.353000Z",
            "updatedTime": "2018-11-10T18:29:28.784435Z",
            "uploadedTime": "2011-02-04T10:10:30.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624239/large_thumb/large.jpg"
        },
        {
            "id": 624238,
            "name": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624238/theora/5272_69a2cd7c8be14cd9a5182dbe7dfbd4e9.ogv",
                "original": "https://upload.frikanalen.no/media/624238/original/orig_e9cc462bb8884e8cb1304a9952bd7b1d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624238/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624238/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624238/broadcast/5272_18bfa1383df54007bfac0a7e17e3a838.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624238/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:39.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T09:01:18.637000Z",
            "updatedTime": "2018-11-10T18:29:28.785798Z",
            "uploadedTime": "2011-02-04T09:01:18.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624238/theora/5272_69a2cd7c8be14cd9a5182dbe7dfbd4e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624238/large_thumb/large.jpg"
        },
        {
            "id": 624237,
            "name": "EBF-KHA 20110209-2959",
            "header": "Helse med Eva Britt Fjeldberg og källan\nmed Karl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624237/theora/5271_b0967c4f9cad4fbcb2db65f44b07b9c3.ogv",
                "original": "https://upload.frikanalen.no/media/624237/original/orig_95dea28066184a6b8cc4559cfd97b0dc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624237/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624237/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624237/broadcast/5271_d83a84eb2c2947ddad63a7d6f8f889d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624237/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T08:26:59.453000Z",
            "updatedTime": "2018-11-10T18:29:28.787189Z",
            "uploadedTime": "2011-02-04T08:26:59.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624237/theora/5271_b0967c4f9cad4fbcb2db65f44b07b9c3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624237/large_thumb/large.jpg"
        },
        {
            "id": 624236,
            "name": "Guds Ord",
            "header": "Guds Ord med bjørn kristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624236/theora/5270_8a89ec07185440cdb53625ce6e553cf3.ogv",
                "original": "https://upload.frikanalen.no/media/624236/original/orig_318d0cdb5a1b4c50bd64c86d76cc3640.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624236/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624236/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624236/broadcast/5270_5559049cc4364034b21ee9af58c9359e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624236/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:55",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T08:21:41.430000Z",
            "updatedTime": "2018-11-10T18:29:28.788568Z",
            "uploadedTime": "2011-02-04T08:21:41.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624236/theora/5270_8a89ec07185440cdb53625ce6e553cf3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624236/large_thumb/large.jpg"
        },
        {
            "id": 624235,
            "name": "Utrop TV - Studio1",
            "header": "Debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624235/theora/orig_c37cd2b8045645279b1b3b32f0817643.ogv",
                "original": "https://upload.frikanalen.no/media/624235/original/orig_c37cd2b8045645279b1b3b32f0817643.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624235/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624235/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624235/broadcast/4686_001daa6bf2f4453b93987123785e652e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624235/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:12.440000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-08-30T14:07:39.727000Z",
            "updatedTime": "2018-11-10T18:29:28.789961Z",
            "uploadedTime": "2010-08-30T14:07:39.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624235/theora/orig_c37cd2b8045645279b1b3b32f0817643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624235/large_thumb/large.jpg"
        },
        {
            "id": 624233,
            "name": "Redd pres.- Fadder Lars Helle",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624233/theora/5262_52770e36c27d42d0a5f265ca1d2c4b53.ogv",
                "original": "https://upload.frikanalen.no/media/624233/original/orig_38fd8bf1ec4a4105b918c8e9b715b447.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624233/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624233/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624233/broadcast/5262_da7f6f632357434cbe4c7da368a83cc9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624233/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:09.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:47:42.623000Z",
            "updatedTime": "2018-11-10T18:29:28.791383Z",
            "uploadedTime": "2011-02-03T08:47:42.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624233/theora/5262_52770e36c27d42d0a5f265ca1d2c4b53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624233/large_thumb/large.jpg"
        },
        {
            "id": 624232,
            "name": "Redd pressen - Barnehagen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624232/theora/5259_0cbab5fb88344497849312ba525bbd30.ogv",
                "original": "https://upload.frikanalen.no/media/624232/original/orig_ddd73d6e3f73418e8ca4206fc3fe7293.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624232/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624232/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624232/broadcast/5259_0590294e213341a790a362fc527144a5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624232/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:56",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:45:25.310000Z",
            "updatedTime": "2018-11-10T18:29:28.792756Z",
            "uploadedTime": "2011-02-03T08:45:25.310000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624232/theora/5259_0cbab5fb88344497849312ba525bbd30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624232/large_thumb/large.jpg"
        },
        {
            "id": 624231,
            "name": "SKUP - Dokument",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624231/theora/5257_6493be22065d41e08551b22e23598c4d.ogv",
                "original": "https://upload.frikanalen.no/media/624231/original/orig_169fe1eaea474cc9bb87069c30589d52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624231/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624231/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624231/broadcast/5257_4e006a99835e4762bcf5540ecdbdf680.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624231/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:07:39.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:39:43.797000Z",
            "updatedTime": "2018-11-10T18:29:28.794125Z",
            "uploadedTime": "2011-02-03T08:39:43.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624231/theora/5257_6493be22065d41e08551b22e23598c4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624231/large_thumb/large.jpg"
        },
        {
            "id": 624230,
            "name": "Redd pressen- Around the world",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624230/theora/5261_a590d53160d44534868bc327fefdc8c9.ogv",
                "original": "https://upload.frikanalen.no/media/624230/original/orig_7e72295c73dd4c7187c3b6e55545f302.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624230/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624230/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624230/broadcast/5261_91af4bb2d2df4dbc9059abb3205be976.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624230/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:45.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:47:04.093000Z",
            "updatedTime": "2018-11-10T18:29:28.795497Z",
            "uploadedTime": "2011-02-03T08:47:04.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624230/theora/5261_a590d53160d44534868bc327fefdc8c9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624230/large_thumb/large.jpg"
        },
        {
            "id": 624229,
            "name": "Redd pressen!",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624229/theora/5256_bbaed539bbfa4aa294ce66a3f6ff0635.ogv",
                "original": "https://upload.frikanalen.no/media/624229/original/orig_64d34d5369cf43a891be5d91e17d722f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624229/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624229/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624229/broadcast/5256_878c1cd4e15c4634bf0c0d29ed99f54b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624229/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:11:27.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:34:55.573000Z",
            "updatedTime": "2018-11-10T18:29:28.796875Z",
            "uploadedTime": "2011-02-03T08:34:55.573000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624229/theora/5256_bbaed539bbfa4aa294ce66a3f6ff0635.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624229/large_thumb/large.jpg"
        },
        {
            "id": 624228,
            "name": "Redd pres.- Krise i medienorge",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624228/theora/5260_c93bbc2e6c1f47eea3db7f13280bf1b9.ogv",
                "original": "https://upload.frikanalen.no/media/624228/original/orig_b3789a0a622c4b92a3dc2ab63350f09d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624228/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624228/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624228/broadcast/5260_7156f49efd4440828e4f47edc1bc1472.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624228/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:37.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:46:16.153000Z",
            "updatedTime": "2018-11-10T18:29:28.798232Z",
            "uploadedTime": "2011-02-03T08:46:16.153000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624228/theora/5260_c93bbc2e6c1f47eea3db7f13280bf1b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624228/large_thumb/large.jpg"
        },
        {
            "id": 624226,
            "name": "5080TV sending 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
                "original": "https://upload.frikanalen.no/media/624226/original/orig_f9fb7e67a2ef41ee9b1f298a28888974.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624226/broadcast/5254_b9ff794c12e1431881d2999753f93806.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:41.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:19:52.987000Z",
            "updatedTime": "2018-11-10T18:29:28.801038Z",
            "uploadedTime": "2011-02-02T19:19:52.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
        },
        {
            "id": 624225,
            "name": "5080 - Laffen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624225/theora/5253_b1cab8c9412645b9ba738b8227ef25b1.ogv",
                "original": "https://upload.frikanalen.no/media/624225/original/orig_2a13efc183eb45ed8394dd99724ba9d3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624225/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624225/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624225/broadcast/5253_9643f09395714a3cacc6ea41c902adc1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624225/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:26.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:18:57.003000Z",
            "updatedTime": "2018-11-10T18:29:28.802433Z",
            "uploadedTime": "2011-02-02T19:18:57.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624225/theora/5253_b1cab8c9412645b9ba738b8227ef25b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624225/large_thumb/large.jpg"
        },
        {
            "id": 624224,
            "name": "5080 - Helge Jordal",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624224/theora/5252_24e6c47605374d22b28aaf3325924391.ogv",
                "original": "https://upload.frikanalen.no/media/624224/original/orig_198ecb256e8f496989e364a863f3d0a0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624224/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624224/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624224/broadcast/5252_a26f410bb3a8491f85d4104e1718bbf4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624224/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:36.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:18:24.350000Z",
            "updatedTime": "2018-11-10T18:29:28.803881Z",
            "uploadedTime": "2011-02-02T19:18:24.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624224/theora/5252_24e6c47605374d22b28aaf3325924391.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624224/large_thumb/large.jpg"
        },
        {
            "id": 624223,
            "name": "5080 - Troll i ord",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
                "original": "https://upload.frikanalen.no/media/624223/original/orig_74e3071a46504f1a95b984e5007dc5cb.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624223/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624223/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624223/broadcast/5251_da03e434be914383ab6d29c98a2dd019.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:55.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:17:38.490000Z",
            "updatedTime": "2018-11-10T18:29:28.805234Z",
            "uploadedTime": "2011-02-02T19:17:38.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
        },
        {
            "id": 624222,
            "name": "5080 - Piss piss piss",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624222/broadcast/5250_f44caabb8a6b4f9abc1f1b6a87168064.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:34.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T14:44:19.727000Z",
            "updatedTime": "2018-11-10T18:29:28.806589Z",
            "uploadedTime": "2011-02-02T14:44:19.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
        },
        {
            "id": 624221,
            "name": "TED - Den beste gaven jeg overlevde",
            "header": "Stacey Kramer byr på en rørende, personlig, 3-minutts lignelse som viser hvordan en uønsket hendelse -- fryktelig, traumatisk, dyr -- kan vise seg å være en uvurderlig gave.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624221/theora/5249_a17eb8898c054b969f59fbc98bcac2d5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624221/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624221/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624221/broadcast/5249_6e4b2e8fa2c94a9aa88c6674ce9b7467.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624221/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:03:13.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-02T08:10:02Z",
            "updatedTime": "2018-11-10T18:29:28.808007Z",
            "uploadedTime": "2011-02-02T08:10:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624221/theora/5249_a17eb8898c054b969f59fbc98bcac2d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624221/large_thumb/large.jpg"
        },
        {
            "id": 624220,
            "name": "TED - Søt, sexy, godt, morsom",
            "header": "Hvorfor er babyer søte?  Hvorfor er kake godt?  Filosof Dan Dennett har svar du ikke forventer, der han gir oss evolusjonens ikke-intuitive forklaring på søte, gode og sexy ting (i tillegg til en ny teori fra Matthew Hurley om hvorfor vitser er morsomme).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624220/theora/5248_a5a40c3639694b889281c0d95f6306e1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624220/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624220/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624220/broadcast/5248_66a885279aa545ae8f24f7663867d121.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624220/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:07:44.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanDennett_2009U",
            "createdTime": "2011-02-01T20:35:55.717000Z",
            "updatedTime": "2018-11-10T18:29:28.809365Z",
            "uploadedTime": "2011-02-01T20:35:55.717000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624220/theora/5248_a5a40c3639694b889281c0d95f6306e1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624220/large_thumb/large.jpg"
        },
        {
            "id": 624219,
            "name": "TED - Video på internett, innovasjon",
            "header": "TEDs Chris Anderson sier økningen av video på internett er med på å drive et verdensomspennende fenomen han kaller Publikums Aksellerert Innovasjon -- en selvdrevet syklus av læring som kan være like viktig som oppdagelsen av trykkekunsten. For å dra nytte av dette må organisasjoner være villige til å ta i bruk radikal åpenhet. Og for TED betyr dette begynnelsen på en helt ny epoke...",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624219/theora/5247_7fa4db1f274d4489bba62ad399dc8f30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624219/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624219/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624219/broadcast/5247_42af627c163243b8a8097d4b140ade55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624219/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:18:48.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-01T19:47:03Z",
            "updatedTime": "2018-11-10T18:29:28.810715Z",
            "uploadedTime": "2011-02-01T19:47:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624219/theora/5247_7fa4db1f274d4489bba62ad399dc8f30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624219/large_thumb/large.jpg"
        },
        {
            "id": 624217,
            "name": "TED - Om hvordan bakterier snakker",
            "header": "Bonnie Bassler oppdaget at bakterier \"snakker\" med hverandre, de gjør dette ved å bruke et kjemisk språk som gjør det mulig å koordinere forsvar og starte angrep. Dette resultatet har iøynefallende implikasjoner for medisin, industrien -- og vår selvforståelse.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624217/theora/5245_a1a28f9162c246f3a683cd221d690589.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624217/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624217/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624217/broadcast/5245_5f001e496e374a8c8531fc8d74356bf1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624217/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:18:06.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-01T14:23:28.513000Z",
            "updatedTime": "2018-11-10T18:29:28.813563Z",
            "uploadedTime": "2011-02-01T14:23:28.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624217/theora/5245_a1a28f9162c246f3a683cd221d690589.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624217/large_thumb/large.jpg"
        },
        {
            "id": 624216,
            "name": "TED - Carter Emmart demos a 3D atlas of the universe",
            "header": "For the last 12 years, Carter Emmart has been coordinating the efforts of scientists, artists and programmers to build a complete 3D visualization of our known universe. He demos this stunning tour and explains how it's being shared with facilities around the world.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624216/theora/5246_b085bffc83a343e8bb52d8f64a1514e8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624216/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624216/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624216/broadcast/5246_a19aa2e9a5094c359aca61bd8cf3060d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624216/large_thumb/large.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:06:53.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CarterEmmart_2010",
            "createdTime": "2011-02-01T14:27:16Z",
            "updatedTime": "2018-11-10T18:29:28.814959Z",
            "uploadedTime": "2011-02-01T14:27:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624216/theora/5246_b085bffc83a343e8bb52d8f64a1514e8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624216/large_thumb/large.jpg"
        },
        {
            "id": 625034,
            "name": "Kurtiser Klarheten",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625034/theora/6519_53574665eccf49d28a1667cc5175acc1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625034/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625034/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625034/broadcast/6519_53574665eccf49d28a1667cc5175acc1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625034/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:34.600000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-10-24T14:29:10.883000Z",
            "updatedTime": "2018-11-10T18:29:27.746653Z",
            "uploadedTime": "2012-10-24T14:29:10.883000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625034/theora/6519_53574665eccf49d28a1667cc5175acc1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625034/large_thumb/large.jpg"
        },
        {
            "id": 625653,
            "name": "TED - Stephen Wilkes: The passing of time, caught in a single photo",
            "header": "Photographer Stephen Wilkes crafts stunning compositions of landscapes as they transition from day to night, exploring the space-time continuum within a two-dimensional still photograph. Journey with him to iconic locations like the Tournelle Bridge in Paris, El Capitan in Yosemite National Park and a life-giving watering hole in heart of the Serengeti in this tour of his art and process.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625653/small_thumb/StephenWilkes_2016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625653/broadcast/StephenWilkes_2016.dv",
                "original": "https://upload.frikanalen.no/media/625653/original/StephenWilkes_2016.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:12:40.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/StephenWilkes_2016",
            "createdTime": "2016-06-30T09:44:48.273268Z",
            "updatedTime": "2018-11-10T18:29:26.917602Z",
            "uploadedTime": "2016-06-30T10:13:51.242438Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg"
        },
        {
            "id": 624213,
            "name": "Flere studentboliger til Trondheim",
            "header": "Åpning av Berg studentby",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624213/theora/5234_8ed59680d48d4e798b85d73f3952b8ad.ogv",
                "original": "https://upload.frikanalen.no/media/624213/original/orig_216c02faab754e2b844ee832250cb164.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624213/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624213/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624213/broadcast/5234_dba8a6052c40407a88538e398b15286e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624213/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:41.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T20:32:57.227000Z",
            "updatedTime": "2018-11-10T18:29:28.819115Z",
            "uploadedTime": "2011-01-31T20:32:57.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624213/theora/5234_8ed59680d48d4e798b85d73f3952b8ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624213/large_thumb/large.jpg"
        },
        {
            "id": 625033,
            "name": "Fred er allerede her",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625033/theora/6517_2f59d60b7cba46e1abaa3c61839a3978.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625033/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625033/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625033/broadcast/6517_2f59d60b7cba46e1abaa3c61839a3978.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625033/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:33.320000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-10-23T16:24:41.187000Z",
            "updatedTime": "2018-11-10T18:29:27.748260Z",
            "uploadedTime": "2012-10-23T16:24:41.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625033/theora/6517_2f59d60b7cba46e1abaa3c61839a3978.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625033/large_thumb/large.jpg"
        },
        {
            "id": 624210,
            "name": "TED - Aimee Mullins and her 12 pairs of legs",
            "header": "Athlete, actor and activist Aimee Mullins talks about her prosthetic legs -- she's got a dozen amazing pairs -- and the superpowers they grant her: speed, beauty, an extra 6 inches of height ... Quite simply, she redefines what the body can be.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624210/theora/5209_fd790583259644e2a691a6741799f3f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624210/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624210/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624210/broadcast/5209_1e66ecdc12414813b00d3af3c9619082.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624210/large_thumb/large.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:09:57.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AimeeMullins_2009U",
            "createdTime": "2011-01-27T19:28:15Z",
            "updatedTime": "2018-11-10T18:29:28.823274Z",
            "uploadedTime": "2011-01-27T19:28:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624210/theora/5209_fd790583259644e2a691a6741799f3f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624210/large_thumb/large.jpg"
        },
        {
            "id": 624209,
            "name": "TED - Nyhetene om nyhetene",
            "header": "Alisa Miller, sjef for Public Radio International i USA, snakker om hvorfor media dekker mindre av utenriksnyheter selv når publikum ønsker vite mer om verden enn noensinne. Oppsiktsvekkende statistikk og grafer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624209/theora/5210_4f5b07f92f524cb7be22329a113751ae.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624209/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624209/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624209/broadcast/5210_9d4801ac952f4a228b94626455a26d61.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624209/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:04:22.010000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-01-27T20:15:25.203000Z",
            "updatedTime": "2018-11-10T18:29:28.824755Z",
            "uploadedTime": "2011-01-27T20:15:25.203000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624209/theora/5210_4f5b07f92f524cb7be22329a113751ae.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624209/large_thumb/large.jpg"
        },
        {
            "id": 624207,
            "name": "Utrop TV - nr 25",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624207/theora/4687_aa7b89df4447487790715f150b7de0aa.ogv",
                "original": "https://upload.frikanalen.no/media/624207/original/orig_2608701f627a42fab99050e8fc4fa40f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624207/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624207/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624207/broadcast/4687_2606953256d74ba5b5bfdc74c4903d78.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624207/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:07:15.080000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-30T14:08:55.137000Z",
            "updatedTime": "2018-11-10T18:29:28.826167Z",
            "uploadedTime": "2010-08-30T14:08:55.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624207/theora/4687_aa7b89df4447487790715f150b7de0aa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624207/large_thumb/large.jpg"
        },
        {
            "id": 624152,
            "name": "STFp01-LOp02 20110105-2940",
            "header": "Ti Minutter med Svenn Thommy Fjeldberg och Levande Ord Tommy Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624152/theora/5133_e30bd720964f463cbd61efd8e3d478f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624152/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624152/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624152/broadcast/5133_e8486665711049e98eca02a19609f6d5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624152/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-27T13:48:51.440000Z",
            "updatedTime": "2018-11-10T18:29:28.889854Z",
            "uploadedTime": "2010-12-27T13:48:51.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624152/theora/5133_e30bd720964f463cbd61efd8e3d478f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624152/large_thumb/large.jpg"
        },
        {
            "id": 624151,
            "name": "Akkurat Nå 26. desember 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624151/theora/5120_568538bed0be49fd84a351bcfd3af939.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624151/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624151/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624151/broadcast/5120_a6247fad671d4aeb8ba54200c148d47c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624151/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:49:44.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-22T04:58:18.520000Z",
            "updatedTime": "2018-11-10T18:29:28.891209Z",
            "uploadedTime": "2010-12-22T04:58:18.520000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624151/theora/5120_568538bed0be49fd84a351bcfd3af939.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624151/large_thumb/large.jpg"
        },
        {
            "id": 624206,
            "name": "TED - Økonomisk realitetssjekk",
            "header": "Idet verden er på vei inn i økonomiske nedgangstider, klimaendringer og urettferdighet, utfordrer Tim Jackson etablerte økonomiske prinsipper og forklarer hvordan vi kan slutte å forsterke krisene og heller investere i vår egen fremtid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624206/theora/5204_a4e765e005b046f4aebcfc19cbfe249f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624206/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624206/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624206/broadcast/5204_a4e765e005b046f4aebcfc19cbfe249f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624206/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:20:18.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-01-26T10:59:51.450000Z",
            "updatedTime": "2018-11-10T18:29:28.827567Z",
            "uploadedTime": "2011-01-26T10:59:51.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624206/theora/5204_a4e765e005b046f4aebcfc19cbfe249f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624206/large_thumb/large.jpg"
        },
        {
            "id": 624205,
            "name": "DLO TMJKEA 20110202-2858",
            "header": "Det Levande Ord\nmed Tommy Josefssom",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624205/theora/5208_2b8f44a4af674d44bd3cfa1d2391b222.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624205/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624205/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624205/broadcast/5208_5c0ae2b9c9e2450a84fbfaa4a1a4f4c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624205/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:58.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-27T11:47:12.273000Z",
            "updatedTime": "2018-11-10T18:29:28.828929Z",
            "uploadedTime": "2011-01-27T11:47:12.273000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624205/theora/5208_2b8f44a4af674d44bd3cfa1d2391b222.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624205/large_thumb/large.jpg"
        },
        {
            "id": 624204,
            "name": "CTT17_2856 20110131",
            "header": "Country Team med Kåre og Lena Jönsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624204/theora/5207_b9baf07a1eef44989743ba138d56ebba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624204/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624204/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624204/broadcast/5207_40a3b5eed21a40ef8ccf78b83d27263b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624204/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:56.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-27T11:18:44.280000Z",
            "updatedTime": "2018-11-10T18:29:28.830316Z",
            "uploadedTime": "2011-01-27T11:18:44.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624204/theora/5207_b9baf07a1eef44989743ba138d56ebba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624204/large_thumb/large.jpg"
        },
        {
            "id": 624201,
            "name": "Den norske kirke i eksil 76",
            "header": "Betnytt tilbudet å lære om kristendommen mens det enda finnes.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624201/theora/orig_0cacf0c26a27421083e7572e5fd9ddf7.ogv",
                "original": "https://upload.frikanalen.no/media/624201/original/orig_0cacf0c26a27421083e7572e5fd9ddf7.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624201/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624201/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624201/broadcast/5202_a76032e13c014e7696ed80bf5007c26d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624201/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:06.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-24T17:34:26.443000Z",
            "updatedTime": "2018-11-10T18:29:28.833127Z",
            "uploadedTime": "2011-01-24T17:34:26.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624201/theora/orig_0cacf0c26a27421083e7572e5fd9ddf7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624201/large_thumb/large.jpg"
        },
        {
            "id": 624200,
            "name": "Akkurat Nå! 23. januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624200/theora/5196_c0353f108c8a4f0ea28612e69c11e9d0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624200/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624200/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624200/broadcast/5196_5a4e91329f1b421a986edbc6bdca2997.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624200/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:05.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-20T12:48:58.317000Z",
            "updatedTime": "2018-11-10T18:29:28.834471Z",
            "uploadedTime": "2011-01-20T12:48:58.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624200/theora/5196_c0353f108c8a4f0ea28612e69c11e9d0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624200/large_thumb/large.jpg"
        },
        {
            "id": 624197,
            "name": "STF_p01-BST_p01 20110126-2828",
            "header": "10 minutter med Svenn Thommy Fjeldberg og Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624197/theora/5195_4be84220d1d84360a7e124989bff58d8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624197/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624197/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624197/broadcast/5195_2d21f20e90134d2fb363860f5d911d28.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624197/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:28.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-19T11:11:14.290000Z",
            "updatedTime": "2018-11-10T18:29:28.837465Z",
            "uploadedTime": "2011-01-19T11:11:14.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624197/theora/5195_4be84220d1d84360a7e124989bff58d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624197/large_thumb/large.jpg"
        },
        {
            "id": 624196,
            "name": "DGN188- 20110124_2853",
            "header": "Gode Nyheder med Erling Ilsöe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624196/theora/5194_b2094c7eaa8e457983fe2060c1c6d9b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624196/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624196/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624196/broadcast/5194_66ad3de778424b9abf9a4029fed37854.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624196/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:53",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-19T10:11:31.943000Z",
            "updatedTime": "2018-11-10T18:29:28.838827Z",
            "uploadedTime": "2011-01-19T10:11:31.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624196/theora/5194_b2094c7eaa8e457983fe2060c1c6d9b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624196/large_thumb/large.jpg"
        },
        {
            "id": 624195,
            "name": "03_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624195/theora/5148_b268cc3e57d148aca1956cdea4a4fe75.ogv",
                "original": "https://upload.frikanalen.no/media/624195/original/orig_d6e46deb4419407597d6aa637f27323c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624195/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624195/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624195/broadcast/5148_b71b958df66f4697be6a033816ced014.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624195/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-01-04T14:10:20.370000Z",
            "updatedTime": "2018-11-10T18:29:28.840478Z",
            "uploadedTime": "2011-01-04T14:10:20.370000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624195/theora/5148_b268cc3e57d148aca1956cdea4a4fe75.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624195/large_thumb/large.jpg"
        },
        {
            "id": 625020,
            "name": "En Ekte Blomst",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625020/theora/6488_ae8d7ae0497e4b30a9ceaa29fa12267d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625020/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625020/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625020/broadcast/6488_ae8d7ae0497e4b30a9ceaa29fa12267d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625020/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:28.840000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-10-17T15:41:44.807000Z",
            "updatedTime": "2018-11-10T18:29:27.763837Z",
            "uploadedTime": "2012-10-17T15:41:44.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625020/theora/6488_ae8d7ae0497e4b30a9ceaa29fa12267d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625020/large_thumb/large.jpg"
        },
        {
            "id": 624112,
            "name": "Den norske kirke i eksil 73",
            "header": "Gudstjeneste 3 søndag i advent.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624112/theora/orig_3560e6a216884ffabd31722b4ef3e8cc.ogv",
                "original": "https://upload.frikanalen.no/media/624112/original/orig_3560e6a216884ffabd31722b4ef3e8cc.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624112/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624112/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624112/broadcast/5089_0e8ecef0cb954a0e94532c6b084b3333.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624112/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:01.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-14T11:56:08.307000Z",
            "updatedTime": "2018-11-10T18:29:28.941854Z",
            "uploadedTime": "2010-12-14T11:56:08.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624112/theora/orig_3560e6a216884ffabd31722b4ef3e8cc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624112/large_thumb/large.jpg"
        },
        {
            "id": 624194,
            "name": "Introduksjon til semantisk web",
            "header": "Dette foredraget gir et forholdsvis  utfyllende overblikk over semantisk web, motivasjonen , egenskapene , teknologien, tilgjengelige data og verktøy.\r\n\r\nSemantisk web består av en rekke teknologier som blir gjennomgått, RDF-datamodellen, SKOS og OWL for å organisere din verden, spørrespråket   SPARQL og forbindelser til andre teknologier. \r\n\r\nVi ser på hvordan disse passer sammen og hvordan de kan oppfylle krav til interoperabilitet og hvilken rolle de spiller i bevegelsen får åpning av data (Open Data Movement) \r\n\r\nKjetil Kjernsmo har fulgt den semantisk web siden 1998. Han har arbeidet med dette i fritiden og for arbeidsgivere siden da, eksempelvis Opera Software, Computas og ABC startsiden. Han har også vært medlem i flere W3C grupper. Nylig returnert han til Universitet i Oslo, Institutt for Informatikk, for å gjennomføre en PhD om spørrespråket SPARQL",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624194/theora/orig_f44b0dfa6f384081af6694a7c53a9e2e.ogv",
                "original": "https://upload.frikanalen.no/media/624194/original/orig_f44b0dfa6f384081af6694a7c53a9e2e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624194/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624194/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624194/broadcast/5193_5b36ac6f90124c5bae2bc42aab88f8c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624194/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": "01:01:27.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-01-18T14:03:56Z",
            "updatedTime": "2018-11-10T18:29:28.841873Z",
            "uploadedTime": "2011-01-18T14:03:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624194/theora/orig_f44b0dfa6f384081af6694a7c53a9e2e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624194/large_thumb/large.jpg"
        },
        {
            "id": 624192,
            "name": "Journey Within",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624192/theora/5183_123e55ed79c54584a9c5e211d6cc7ba1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624192/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624192/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624192/broadcast/5183_c10cedf47cf04c599d9cd7412774dae3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624192/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:28.800000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-18T09:54:06.477000Z",
            "updatedTime": "2018-11-10T18:29:28.843295Z",
            "uploadedTime": "2011-01-18T09:54:06.477000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624192/theora/5183_123e55ed79c54584a9c5e211d6cc7ba1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624192/large_thumb/large.jpg"
        },
        {
            "id": 623449,
            "name": "Gudstjeneste fra Østfoldkirken Uke 11_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623449/theora/3965_81009a56f541467694b8a3fdac139c05.ogv",
                "original": "https://upload.frikanalen.no/media/623449/original/orig_437042589980456685498384abae8d0c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623449/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623449/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623449/broadcast/3965_0171a5ad22fb4fadb5ddecbbc7b112df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623449/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-02-15T14:12:39.283000Z",
            "updatedTime": "2018-11-10T18:29:29.784646Z",
            "uploadedTime": "2010-02-15T14:12:39.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623449/theora/3965_81009a56f541467694b8a3fdac139c05.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623449/large_thumb/large.jpg"
        }
    ]
}