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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3050&ordering=name",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2950&ordering=name",
    "results": [
        {
            "id": 624689,
            "name": "Tanja Kvitnes - Concertino",
            "header": "Talentfabrikken - sesong 2 (2010)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624689/theora/5902_d017d9dd58bf47309fb25ad4a3ef4659.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624689/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624689/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624689/broadcast/5902_989276d6e76845eb97c3709888e877bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624689/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:06.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-12-30T12:16:58.173000Z",
            "updatedTime": "2018-11-10T18:29:28.191689Z",
            "uploadedTime": "2011-12-30T12:16:58.173000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624689/theora/5902_d017d9dd58bf47309fb25ad4a3ef4659.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624689/large_thumb/large.jpg"
        },
        {
            "id": 623592,
            "name": "tanzania",
            "header": "En film om törken i Masailand,Tanzania, Afrika",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623592/theora/4271_5aff7a2c2b2843c597533d0696077a57.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623592/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623592/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623592/broadcast/4271_6a2b3490b7ba49ba85d6aaa787c44312.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623592/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-04-30T09:32:43.577000Z",
            "updatedTime": "2018-11-10T18:29:29.617173Z",
            "uploadedTime": "2010-04-30T09:32:43.577000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623592/theora/4271_5aff7a2c2b2843c597533d0696077a57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623592/large_thumb/large.jpg"
        },
        {
            "id": 623940,
            "name": "Tatoveringsmesse for 10. gang",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623940/theora/4768_a7bff09724f447f881abf9820c6ca790.ogv",
                "original": "https://upload.frikanalen.no/media/623940/original/orig_a6f79a573b1643ca80fa9a4ecb69fdaa.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623940/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623940/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623940/broadcast/4768_d6c75d7d9c584bf1ac7df9431b14be2f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623940/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:42.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:30:20.403000Z",
            "updatedTime": "2018-11-10T18:29:29.163881Z",
            "uploadedTime": "2010-09-27T11:30:20.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623940/theora/4768_a7bff09724f447f881abf9820c6ca790.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623940/large_thumb/large.jpg"
        },
        {
            "id": 623833,
            "name": "Tattoo",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623833/theora/4560_ab299bcd15b14320907ad6d3d9322dd3.ogv",
                "original": "https://upload.frikanalen.no/media/623833/original/orig_94695b736465497cbc2cb49688a136f9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623833/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623833/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623833/broadcast/4560_e30339ff1da447fcb0597f9d73361292.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623833/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:02:53.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:41:28.250000Z",
            "updatedTime": "2018-11-10T18:29:29.316056Z",
            "uploadedTime": "2010-08-10T14:41:28.250000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623833/theora/4560_ab299bcd15b14320907ad6d3d9322dd3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623833/large_thumb/large.jpg"
        },
        {
            "id": 624402,
            "name": "Teaser: Lev alternativt!",
            "header": "Følg med på www.stv.no for mer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624402/theora/5514_39730e34372e47559154658821411ad5.ogv",
                "original": "https://upload.frikanalen.no/media/624402/original/orig_271672baefc348e090ea0132e5f410ea.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624402/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624402/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624402/broadcast/5514_24d7b443185d48e7aa3fd50e1b375bbe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624402/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:04.590000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:23:35Z",
            "updatedTime": "2018-11-10T18:29:28.566344Z",
            "uploadedTime": "2011-04-08T12:23:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624402/theora/5514_39730e34372e47559154658821411ad5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624402/large_thumb/large.jpg"
        },
        {
            "id": 625905,
            "name": "Teckids: The Free Software Youth Organisation",
            "header": "Teckids is a youth organisation from Germany, aiming at establishing a free software community among children and adolescents (basically pupils). Regularly running youth programmes at FOSS conferences where children take part in workshops about many aspects of technology and computer science, Teckids provides the necessary entry level to the free software community.\r\n\r\n    Being a community organisation for young people, Teckids entirely relies on engaging those young people in all aspects of the organisation, starting from tutoring in workshops up to participating as board members. This concept brings a whole bunch of quite complicated and hard processes with it, but is entirely worth while.\r\n\r\n    We would like to introduce our work to interested participants in Norway, to present the idea behind the organisation, and maybe find people who would like to engage in the project in Norway.\r\n\r\nEike and Nik are two members of Teckids e.V. in Germany. Nik is chairperson and founding member of the organisation, and Eike, now 16 years old, is the tutor who got everything rolling back when he was 11 years old and held his first PyGame workshops at FrOSCon. The two are now lead developers of the Veripeditus project, a new tool to get young people interested in gaming involved in programming using free software tools.\r\n\r\nNUUG talk from 2017-08-08.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625905/small_thumb/20170808-teckids-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625905/broadcast/20170808-teckids-frikanalen.dv"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:00.120000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170808-teckids/",
            "createdTime": "2017-08-10T11:38:20.126965Z",
            "updatedTime": "2018-11-10T18:29:26.567706Z",
            "uploadedTime": "2017-08-10T11:40:08.983970Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.jpg"
        },
        {
            "id": 625379,
            "name": "TED - Abe Davis: New video technology that reveals an object's hidden properties",
            "header": "Subtle motion happens around us all the time, including tiny vibrations caused by sound. New technology shows that we can pick up on these vibrations and actually re-create sound and conversations just from a video of a seemingly still object. But now Abe Davis takes it one step further: Watch him demo software that lets anyone interact with these hidden properties, just from a simple video.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625379/large_thumb/AbeDavis_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625379/theora/AbeDavis_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625379/broadcast/AbeDavis_2015.dv",
                "original": "https://upload.frikanalen.no/media/625379/original/AbeDavis_2015.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625379/small_thumb/AbeDavis_2015.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:18:01.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AbeDavis_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.322623Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625379/theora/AbeDavis_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625379/large_thumb/AbeDavis_2015.jpg"
        },
        {
            "id": 625664,
            "name": "TED - Adam Savage: My love letter to cosplay",
            "header": "Adam Savage makes things and builds experiments, and he uses costumes to add humor, color and clarity to the stories he tells. Tracing his lifelong love of costumes — from a childhood space helmet made of an ice cream tub to a No-Face costume he wore to Comic-Con — Savage explores the world of cosplay and the meaning it creates for its community. \"We're connecting with something important inside of us,\" he says. \"The costumes are how we reveal ourselves to each other.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625664/original/AdamSavage_2016.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625664/large_thumb/AdamSavage_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625664/broadcast/AdamSavage_2016.dv",
                "theora": "https://upload.frikanalen.no/media/625664/theora/AdamSavage_2016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625664/small_thumb/AdamSavage_2016.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:13:11.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AdamSavage_2016",
            "createdTime": "2016-07-15T19:00:04.309358Z",
            "updatedTime": "2018-11-10T18:29:26.902236Z",
            "uploadedTime": "2016-07-15T19:57:09.255810Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625664/theora/AdamSavage_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625664/large_thumb/AdamSavage_2016.jpg"
        },
        {
            "id": 625316,
            "name": "TED - Afra Raymond: Three myths about corruption",
            "header": "Trinidad and Tobago amassed great wealth in the 1970s thanks to oil. But in 1982, a shocking fact was revealed -- that 2 out of every 3 dollars earmarked for development had been wasted or stolen. This has haunted Afra Raymond for 30 years. Shining a flashlight on a continued history of government corruption, Raymond gives us a reframing of financial crime. (Filmed at TEDxPortofSpain.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625316/small_thumb/AfraRaymond_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625316/large_thumb/AfraRaymond_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625316/theora/AfraRaymond_2012X.ogv",
                "original": "https://upload.frikanalen.no/media/625316/original/AfraRaymond_2012X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625316/broadcast/AfraRaymond_2012X.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:18:09.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AfraRaymond_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.408505Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625316/theora/AfraRaymond_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625316/large_thumb/AfraRaymond_2012X.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": 625381,
            "name": "TED - Alice Goffman: How we're priming some kids for college — and others for prison",
            "header": "In the United States, two institutions guide teenagers on the journey to adulthood: college and prison. Sociologist Alice Goffman spent six years in a troubled Philadelphia neighborhood and saw first-hand how teenagers of African-American and Latino backgrounds are funneled down the path to prison — sometimes starting with relatively minor infractions. In an impassioned talk she asks, “Why are we offering only handcuffs and jail time?”\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625381/original/AliceGoffman_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625381/large_thumb/AliceGoffman_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625381/broadcast/AliceGoffman_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625381/small_thumb/AliceGoffman_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625381/theora/AliceGoffman_2015.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:08.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AliceGoffman_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.319967Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625381/theora/AliceGoffman_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625381/large_thumb/AliceGoffman_2015.jpg"
        },
        {
            "id": 625386,
            "name": "TED - Anand Varma: A thrilling look at the first 21 days of a bee’s life",
            "header": "We’ve heard that bees are disappearing. But what is making bee colonies so vulnerable? Photographer Anand Varma raised bees in his backyard — in front of a camera — to get an up close view. This project, for National Geographic, gives a lyrical glimpse into a bee hive — and reveals one of the biggest threats to its health, a mite that preys on baby bees in the first 21 days of life. With his incredible footage, set to music from Magik*Magik Orchestra, Varma shows the problem ... and what’s being done to solve it. (This talk was part of a session at TED2015 guest-curated by Pop-Up Magazine: popupmagazine.com or @popupmag on Twitter.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625386/large_thumb/AnandVarma_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625386/theora/AnandVarma_2015.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625386/small_thumb/AnandVarma_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625386/broadcast/AnandVarma_2015.dv",
                "original": "https://upload.frikanalen.no/media/625386/original/AnandVarma_2015.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:06:10.220000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AnandVarma_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.313111Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625386/theora/AnandVarma_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625386/large_thumb/AnandVarma_2015.jpg"
        },
        {
            "id": 625485,
            "name": "TED - Andreas Ekström: The moral bias behind your search results",
            "header": "Search engines have become our most trusted sources of information and arbiters of truth. But can we ever get an unbiased search result? Swedish author and journalist Andreas Ekström argues that such a thing is a philosophical impossibility. In this thoughtful talk, he calls on us to strengthen the bonds between technology and the humanities, and he reminds us that behind every algorithm is a set of personal beliefs that no code can ever completely eradicate.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625485/broadcast/AndreasEkstrom_2015X.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625485/large_thumb/AndreasEkstrom_2015X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625485/small_thumb/AndreasEkstrom_2015X.jpg",
                "theora": "https://upload.frikanalen.no/media/625485/theora/AndreasEkstrom_2015X.ogv",
                "original": "https://upload.frikanalen.no/media/625485/original/AndreasEkstrom_2015X.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:09:22.740000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AndreasEkstrom_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.183642Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625485/theora/AndreasEkstrom_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625485/large_thumb/AndreasEkstrom_2015X.jpg"
        },
        {
            "id": 625774,
            "name": "TED - Andrew Pelling: This scientist makes ears out of apples",
            "header": "Andrew Pelling is a biohacker, and nature is his hardware. His favorite materials are the simplest ones (and oftentimes he finds them in the garbage). Building on the cellulose structure that gives an apple its shape, he \"grows\" lifelike human ears, pioneering a process that might someday be used to repair body parts safely and cheaply. And he has some even wilder ideas to share ... \"What I'm really curious about is if one day it will be possible to repair, rebuild and augment our own bodies with stuff we make in the kitchen,\" he says.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625774/large_thumb/AndrewPelling_2016U.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625774/small_thumb/AndrewPelling_2016U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625774/broadcast/AndrewPelling_2016U.dv",
                "original": "https://upload.frikanalen.no/media/625774/original/AndrewPelling_2016U.mp4",
                "theora": "https://upload.frikanalen.no/media/625774/theora/AndrewPelling_2016U.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:07:09.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AndrewPelling_2016U",
            "createdTime": "2016-09-23T13:36:54.058956Z",
            "updatedTime": "2018-11-10T18:29:26.738874Z",
            "uploadedTime": "2016-09-23T13:44:31.548627Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625774/theora/AndrewPelling_2016U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625774/large_thumb/AndrewPelling_2016U.jpg"
        },
        {
            "id": 625363,
            "name": "TED - Andy Yen: Think your email's private? Think again",
            "header": "Sending an email message is like sending a postcard, says scientist Andy Yen in this thought-provoking talk: Anyone can read it. Yet encryption, the technology that protects the privacy of email communication, does exist. It's just that until now it has been difficult to install and a hassle to use. Showing a demo of an email program he designed with colleagues at CERN, Yen argues that encryption can be made simple to the point of becoming the default option, providing true email privacy to all.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625363/original/AndyYen_2014G.mp4",
                "theora": "https://upload.frikanalen.no/media/625363/theora/AndyYen_2014G.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625363/small_thumb/AndyYen_2014G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625363/large_thumb/AndyYen_2014G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625363/broadcast/AndyYen_2014G.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:12:13.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AndyYen_2014G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.343707Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625363/theora/AndyYen_2014G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625363/large_thumb/AndyYen_2014G.jpg"
        },
        {
            "id": 625519,
            "name": "TED - Aomawa Shields: How we'll find life on other planets",
            "header": "Astronomer Aomawa Shields searches for clues that life might exist elsewhere in the universe by examining the atmospheres of distant exoplanets. When she isn't exploring the heavens, the classically trained actor (and TED Fellow) looks for ways to engage young women in the sciences using theater, writing and visual art. \"Maybe one day they'll join the ranks of astronomers who are full of contradictions,\" she says, \"and use their backgrounds to discover, once and for all, that we are truly not alone in the universe.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625519/small_thumb/AomawaShields_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625519/broadcast/AomawaShields_2015U.dv",
                "original": "https://upload.frikanalen.no/media/625519/original/AomawaShields_2015U.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.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:05:29.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AomawaShields_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.139639Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.jpg"
        },
        {
            "id": 625352,
            "name": "TED - Apollo Robbins: The art of misdirection",
            "header": "Hailed as the greatest pickpocket in the world, Apollo Robbins studies the quirks of human behavior as he steals your watch. In a hilarious demonstration, Robbins samples the buffet of the TEDGlobal 2013 audience, showing how the flaws in our perception make it possible to swipe a wallet and leave it on its owner’s shoulder while they remain clueless.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625352/large_thumb/ApolloRobbins_2013G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625352/small_thumb/ApolloRobbins_2013G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625352/broadcast/ApolloRobbins_2013G.dv",
                "theora": "https://upload.frikanalen.no/media/625352/theora/ApolloRobbins_2013G.ogv",
                "original": "https://upload.frikanalen.no/media/625352/original/ApolloRobbins_2013G.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:08:47.300000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ApolloRobbins_2013G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.358731Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625352/theora/ApolloRobbins_2013G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625352/large_thumb/ApolloRobbins_2013G.jpg"
        },
        {
            "id": 625546,
            "name": "TED - Astro Teller: The unexpected benefit of celebrating failure",
            "header": "\"Great dreams aren't just visions,\" says Astro Teller, \"They're visions coupled to strategies for making them real.\" The head of X (formerly Google X), Teller takes us inside the \"moonshot factory,\" as it's called, where his team seeks to solve the world's biggest problems through experimental projects like balloon-powered Internet and wind turbines that sail through the air. Find out X's secret to creating an organization where people feel comfortable working on big, risky projects and exploring audacious ideas.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625546/large_thumb/AstroTeller_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625546/original/AstroTeller_2016.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625546/broadcast/AstroTeller_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625546/small_thumb/AstroTeller_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625546/theora/AstroTeller_2016.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:36.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AstroTeller_2016",
            "createdTime": "2016-05-02T20:22:02.215473Z",
            "updatedTime": "2018-11-10T18:29:27.105716Z",
            "uploadedTime": "2016-05-03T05:36:28.260428Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625546/theora/AstroTeller_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625546/large_thumb/AstroTeller_2016.jpg"
        },
        {
            "id": 625359,
            "name": "TED - Ben Wellington: How we found the worst place to park in New York City -- using big data",
            "header": "City agencies have access to a wealth of data and statistics reflecting every part of urban life. But as data analyst Ben Wellington suggests in this entertaining talk, sometimes they just don't know what to do with it. He shows how a combination of unexpected questions and smart data crunching can produce strangely useful insights, and shares tips on how to release large sets of data so that anyone can use them.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625359/small_thumb/BenWellington_2014X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg",
                "original": "https://upload.frikanalen.no/media/625359/original/BenWellington_2014X.mp4",
                "theora": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625359/broadcast/BenWellington_2014X.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:11:52.090000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BenWellington_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.349247Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg"
        },
        {
            "id": 625315,
            "name": "TED - Brian Greene: Is our universe the only universe?",
            "header": "Is there more than one universe? In this visually rich, action-packed talk, Brian Greene shows how the unanswered questions of physics (starting with a big one: What caused the Big Bang?) have led to the theory that our own universe is just one of many in the \"multiverse.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625315/large_thumb/BrianGreene_2012.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625315/small_thumb/BrianGreene_2012.jpg",
                "theora": "https://upload.frikanalen.no/media/625315/theora/BrianGreene_2012.ogv",
                "original": "https://upload.frikanalen.no/media/625315/original/BrianGreene_2012.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625315/broadcast/BrianGreene_2012.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:21:47.700000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BrianGreene_2012",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.409841Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625315/theora/BrianGreene_2012.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625315/large_thumb/BrianGreene_2012.jpg"
        },
        {
            "id": 625332,
            "name": "TED - Britta Riley: A garden in my apartment",
            "header": "Britta Riley wanted to grow her own food (in her tiny apartment). So she and her friends developed a system for growing plants in discarded plastic bottles -- researching, testing and tweaking the system using social media, trying many variations at once and quickly arriving at the optimal system. Call it distributed DIY. And the results? Delicious.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625332/small_thumb/BrittaRiley_2011X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625332/large_thumb/BrittaRiley_2011X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625332/broadcast/BrittaRiley_2011X.dv",
                "theora": "https://upload.frikanalen.no/media/625332/theora/BrittaRiley_2011X.ogv",
                "original": "https://upload.frikanalen.no/media/625332/original/BrittaRiley_2011X.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:07:52.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BrittaRiley_2011X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.386050Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625332/theora/BrittaRiley_2011X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625332/large_thumb/BrittaRiley_2011X.jpg"
        },
        {
            "id": 625317,
            "name": "TED - Bruce Feiler: Agile programming -- for your family",
            "header": "Bruce Feiler has a radical idea: To deal with the stress of modern family life, go agile. Inspired by agile software programming, Feiler introduces family practices which encourage flexibility, bottom-up idea flow, constant feedback and accountability. One surprising feature: Kids pick their own punishments.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625317/small_thumb/BruceFeiler_2013S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625317/large_thumb/BruceFeiler_2013S.jpg",
                "theora": "https://upload.frikanalen.no/media/625317/theora/BruceFeiler_2013S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625317/broadcast/BruceFeiler_2013S.dv",
                "original": "https://upload.frikanalen.no/media/625317/original/BruceFeiler_2013S.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:18:00.590000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BruceFeiler_2013S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.407090Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625317/theora/BruceFeiler_2013S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625317/large_thumb/BruceFeiler_2013S.jpg"
        },
        {
            "id": 625329,
            "name": "TED - Bruno Torturra: Got a smartphone? Start broadcasting",
            "header": "In 2011, journalist Bruno Torturra covered a protest in São Paulo which turned ugly. His experience of being teargassed had a profound effect on the way he thought about his work, and he quit his job to focus on broadcasting raw, unedited experiences online. In this fascinating talk, he shares some of the ways in which he's experimented with livestreaming on the web, and how in the process he has helped to create a very modern media network.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625329/large_thumb/BrunoTorturra_2014G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625329/small_thumb/BrunoTorturra_2014G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625329/broadcast/BrunoTorturra_2014G.dv",
                "original": "https://upload.frikanalen.no/media/625329/original/BrunoTorturra_2014G.mp4",
                "theora": "https://upload.frikanalen.no/media/625329/theora/BrunoTorturra_2014G.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:13:39.830000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BrunoTorturra_2014G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.390210Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625329/theora/BrunoTorturra_2014G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625329/large_thumb/BrunoTorturra_2014G.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": 625865,
            "name": "TED - Cédric Villani: What's so sexy about math?",
            "header": "Hidden truths permeate our world; they're inaccessible to our senses, but math allows us to go beyond our intuition to uncover their mysteries. In this survey of mathematical breakthroughs, Fields Medal winner Cédric Villani speaks to the thrill of discovery and details the sometimes perplexing life of a mathematician. \"Beautiful mathematical explanations are not only for our pleasure,\" he says. \"They change our vision of the world.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625865/large_thumb/CedricVillani_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625865/broadcast/CedricVillani_2016.dv",
                "original": "https://upload.frikanalen.no/media/625865/original/CedricVillani_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625865/theora/CedricVillani_2016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625865/small_thumb/CedricVillani_2016.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:16:27.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.sflan.com/details/CedricVillani_2016",
            "createdTime": "2017-03-09T16:04:00.922574Z",
            "updatedTime": "2018-11-10T18:29:26.604435Z",
            "uploadedTime": "2017-03-09T16:07:27.189643Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625865/theora/CedricVillani_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625865/large_thumb/CedricVillani_2016.jpg"
        },
        {
            "id": 625614,
            "name": "TED - Cédric Villani: What's so sexy about math?",
            "header": "Hidden truths permeate our world; they're inaccessible to our senses, but math allows us to go beyond our intuition to uncover their mysteries. In this survey of mathematical breakthroughs, Fields Medal winner Cédric Villani speaks to the thrill of discovery and details the sometimes perplexing life of a mathematician. \"Beautiful mathematical explanations are not only for our pleasure,\" he says. \"They change our vision of the world.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625614/broadcast/CedricVillani_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625614/small_thumb/CedricVillani_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625614/original/CedricVillani_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:27.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CedricVillani_2016",
            "createdTime": "2016-06-07T10:16:07.882543Z",
            "updatedTime": "2018-11-10T18:29:26.976438Z",
            "uploadedTime": "2016-06-07T10:30:29.105097Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.jpg"
        },
        {
            "id": 625374,
            "name": "TED - Chris Milk: How virtual reality can create the ultimate empathy machine",
            "header": "Chris Milk uses cutting edge technology to produce astonishing films that delight and enchant. But for Milk, the human story is the driving force behind everything he does. In this short, charming talk, he shows some of his collaborations with musicians including Kanye West and Arcade Fire, and describes his latest, mind-bending experiments with virtual reality.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625374/large_thumb/ChrisMilk_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625374/small_thumb/ChrisMilk_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625374/theora/ChrisMilk_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625374/broadcast/ChrisMilk_2015.dv",
                "original": "https://upload.frikanalen.no/media/625374/original/ChrisMilk_2015.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:10:29.680000",
            "categories": [
                "Kultur",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChrisMilk_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.328282Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625374/theora/ChrisMilk_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625374/large_thumb/ChrisMilk_2015.jpg"
        },
        {
            "id": 625459,
            "name": "TED - Christopher Soghoian: A brief history of phone wiretapping -- and how to avoid it",
            "header": "Who is listening in on your phone calls? On a landline, it could be anyone, says privacy activist Christopher Soghoian, because surveillance backdoors are built into the phone system by default, to allow governments to listen in. But then again, so could a foreign intelligence service ... or a criminal. Which is why, says Soghoian, some tech companies are resisting governments' call to build the same backdoors into mobile phones and new messaging systems. Learn how some tech companies are working to keep your calls and messages private.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625459/small_thumb/ChristopherSoghoian_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625459/theora/ChristopherSoghoian_2015U.ogv",
                "original": "https://upload.frikanalen.no/media/625459/original/ChristopherSoghoian_2015U.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625459/broadcast/ChristopherSoghoian_2015U.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625459/large_thumb/ChristopherSoghoian_2015U.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:20.340000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChristopherSoghoian_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.219044Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625459/theora/ChristopherSoghoian_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625459/large_thumb/ChristopherSoghoian_2015U.jpg"
        },
        {
            "id": 625811,
            "name": "TED - Christopher Soghoian: Your smartphone is a civil rights issue",
            "header": "The smartphone you use reflects more than just personal taste ... it could determine how closely you can be tracked, too. Privacy expert and TED Fellow Christopher Soghoian details a glaring difference between the encryption used on Apple and Android devices and urges us to pay attention to a growing digital security divide. \"If the only people who can protect themselves from the gaze of the government are the rich and powerful, that's a problem,\" he says. \"It's not just a cybersecurity problem — it's a civil rights problem.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625811/large_thumb/ChristopherSoghoian_2016T.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625811/small_thumb/ChristopherSoghoian_2016T.jpg",
                "original": "https://upload.frikanalen.no/media/625811/original/ChristopherSoghoian_2016T.mp4",
                "theora": "https://upload.frikanalen.no/media/625811/theora/ChristopherSoghoian_2016T.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625811/broadcast/ChristopherSoghoian_2016T.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:07:48.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChristopherSoghoian_2016T",
            "createdTime": "2016-11-09T09:16:17.581856Z",
            "updatedTime": "2018-11-10T18:29:26.686722Z",
            "uploadedTime": "2016-11-09T09:25:37.598707Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625811/theora/ChristopherSoghoian_2016T.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625811/large_thumb/ChristopherSoghoian_2016T.jpg"
        },
        {
            "id": 625440,
            "name": "TED - Chris Urmson: How a driverless car sees the road",
            "header": "Statistically, the least reliable part of the car is ... the driver. Chris Urmson heads up Google's driverless car program, one of several efforts to remove humans from the driver's seat. He talks about where his program is right now, and shares fascinating footage that shows how the car sees the road and makes autonomous decisions about what to do next.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625440/small_thumb/ChrisUrmson_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625440/theora/ChrisUrmson_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625440/original/ChrisUrmson_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625440/large_thumb/ChrisUrmson_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625440/broadcast/ChrisUrmson_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:15:33.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChrisUrmson_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.238742Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625440/theora/ChrisUrmson_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625440/large_thumb/ChrisUrmson_2015.jpg"
        },
        {
            "id": 625451,
            "name": "TED - Dame Ellen MacArthur: The surprising thing I learned sailing solo around the world",
            "header": "What do you learn when you sail around the world on your own? When solo sailor Ellen MacArthur circled the globe – carrying everything she needed with her – she came back with new insight into the way the world works, as a place of interlocking cycles and finite resources, where the decisions we make today affect what's left for tomorrow. She proposes a bold new way to see the world's economic systems: not as linear, but as circular, where everything comes around.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625451/large_thumb/DameEllenMacArthur_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625451/small_thumb/DameEllenMacArthur_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625451/broadcast/DameEllenMacArthur_2015.dv",
                "original": "https://upload.frikanalen.no/media/625451/original/DameEllenMacArthur_2015.mp4",
                "theora": "https://upload.frikanalen.no/media/625451/theora/DameEllenMacArthur_2015.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:51.930000",
            "categories": [
                "Beredskap",
                "Samfunn og politikk",
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DameEllenMacArthur_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.227465Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625451/theora/DameEllenMacArthur_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625451/large_thumb/DameEllenMacArthur_2015.jpg"
        },
        {
            "id": 625383,
            "name": "TED - Dan Ariely: How equal do we want the world to be? You'd be surprised",
            "header": "The news of society's growing inequality makes all of us uneasy. But why? Dan Ariely reveals some new, surprising research on what we think is fair, as far as how wealth is distributed over societies ... then shows how it stacks up to the real stats.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625383/original/DanAriely_2015U.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625383/small_thumb/DanAriely_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625383/theora/DanAriely_2015U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625383/large_thumb/DanAriely_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625383/broadcast/DanAriely_2015U.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:08:57.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanAriely_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.317230Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625383/theora/DanAriely_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625383/large_thumb/DanAriely_2015U.jpg"
        },
        {
            "id": 625357,
            "name": "TED - Dan Dennett on our consciousness",
            "header": "Philosopher Dan Dennett makes a compelling argument that not only don't we understand our own consciousness, but that half the time our brains are actively fooling us.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "srt": "https://upload.frikanalen.no/media/625357/srt/nb.srt",
                "largeThumb": "https://upload.frikanalen.no/media/625357/large_thumb/DanDennett_2003.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625357/small_thumb/DanDennett_2003.jpg",
                "theora": "https://upload.frikanalen.no/media/625357/theora/DanDennett_2003.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625357/broadcast/DanDennett_2003.dv",
                "original": "https://upload.frikanalen.no/media/625357/original/DanDennett_2003.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:21:51.530000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanDennett_2003",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.351953Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625357/theora/DanDennett_2003.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625357/large_thumb/DanDennett_2003.jpg"
        },
        {
            "id": 625308,
            "name": "TED - Daniele Quercia: Happy maps",
            "header": "Mapping apps help us find the fastest route to where we’re going. But what if we’d rather wander? Researcher Daniele Quercia demos “happy maps” that take into account not only the route you want to take, but how you want to feel along the way.\r\n\r\nTED talk downloaded from The Internet archive.",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625308/large_thumb/DanieleQuercia_2014S.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625308/small_thumb/DanieleQuercia_2014S.jpg",
                "theora": "https://upload.frikanalen.no/media/625308/theora/DanieleQuercia_2014S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625308/broadcast/DanieleQuercia_2014S.dv",
                "original": "https://upload.frikanalen.no/media/625308/original/DanieleQuercia_2014S.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:07:24.430000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanieleQuercia_2014S",
            "createdTime": "2015-02-13T22:19:30Z",
            "updatedTime": "2018-11-10T18:29:27.412533Z",
            "uploadedTime": "2015-02-13T22:19:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625308/theora/DanieleQuercia_2014S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625308/large_thumb/DanieleQuercia_2014S.jpg"
        },
        {
            "id": 625507,
            "name": "TED - Daniel Kish: How I use sonar to navigate the world",
            "header": "Daniel Kish has been blind since he was 13 months old, but has learned to “see” using a form of echolocation. He clicks his tongue and sends out flashes of sound that bounce off surfaces in the environment and return to him, helping him to construct an understanding of the space around him. In a rousing talk, Kish demonstrates how this works and asks us to let go of our fear of the “dark unknown.”\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625507/original/DanielKish_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625507/broadcast/DanielKish_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625507/small_thumb/DanielKish_2015.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:13:07.340000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielKish_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.153796Z",
            "uploadedTime": "2016-04-27T17:54:29.690855Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg"
        },
        {
            "id": 625552,
            "name": "TED - Danielle Feinberg: The magic ingredient that brings Pixar movies to life",
            "header": "Danielle Feinberg, Pixar's director of photography, creates stories with soul and wonder using math, science and code. Go behind the scenes of Finding Nemo, Toy Story, Brave, WALL-E and more, and discover how Pixar interweaves art and science to create fantastic worlds where the things you imagine can become real. This talk comes from the PBS special \"TED Talks: Science & Wonder.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625552/small_thumb/DanielleFeinberg_2015P.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625552/large_thumb/DanielleFeinberg_2015P.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625552/broadcast/DanielleFeinberg_2015P.dv",
                "original": "https://upload.frikanalen.no/media/625552/original/DanielleFeinberg_2015P.mp4",
                "theora": "https://upload.frikanalen.no/media/625552/theora/DanielleFeinberg_2015P.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:08.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielleFeinberg_2015P",
            "createdTime": "2016-05-05T21:18:31.433411Z",
            "updatedTime": "2018-11-10T18:29:27.098357Z",
            "uploadedTime": "2016-05-05T21:48:34.820629Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625552/theora/DanielleFeinberg_2015P.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625552/large_thumb/DanielleFeinberg_2015P.jpg"
        },
        {
            "id": 625351,
            "name": "TED - Daniel Suarez: The kill decision shouldn't belong to a robot",
            "header": "As a novelist, Daniel Suarez spins dystopian tales of the future. But on the TEDGlobal stage, he talks us through a real-life scenario we all need to know more about: the rise of autonomous robotic weapons of war. Advanced drones, automated weapons and AI-powered intelligence-gathering tools, he suggests, could take the decision to make war out of the hands of humans.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625351/small_thumb/DanielSuarez_2013G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625351/large_thumb/DanielSuarez_2013G.jpg",
                "original": "https://upload.frikanalen.no/media/625351/original/DanielSuarez_2013G.mp4",
                "theora": "https://upload.frikanalen.no/media/625351/theora/DanielSuarez_2013G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625351/broadcast/DanielSuarez_2013G.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:13:20.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielSuarez_2013G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.360138Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625351/theora/DanielSuarez_2013G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625351/large_thumb/DanielSuarez_2013G.jpg"
        },
        {
            "id": 625346,
            "name": "TED - Dave deBronkart: Meet e-Patient Dave",
            "header": "When Dave deBronkart learned he had a rare and terminal cancer, he turned to a group of fellow patients online -- and found the medical treatment that saved his life. Now he calls on all patients to talk with one another, know their own health data, and make health care better one e-Patient at a time.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625346/small_thumb/DavedeBronkart_2010X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625346/large_thumb/DavedeBronkart_2010X.jpg",
                "theora": "https://upload.frikanalen.no/media/625346/theora/DavedeBronkart_2010X.ogv",
                "original": "https://upload.frikanalen.no/media/625346/original/DavedeBronkart_2010X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625346/broadcast/DavedeBronkart_2010X.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:16:31.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavedeBronkart_2010X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.366889Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625346/theora/DavedeBronkart_2010X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625346/large_thumb/DavedeBronkart_2010X.jpg"
        },
        {
            "id": 625330,
            "name": "TED - David Gallo shows underwater astonishments",
            "header": "David Gallo shows jaw-dropping footage of amazing sea creatures, including a color-shifting cuttlefish, a perfectly camouflaged octopus, and a Times Square's worth of neon light displays from fish who live in the blackest depths of the ocean.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625330/small_thumb/DavidGallo_2007.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625330/large_thumb/DavidGallo_2007.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625330/broadcast/DavidGallo_2007.dv",
                "theora": "https://upload.frikanalen.no/media/625330/theora/DavidGallo_2007.ogv",
                "original": "https://upload.frikanalen.no/media/625330/original/DavidGallo_2007.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:05:25.030000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidGallo_2007",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.388846Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625330/theora/DavidGallo_2007.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625330/large_thumb/DavidGallo_2007.jpg"
        },
        {
            "id": 625318,
            "name": "TED - David Pizarro: The strange politics of disgust",
            "header": "What does a disgusting image have to do with how you vote? Equipped with surveys and experiments, psychologist David Pizarro demonstrates a correlation between sensitivity to disgusting cues -- a photo of feces, an unpleasant odor -- and moral and political conservatism. (Filmed at TEDxEast.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625318/large_thumb/DavidPizarro_2012X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625318/small_thumb/DavidPizarro_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625318/theora/DavidPizarro_2012X.ogv",
                "original": "https://upload.frikanalen.no/media/625318/original/DavidPizarro_2012X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625318/broadcast/DavidPizarro_2012X.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:14:02.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidPizarro_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.405505Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625318/theora/DavidPizarro_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625318/large_thumb/DavidPizarro_2012X.jpg"
        },
        {
            "id": 625512,
            "name": "TED - David Rothkopf: How fear drives American politics",
            "header": "Does it seem like Washington has no new ideas? Instead of looking to build the future, it sometimes feels like the US political establishment happily retreats into fear and willful ignorance. Journalist David Rothkopf lays out a few of the major issues that US leadership is failing to address — from cybercrime to world-shaking new tech to the reality of modern total war — and calls for a new vision that sets fear aside.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625512/original/DavidRothkopf1_2015.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625512/small_thumb/DavidRothkopf1_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625512/broadcast/DavidRothkopf1_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:18:04.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidRothkopf1_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.146619Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.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": 625447,
            "name": "TED - Donald Hoffman: Do we see reality as it is?",
            "header": "Cognitive scientist Donald Hoffman is trying to answer a big question: Do we experience the world as it really is ... or as we need it to be? In this ever so slightly mind-blowing talk, he ponders how our minds construct reality for us.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625447/large_thumb/DonaldHoffman_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625447/theora/DonaldHoffman_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625447/original/DonaldHoffman_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625447/broadcast/DonaldHoffman_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625447/small_thumb/DonaldHoffman_2015.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:21:54.410000",
            "categories": [
                "Annet",
                "Religion og livssyn",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DonaldHoffman_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.230260Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625447/theora/DonaldHoffman_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625447/large_thumb/DonaldHoffman_2015.jpg"
        },
        {
            "id": 625842,
            "name": "TED - Elise Roy: When we design for disability, we all benefit",
            "header": "\"I believe that losing my hearing was one of the greatest gifts I've ever received,\" says Elise Roy. As a disability rights lawyer and design thinker, she knows that being Deaf gives her a unique way of experiencing and reframing the world — a perspective that could solve some of our largest problems. As she says: \"When we design for disability first, you often stumble upon solutions that are better than those when we design for the norm.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625842/small_thumb/EliseRoy_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625842/original/EliseRoy_2015X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625842/broadcast/EliseRoy_2015X.dv",
                "theora": "https://upload.frikanalen.no/media/625842/theora/EliseRoy_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625842/large_thumb/EliseRoy_2015X.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:13:21.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/EliseRoy_2015X",
            "createdTime": "2016-12-14T18:10:49.696286Z",
            "updatedTime": "2018-11-10T18:29:26.637449Z",
            "uploadedTime": "2016-12-15T05:53:19.383873Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625842/theora/EliseRoy_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625842/large_thumb/EliseRoy_2015X.jpg"
        },
        {
            "id": 625319,
            "name": "TED - Eric Dishman: Health care should be a team sport",
            "header": "When Eric Dishman was in college, doctors told him he had 2 to 3 years to live. That was a long time ago. One rectified diagnosis and a transplant later, Dishman puts his personal experience and his expertise as a leading medical tech specialist together to suggest some bold ideas for reinventing healthcare -- by putting the patient at the center of a treatment team. (Filmed at TED@Intel)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625319/large_thumb/EricDishman_2013X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625319/small_thumb/EricDishman_2013X.jpg",
                "theora": "https://upload.frikanalen.no/media/625319/theora/EricDishman_2013X.ogv",
                "original": "https://upload.frikanalen.no/media/625319/original/EricDishman_2013X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625319/broadcast/EricDishman_2013X.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:15:59.330000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/EricDishman_2013X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.404154Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625319/theora/EricDishman_2013X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625319/large_thumb/EricDishman_2013X.jpg"
        },
        {
            "id": 625320,
            "name": "TED - Erik Schlangen: A \"self-healing\" asphalt",
            "header": "Paved roads are nice to look at, but they’re easily damaged and costly to repair. Erik Schlangen demos a new type of porous asphalt made of simple materials with an astonishing feature: When cracked, it can be “healed” by induction heating. (Filmed at TEDxDelft.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625320/small_thumb/ErikSchlangen_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625320/broadcast/ErikSchlangen_2012X.dv",
                "original": "https://upload.frikanalen.no/media/625320/original/ErikSchlangen_2012X.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:06:50.460000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ErikSchlangen_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.402772Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg"
        },
        {
            "id": 625349,
            "name": "TED - Ernesto Sirolli: Want to help someone? Shut up and listen!",
            "header": "When most well-intentioned aid workers hear of a problem they think they can fix, they go to work. This, Ernesto Sirolli suggests, is naïve. In this funny and impassioned talk, he proposes that the first step is to listen to the people you're trying to help, and tap into their own entrepreneurial spirit. His advice on what works will help any entrepreneur.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625349/small_thumb/ErnestoSirolli_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625349/large_thumb/ErnestoSirolli_2012X.jpg",
                "original": "https://upload.frikanalen.no/media/625349/original/ErnestoSirolli_2012X.mp4",
                "theora": "https://upload.frikanalen.no/media/625349/theora/ErnestoSirolli_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625349/broadcast/ErnestoSirolli_2012X.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:17:09.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ErnestoSirolli_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.362818Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625349/theora/ErnestoSirolli_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625349/large_thumb/ErnestoSirolli_2012X.jpg"
        },
        {
            "id": 625365,
            "name": "TED - Fei-Fei Li: How we're teaching computers to understand pictures",
            "header": "When a very young child looks at a picture, she can identify simple elements: \"cat,\" \"book,\" \"chair.\" Now, computers are getting smart enough to do that too. What's next? In a thrilling talk, computer vision expert Fei-Fei Li describes the state of the art  — including the database of 15 million photos her team built to \"teach\" a computer to understand pictures — and the key insights yet to come.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625365/small_thumb/FeiFeiLi_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625365/large_thumb/FeiFeiLi_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625365/original/FeiFeiLi_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625365/broadcast/FeiFeiLi_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:18:02.310000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/FeiFeiLi_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.340994Z",
            "uploadedTime": null,
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625365/large_thumb/FeiFeiLi_2015.jpg"
        },
        {
            "id": 625370,
            "name": "TED - Gary Haugen: The hidden reason for poverty the world needs to address now",
            "header": "Collective compassion has meant an overall decrease in global poverty since the 1980s, says civil rights lawyer Gary Haugen. Yet for all the world's aid money, there's a pervasive hidden problem keeping poverty alive. Haugen reveals the dark underlying cause we must recognize and act on now.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625370/small_thumb/GaryHaugen_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625370/large_thumb/GaryHaugen_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625370/broadcast/GaryHaugen_2015.dv",
                "theora": "https://upload.frikanalen.no/media/625370/theora/GaryHaugen_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625370/original/GaryHaugen_2015.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:22:10.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GaryHaugen_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.334208Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625370/theora/GaryHaugen_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625370/large_thumb/GaryHaugen_2015.jpg"
        },
        {
            "id": 625336,
            "name": "TED - Geoffrey Canada: Our failing schools. Enough is enough!",
            "header": "Why, why, why does our education system look so similar to the way it did 50 years ago? Millions of students were failing then, as they are now -- and it’s because we’re clinging to a business model that clearly doesn’t work. Education advocate Geoffrey Canada dares the system to look at the data, think about the customers and make systematic shifts in order to help greater numbers of kids excel.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625336/small_thumb/GeoffreyCanada_2013S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625336/large_thumb/GeoffreyCanada_2013S.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625336/broadcast/GeoffreyCanada_2013S.dv",
                "theora": "https://upload.frikanalen.no/media/625336/theora/GeoffreyCanada_2013S.ogv",
                "original": "https://upload.frikanalen.no/media/625336/original/GeoffreyCanada_2013S.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:17:07.550000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GeoffreyCanada_2013S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.380610Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625336/theora/GeoffreyCanada_2013S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625336/large_thumb/GeoffreyCanada_2013S.jpg"
        }
    ]
}