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

{
    "count": 3372,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3350&ordering=publish_on_web&page=72",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3250&ordering=publish_on_web&page=72",
    "results": [
        {
            "id": 625688,
            "name": "Debian on ARM devices - Debconf 16",
            "header": "This talk will cover Debian on ARM devices, including NAS devices, development boards and other devices.  The talk will briefly explain how the installer works on ARM from the point of view of a user.  It will then cover in detail how Debian on ARM is different to Debian on x86 devices and what infrastructure we created in Debian to support a wide range of ARM devices, such as flash-kernel.  Some supported platforms and devices will be covered as well.\n\nTalk (45 mins) session with Martin Michlmayr during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625688/theora/Debian_on_ARM_devices_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625688/broadcast/Debian_on_ARM_devices_2.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625688/small_thumb/Debian_on_ARM_devices_2.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625688/large_thumb/Debian_on_ARM_devices_2.jpg",
                "original": "https://upload.frikanalen.no/media/625688/original/Debian_on_ARM_devices_2.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:42:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/90/",
            "createdTime": "2016-07-21T12:31:39.395255Z",
            "updatedTime": "2018-11-10T18:29:26.860204Z",
            "uploadedTime": "2016-07-21T12:31:46.652771Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625688/theora/Debian_on_ARM_devices_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625688/large_thumb/Debian_on_ARM_devices_2.jpg"
        },
        {
            "id": 625687,
            "name": "Daily Tech News Show 20. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625687/broadcast/DTNS20160720.dv",
                "theora": "https://upload.frikanalen.no/media/625687/theora/DTNS20160720.ogv",
                "original": "https://upload.frikanalen.no/media/625687/original/DTNS20160720.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625687/large_thumb/DTNS20160720.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625687/small_thumb/DTNS20160720.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:58:16.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7000vid",
            "createdTime": "2016-07-21T07:14:51.826990Z",
            "updatedTime": "2018-11-10T18:29:26.861628Z",
            "uploadedTime": "2016-07-21T07:15:01.874577Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625687/theora/DTNS20160720.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625687/large_thumb/DTNS20160720.jpg"
        },
        {
            "id": 625686,
            "name": "We need you to release Debian - Debconf 16",
            "header": "Do you want to learn how you can help make Stretch a success?\nHow the next Debian releases will be named?\nWhat changes to the release processes we have implemented and what we are considering?\nWhy your packages are being auto-removed from testing?\n\nJoin us to learn about all that and more!\n\nTalk (45 mins) session with Emilio Pozuelo Monfort during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625686/broadcast/We_need_you_to_release_Debian.dv",
                "theora": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625686/original/We_need_you_to_release_Debian.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625686/small_thumb/We_need_you_to_release_Debian.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:31:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/13/",
            "createdTime": "2016-07-21T07:12:45.636023Z",
            "updatedTime": "2018-11-10T18:29:26.868188Z",
            "uploadedTime": "2016-07-21T07:12:50.579842Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg"
        },
        {
            "id": 625646,
            "name": "Daily Tech News Show 23. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625646/theora/DTNS20160623.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625646/broadcast/DTNS20160623.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625646/small_thumb/DTNS20160623.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625646/large_thumb/DTNS20160623.jpg",
                "original": "https://upload.frikanalen.no/media/625646/original/DTNS20160623.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": "01:01:56.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6729vid",
            "createdTime": "2016-06-25T11:34:36.871477Z",
            "updatedTime": "2018-11-10T18:29:26.927828Z",
            "uploadedTime": "2016-06-25T11:34:41.335297Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625646/theora/DTNS20160623.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625646/large_thumb/DTNS20160623.jpg"
        },
        {
            "id": 625675,
            "name": "Free Software, Companies and You - Debconf 16",
            "header": "Free software is a unique social movement in that for-profit companies have a deep interest in the outcome of the movement. Where the interest of companies and free software ideology overlap there is a powerful amplification of effort. Many ideological individuals have become employed writing free software and companies have become an important source of funding for the movement. While for-profit involvement is important and in fact inevitable where free software is successful, we as a community must evaluate the relationships we have with companies. In this talk, Karen will examine these relationships and discuss how they impact the future of free software.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625675/broadcast/Free_Software_Companies_and_You.dv",
                "theora": "https://upload.frikanalen.no/media/625675/theora/Free_Software_Companies_and_You.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625675/large_thumb/Free_Software_Companies_and_You.jpg",
                "original": "https://upload.frikanalen.no/media/625675/original/Free_Software_Companies_and_You.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625675/small_thumb/Free_Software_Companies_and_You.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:45:19.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/56/",
            "createdTime": "2016-07-19T19:55:46.405027Z",
            "updatedTime": "2018-11-10T18:29:26.886578Z",
            "uploadedTime": "2016-07-19T19:56:12.017078Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625675/theora/Free_Software_Companies_and_You.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625675/large_thumb/Free_Software_Companies_and_You.jpg"
        },
        {
            "id": 625580,
            "name": "Daily Tech News Show 11. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625580/large_thumb/DTNS20160511.jpg",
                "original": "https://upload.frikanalen.no/media/625580/original/DTNS20160511.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625580/small_thumb/DTNS20160511.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625580/broadcast/DTNS20160511.dv",
                "theora": "https://upload.frikanalen.no/media/625580/theora/DTNS20160511.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:35.010000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6393vid",
            "createdTime": "2016-05-23T19:34:05.985985Z",
            "updatedTime": "2018-11-10T18:29:27.055251Z",
            "uploadedTime": "2016-05-23T20:18:33.991400Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625580/theora/DTNS20160511.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625580/large_thumb/DTNS20160511.jpg"
        },
        {
            "id": 625579,
            "name": "Daily Tech News Show 10. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625579/small_thumb/DTNS20160510.jpg",
                "theora": "https://upload.frikanalen.no/media/625579/theora/DTNS20160510.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625579/broadcast/DTNS20160510.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625579/large_thumb/DTNS20160510.jpg",
                "original": "https://upload.frikanalen.no/media/625579/original/DTNS20160510.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": "01:02:54.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6383vid",
            "createdTime": "2016-05-23T18:39:45.728308Z",
            "updatedTime": "2018-11-10T18:29:27.057250Z",
            "uploadedTime": "2016-05-23T19:33:00.753145Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625579/theora/DTNS20160510.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625579/large_thumb/DTNS20160510.jpg"
        },
        {
            "id": 625685,
            "name": "It's not LAMP: Web app packaging in Sandstorm - Debconf 16",
            "header": "This talk covers how web app packaging works for the free software [Sandstorm.io](https://sandstorm.io/) project. This talk covers how Sandstorm achieves one-click installs of web apps for unprivileged users. To do this, Sandstorm's packaging tools do a few strange things:\n\n- Every app package is a tiny Debian derivative, often as small as 20MB.\n\n- Apps have no Internet connectivity to the outside world.\n\n- Sandstorm uses a FUSE filesystem to identify which files are needed to run the app.\n\n- An app bundles all its needed services, as well as files, resulting in one MySQL service per app.\n\n- Users click and run one _instance_ of an app like Etherpad per document, which is all handled transparently via a web app, a strategy that has neutralized 95% of 0-day web app vulnerabilities, based on our analysis.\n\n- Developers on Mac OS and Windows can create packages for Sandstorm, even though Sandstorm is Linux-only, due to an emphasis on Linux VMs in our development tools.\n\nSomehow we manage to make this scale reasonably well. Additionally, it is popular with upstream authors: of the >50 web apps packaged for Sandstorm, about 1/3 are maintained by their upstreams.\n\nThis talk focuses on how the Sandstorm packaging tools work, with community insights as well as technical ones, with the hopes of showing Debian how to more effectively package web apps for end users.\n\nTalk (45 mins) session with Asheesh Laroia and Sandstorm.io during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625685/broadcast/Its_not_LAMP_Web_app_packaging_in_Sandstorm.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625685/small_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "original": "https://upload.frikanalen.no/media/625685/original/Its_not_LAMP_Web_app_packaging_in_Sandstorm.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:47:22.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/85/",
            "createdTime": "2016-07-20T22:38:31.483593Z",
            "updatedTime": "2018-11-10T18:29:26.870457Z",
            "uploadedTime": "2016-07-20T22:38:39.344198Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg"
        },
        {
            "id": 625667,
            "name": "Daily Tech News Show 12. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625667/theora/DTNS20160712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625667/broadcast/DTNS20160712.dv",
                "original": "https://upload.frikanalen.no/media/625667/original/DTNS20160712.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625667/large_thumb/DTNS20160712.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625667/small_thumb/DTNS20160712.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:53:56.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6910vid",
            "createdTime": "2016-07-15T22:17:46.837875Z",
            "updatedTime": "2018-11-10T18:29:26.898087Z",
            "uploadedTime": "2016-07-15T22:17:53.424948Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625667/theora/DTNS20160712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625667/large_thumb/DTNS20160712.jpg"
        },
        {
            "id": 625666,
            "name": "Daily Tech News Show 11. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625666/broadcast/DTNS20160711.dv",
                "theora": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
                "original": "https://upload.frikanalen.no/media/625666/original/DTNS20160711.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625666/small_thumb/DTNS20160711.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:30.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6899vid",
            "createdTime": "2016-07-15T21:24:52.537484Z",
            "updatedTime": "2018-11-10T18:29:26.899473Z",
            "uploadedTime": "2016-07-15T21:25:03.792416Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg"
        },
        {
            "id": 625665,
            "name": "Daily Tech News Show 08. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625665/theora/DTNS20160708.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625665/broadcast/DTNS20160708.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625665/small_thumb/DTNS20160708.jpg",
                "original": "https://upload.frikanalen.no/media/625665/original/DTNS20160708.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625665/large_thumb/DTNS20160708.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:49:38.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6881vid",
            "createdTime": "2016-07-15T20:01:30.329227Z",
            "updatedTime": "2018-11-10T18:29:26.900845Z",
            "uploadedTime": "2016-07-15T20:01:39.826420Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625665/theora/DTNS20160708.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625665/large_thumb/DTNS20160708.jpg"
        },
        {
            "id": 625660,
            "name": "Daily Tech News Show 04. July 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625660/large_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625660/small_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg",
                "theora": "https://upload.frikanalen.no/media/625660/theora/DTNS-2800---Announcing-New-Headlines-Show.ogv",
                "original": "https://upload.frikanalen.no/media/625660/original/DTNS-2800---Announcing-New-Headlines-Show.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625660/broadcast/DTNS-2800---Announcing-New-Headlines-Show.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:15.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6828vid",
            "createdTime": "2016-07-05T21:55:13.479602Z",
            "updatedTime": "2018-11-10T18:29:26.907817Z",
            "uploadedTime": "2016-07-05T21:55:22.880558Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625660/theora/DTNS-2800---Announcing-New-Headlines-Show.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625660/large_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg"
        },
        {
            "id": 625684,
            "name": "Software Heritage: Building the Universal Software Archive - Debconf 16",
            "header": "In the past few decades, software has become a critical part of every single bit of infrastructure running the world, from the tiniest devices we embed in our bodies to improve our health, to the biggest human creations. Software is the key to accessing all the digital information we're constantly creating, and therefore is an essential part of our cultural heritage. But software is just a bunch of bits. Unlike antique stone carvings, software gets lost, deleted, or corrupted.\n\nSoftware Heritage has set out to build the biggest archive of free software ever conceived. Our mission is to collect, preserve, organise and facilitate the sharing of all the available free software. We are laying down foundations on which a wealth of applications can be built, ranging from cultural heritage, to research and industry.\n\nWe started working in May 2015, and (as of April 2016) we have archived 2.2 billion unique files, more than 480 million project revisions across more than 16 million data sources, among which  Debian source packages from snapshot.debian.org, public GitHub repositories, and the GNU project's FTP archive.\n\nThis presentation will cover in more detail the why and the how of Software Heritage, as well as opportunities for the community to help us fulfill our goals.\n\nTalk (45 mins) session with Nicolas Dandrimont during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625684/broadcast/Software_Heritage_Building_the_Universal_Software_Archive.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg",
                "original": "https://upload.frikanalen.no/media/625684/original/Software_Heritage_Building_the_Universal_Software_Archive.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625684/small_thumb/Software_Heritage_Building_the_Universal_Software_Archive.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:27:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/42/",
            "createdTime": "2016-07-20T21:54:04.545318Z",
            "updatedTime": "2018-11-10T18:29:26.872630Z",
            "uploadedTime": "2016-07-20T21:54:09.449006Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
        },
        {
            "id": 625683,
            "name": "Surviving the Next 23 Years of Free Software - Debconf 16",
            "header": "Let's face it, GNU/Linux is no youngster! Many developers are aging and as with any large group of people, we must plan for the sad but inevitable loss of contributors. We have already lost a number of extremely important people in our community. In this talk, Karen will discuss the legal and social implications of this transition and possible mechanisms we can put in place to address them.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625683/broadcast/Surviving_the_Next_23_Years_of_Free_Software.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625683/small_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "original": "https://upload.frikanalen.no/media/625683/original/Surviving_the_Next_23_Years_of_Free_Software.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:48:18.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/57/",
            "createdTime": "2016-07-20T21:10:57.849893Z",
            "updatedTime": "2018-11-10T18:29:26.874262Z",
            "uploadedTime": "2016-07-20T21:11:03.209613Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg"
        },
        {
            "id": 625682,
            "name": "Professional Open-Source Radio Astronomy - Debconf 16",
            "header": "The Square Kilometer Array radio astronomy telescope will be one of the world's largest scientific instruments, spanning half the globe, with components distributed across Africa and Australia.\n\nThe MeerKAT telescope, one of its precursors, is currently under construction in South Africa and uses fully open-source software and hardware for primary signal processing operations. When completed next year, it will be the world's most sensitive L-band array.\n\nThis talk will discuss the telescopes and their unique challenges which drive the development of open-source hardware and software to process the deluge of data. I will introduce four generations of open-source FPGA hardware along with the collaboratively-developed ecosystem of software and DSP libraries.\n\nOpen Weekend session with Jason Manley during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625682/broadcast/Professional_OpenSource_Radio_Astronomy.dv",
                "original": "https://upload.frikanalen.no/media/625682/original/Professional_OpenSource_Radio_Astronomy.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625682/small_thumb/Professional_OpenSource_Radio_Astronomy.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.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:37:39.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/113/",
            "createdTime": "2016-07-20T15:01:07.299487Z",
            "updatedTime": "2018-11-10T18:29:26.875899Z",
            "uploadedTime": "2016-07-20T15:01:12.645352Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.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": 625681,
            "name": "The Electronic Struggle - Debconf 16",
            "header": "The role of information technology in the struggle for freedom, including the IBM apartheid case -- (the dompas, my correspondence with Mondo2000, Wired Magazine and Khulumani), nascent online protests, modem activism  (West Coast, Silicon Valley and Cape Town), the dawn of information rights in South Africa, (Article 14 Privacy, 32 Access to Information),  NetDemocracy and Constitution Building during 1995-1996 (canvassing of Communication Minister's Jay Naidoo and Pallo Jordan, iCafe sessions), some important milestones along the way, Electronic Freedom Charter, recent activism around the Cybercrime Bill, Privacy and Information Access, and other bills eroding communications freedom.\n\nOpen Weekend session with David Robert Lewis during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625681/broadcast/The_Electronic_Struggle.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625681/small_thumb/The_Electronic_Struggle.jpg",
                "original": "https://upload.frikanalen.no/media/625681/original/The_Electronic_Struggle.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.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:50:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/112/",
            "createdTime": "2016-07-20T08:15:36.946218Z",
            "updatedTime": "2018-11-10T18:29:26.877560Z",
            "uploadedTime": "2016-07-20T08:15:47.309019Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.jpg"
        },
        {
            "id": 625680,
            "name": "What is Debian? - Debconf 16",
            "header": "A friendly introduction to free software, open source, and Debian, with an opportunity for the audience to ask questions.\n\nOpen Weekend session with Bdale Garbee, Allison Randal, Neil McGovern, Bernelle Verster, Steve McIntyre and John Sullivan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625680/broadcast/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625680/small_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg",
                "original": "https://upload.frikanalen.no/media/625680/original/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.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:43:01.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/120/",
            "createdTime": "2016-07-20T07:10:24.249022Z",
            "updatedTime": "2018-11-10T18:29:26.879342Z",
            "uploadedTime": "2016-07-20T07:10:29.322512Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg"
        },
        {
            "id": 625679,
            "name": "Daily Tech News Show 19. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625679/theora/DTNS20160719.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625679/broadcast/DTNS20160719.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625679/small_thumb/DTNS20160719.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625679/large_thumb/DTNS20160719.jpg",
                "original": "https://upload.frikanalen.no/media/625679/original/DTNS20160719.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": "01:06:44.650000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6991vid",
            "createdTime": "2016-07-20T06:07:11.958335Z",
            "updatedTime": "2018-11-10T18:29:26.880848Z",
            "uploadedTime": "2016-07-20T06:07:16.351554Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625679/theora/DTNS20160719.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625679/large_thumb/DTNS20160719.jpg"
        },
        {
            "id": 625678,
            "name": "What I learned from 365 days of contributing to Open Source projects - Debconf 16",
            "header": "Last year, I committed myself to contribute to Open Source projects, daily, for 365 days in a row. The talk will tell a story of this experience, the difficulties encountered, lessons learned and why (or not) you should consider doing this as well.\n\nNo technical background is required.\n\nTalk (20 mins) session with Dieter Adriaenssens during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625678/broadcast/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.dv",
                "theora": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625678/small_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "original": "https://upload.frikanalen.no/media/625678/original/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:23:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/81/",
            "createdTime": "2016-07-20T06:06:19.148192Z",
            "updatedTime": "2018-11-10T18:29:26.882330Z",
            "uploadedTime": "2016-07-20T06:06:24.281799Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg"
        },
        {
            "id": 625645,
            "name": "Daily Tech News Show 22. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625645/theora/DTNS20160622.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625645/broadcast/DTNS20160622.dv",
                "original": "https://upload.frikanalen.no/media/625645/original/DTNS20160622.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625645/large_thumb/DTNS20160622.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625645/small_thumb/DTNS20160622.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:15.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6717vid",
            "createdTime": "2016-06-25T10:47:39.835918Z",
            "updatedTime": "2018-11-10T18:29:26.929186Z",
            "uploadedTime": "2016-06-25T10:47:44.617269Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625645/theora/DTNS20160622.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625645/large_thumb/DTNS20160622.jpg"
        },
        {
            "id": 625673,
            "name": "FLOSSing for healthier society - Debconf 16",
            "header": "Code For South Africa use technology to promote informed decision making for social change.\r\n\r\nThis talk points out some of the tech and principles we use to maximise our positive impact on society. From building a data gathering platform for citizen journalists, to releasing government financial data, FLOSS and a lean process helps deliver the best bang for the buck in these important partnerships. Often avoiding writing new software delivers more value, and frees us so that when we do need to write something, it counts.\r\n\r\nOpen Weekend session with J.D. Bothma during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg",
                "original": "https://upload.frikanalen.no/media/625673/original/FLOSSing_for_healthier_society.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625673/small_thumb/FLOSSing_for_healthier_society.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625673/broadcast/FLOSSing_for_healthier_society.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:19.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/118/",
            "createdTime": "2016-07-19T19:18:44.823747Z",
            "updatedTime": "2018-11-10T18:29:26.889393Z",
            "uploadedTime": "2016-07-19T19:37:26.773299Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg"
        },
        {
            "id": 625672,
            "name": "Debugging the IoT - Open Hardware Panel - Debconf 16",
            "header": "Panel discussion, aimed at the general public and more technical participants alike.\r\n\r\nThe panel hosted by Bernelle Verster discuss the open hardware movement, and how it fits in with Smart Homes. It highlight and discuss the futurology, trends, and challenges. Challenges include security, the role of big vendors, the requirement for a more powerful platform, competing interests and the role of industrial providers.\r\n\r\nOpen Weekend session with Bdale Garbee, Bernelle Verster and Andy Simpkins during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625672/broadcast/Debugging_the_IoT.dv",
                "theora": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg",
                "original": "https://upload.frikanalen.no/media/625672/original/Debugging_the_IoT.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625672/small_thumb/Debugging_the_IoT.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:38:25.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/119/",
            "createdTime": "2016-07-19T18:26:30.277131Z",
            "updatedTime": "2018-11-10T18:29:26.890872Z",
            "uploadedTime": "2016-07-19T18:43:27.837124Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg"
        },
        {
            "id": 625658,
            "name": "Daily Tech News Show 30. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625658/theora/DTNS20160630.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625658/broadcast/DTNS20160630.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625658/large_thumb/DTNS20160630.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625658/small_thumb/DTNS20160630.jpg",
                "original": "https://upload.frikanalen.no/media/625658/original/DTNS20160630.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:53:40.700000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6795vid",
            "createdTime": "2016-07-04T09:57:54.120496Z",
            "updatedTime": "2018-11-10T18:29:26.910728Z",
            "uploadedTime": "2016-07-04T09:57:59.586145Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625658/theora/DTNS20160630.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625658/large_thumb/DTNS20160630.jpg"
        },
        {
            "id": 625656,
            "name": "TED - Malte Spitz: Your phone company is watching",
            "header": "What kind of data is your cell phone company collecting? Malte Spitz wasn’t too worried when he asked his operator in Germany to share information stored about him. Multiple unanswered requests and a lawsuit later, Spitz received 35,830 lines of code -- a detailed, nearly minute-by-minute account of half a year of his life.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625656/broadcast/MalteSpitz_2012G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625656/small_thumb/MalteSpitz_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625656/original/MalteSpitz_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.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:09:56.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MalteSpitz_2012G",
            "createdTime": "2016-06-30T19:52:16.299147Z",
            "updatedTime": "2018-11-10T18:29:26.913484Z",
            "uploadedTime": "2016-06-30T20:10:28.994824Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg"
        },
        {
            "id": 625654,
            "name": "Daily Tech News Show 29. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625654/broadcast/DTNS20160629.dv",
                "theora": "https://upload.frikanalen.no/media/625654/theora/DTNS20160629.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625654/small_thumb/DTNS20160629.jpg",
                "original": "https://upload.frikanalen.no/media/625654/original/DTNS20160629.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625654/large_thumb/DTNS20160629.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:58:00.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6788vid",
            "createdTime": "2016-06-30T09:45:38.355312Z",
            "updatedTime": "2018-11-10T18:29:26.916264Z",
            "uploadedTime": "2016-06-30T09:45:44.366911Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625654/theora/DTNS20160629.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625654/large_thumb/DTNS20160629.jpg"
        },
        {
            "id": 625653,
            "name": "TED - Stephen Wilkes: The passing of time, caught in a single photo",
            "header": "Photographer Stephen Wilkes crafts stunning compositions of landscapes as they transition from day to night, exploring the space-time continuum within a two-dimensional still photograph. Journey with him to iconic locations like the Tournelle Bridge in Paris, El Capitan in Yosemite National Park and a life-giving watering hole in heart of the Serengeti in this tour of his art and process.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625653/small_thumb/StephenWilkes_2016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625653/broadcast/StephenWilkes_2016.dv",
                "original": "https://upload.frikanalen.no/media/625653/original/StephenWilkes_2016.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:40.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/StephenWilkes_2016",
            "createdTime": "2016-06-30T09:44:48.273268Z",
            "updatedTime": "2018-11-10T18:29:26.917602Z",
            "uploadedTime": "2016-06-30T10:13:51.242438Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg"
        },
        {
            "id": 625651,
            "name": "Daily Tech News Show 28. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625651/theora/DTNS20160628.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625651/broadcast/DTNS20160628.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625651/large_thumb/DTNS20160628.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625651/small_thumb/DTNS20160628.jpg",
                "original": "https://upload.frikanalen.no/media/625651/original/DTNS20160628.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": "01:02:13.950000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6779vid",
            "createdTime": "2016-06-29T09:46:59.057164Z",
            "updatedTime": "2018-11-10T18:29:26.920326Z",
            "uploadedTime": "2016-06-29T09:47:04.045402Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625651/theora/DTNS20160628.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625651/large_thumb/DTNS20160628.jpg"
        },
        {
            "id": 625649,
            "name": "Daily Tech News Show 27. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625649/theora/DTNS20160627.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625649/broadcast/DTNS20160627.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625649/large_thumb/DTNS20160627.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625649/small_thumb/DTNS20160627.jpg",
                "original": "https://upload.frikanalen.no/media/625649/original/DTNS20160627.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:51:45.850000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6768vid",
            "createdTime": "2016-06-28T08:37:34.138630Z",
            "updatedTime": "2018-11-10T18:29:26.923427Z",
            "uploadedTime": "2016-06-28T08:37:38.536337Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625649/theora/DTNS20160627.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625649/large_thumb/DTNS20160627.jpg"
        },
        {
            "id": 625648,
            "name": "Daily Tech News Show 24. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625648/broadcast/DTNS20160624.dv",
                "theora": "https://upload.frikanalen.no/media/625648/theora/DTNS20160624.ogv",
                "original": "https://upload.frikanalen.no/media/625648/original/DTNS20160624.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625648/small_thumb/DTNS20160624.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625648/large_thumb/DTNS20160624.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": "01:00:00.650000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6743vid",
            "createdTime": "2016-06-28T07:49:52.089094Z",
            "updatedTime": "2018-11-10T18:29:26.924844Z",
            "uploadedTime": "2016-06-28T07:49:56.680749Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625648/theora/DTNS20160624.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625648/large_thumb/DTNS20160624.jpg"
        },
        {
            "id": 625640,
            "name": "Daily Tech News Show 20. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625640/theora/DTNS20160620.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625640/broadcast/DTNS20160620.dv",
                "original": "https://upload.frikanalen.no/media/625640/original/DTNS20160620.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625640/large_thumb/DTNS20160620.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625640/small_thumb/DTNS20160620.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:44.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6692vid",
            "createdTime": "2016-06-21T16:21:06.112682Z",
            "updatedTime": "2018-11-10T18:29:26.938095Z",
            "uploadedTime": "2016-06-21T16:21:10.861784Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625640/theora/DTNS20160620.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625640/large_thumb/DTNS20160620.jpg"
        },
        {
            "id": 625635,
            "name": "Daily Tech News Show 17. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625635/theora/DTNS20160617.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625635/broadcast/DTNS20160617.dv",
                "original": "https://upload.frikanalen.no/media/625635/original/DTNS20160617.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625635/large_thumb/DTNS20160617.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625635/small_thumb/DTNS20160617.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:50:35.450000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6676vid",
            "createdTime": "2016-06-18T09:38:04.538291Z",
            "updatedTime": "2018-11-10T18:29:26.946143Z",
            "uploadedTime": "2016-06-18T09:38:09.418914Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625635/theora/DTNS20160617.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625635/large_thumb/DTNS20160617.jpg"
        },
        {
            "id": 625633,
            "name": "Daily Tech News Show 16. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625633/theora/DTNS20160616.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625633/broadcast/DTNS20160616.dv",
                "original": "https://upload.frikanalen.no/media/625633/original/DTNS20160616.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625633/small_thumb/DTNS20160616.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625633/large_thumb/DTNS20160616.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:52:15.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6667vid",
            "createdTime": "2016-06-16T22:36:00.212695Z",
            "updatedTime": "2018-11-10T18:29:26.948909Z",
            "uploadedTime": "2016-06-16T22:36:04.633091Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625633/theora/DTNS20160616.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625633/large_thumb/DTNS20160616.jpg"
        },
        {
            "id": 625632,
            "name": "Daily Tech News Show 15. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625632/theora/DTNS20160615.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625632/broadcast/DTNS20160615.dv",
                "original": "https://upload.frikanalen.no/media/625632/original/DTNS20160615.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625632/large_thumb/DTNS20160615.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625632/small_thumb/DTNS20160615.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:49:25.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6649vid",
            "createdTime": "2016-06-16T17:00:46.121697Z",
            "updatedTime": "2018-11-10T18:29:26.950300Z",
            "uploadedTime": "2016-06-16T17:00:50.441686Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625632/theora/DTNS20160615.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625632/large_thumb/DTNS20160615.jpg"
        },
        {
            "id": 625629,
            "name": "Daily Tech News Show 14. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625629/broadcast/DTNS20160614.dv",
                "theora": "https://upload.frikanalen.no/media/625629/theora/DTNS20160614.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625629/small_thumb/DTNS20160614.jpg",
                "original": "https://upload.frikanalen.no/media/625629/original/DTNS20160614.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625629/large_thumb/DTNS20160614.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": "01:00:20.270000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6637vid",
            "createdTime": "2016-06-15T12:28:52.691880Z",
            "updatedTime": "2018-11-10T18:29:26.955039Z",
            "uploadedTime": "2016-06-15T12:28:57.300929Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625629/theora/DTNS20160614.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625629/large_thumb/DTNS20160614.jpg"
        },
        {
            "id": 625568,
            "name": "Daily Tech News Show 28. April 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625568/theora/DTNS20160428.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625568/broadcast/DTNS20160428.dv",
                "original": "https://upload.frikanalen.no/media/625568/original/DTNS20160428.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625568/large_thumb/DTNS20160428.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625568/small_thumb/DTNS20160428.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:56.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6289vid",
            "createdTime": "2016-05-23T12:45:25.378542Z",
            "updatedTime": "2018-11-10T18:29:27.073844Z",
            "uploadedTime": "2016-05-23T12:46:30.308371Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625568/theora/DTNS20160428.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625568/large_thumb/DTNS20160428.jpg"
        },
        {
            "id": 625627,
            "name": "Enkel grafisk nettverksplanlegging med PrimeDesktop",
            "header": "Dette foredraget handler om PrimeDesktop - et kartleggingsverktøy spesielt rettet mot nettverksadministratorer, som skal hjelpe med driften av og rundt et nettverk. Verktøyet kan hjelpe med å holde oversikt over blant annet topologi, nettverks regler og brukergruppers rettigheter, samt hardware og software i nettverket.\r\n\r\nMålet med prosjektet er å gjøre drift av nettverk mer håndterlig, oversiktlig og kostnadseffektivt ved å hjelpe med opplæring, feilsøking og vedlikehold på et vis der selv nybegynnere kan komme igang med jobben.\r\n\r\nBahram gir en kort introduksjon til prosjektet, forteller litt om hvordan verktøyet kan være nyttig i forskjellige nettverk sammenheng og gir en demonstrasjon for å vise forskjellige egenskaper ved verktøyet.\r\n\r\nBahram Malaekeh er prosjektleder og utvikler i PrimeDesktop, og har funnet motivasjonen for prosjektet etter erfaringer han gjorde som nettverksadministrator hos Elkjøp. Bahram har studert ved Dataingeniør-linjen ved Høyskolen i Oslo hvor han oppdaget han ikke kunne bestemme seg om det var Mark Burgess eller Richard Stallman som var hans idol.\r\n\r\nNUUG-foredrag fra 2010-11-09.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625627/theora/20101109-primedesktop-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625627/broadcast/20101109-primedesktop-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625627/large_thumb/20101109-primedesktop-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625627/small_thumb/20101109-primedesktop-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:08:22.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-14T09:53:32.872382Z",
            "updatedTime": "2018-11-10T18:29:26.957816Z",
            "uploadedTime": "2016-06-14T09:55:41.376144Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625627/theora/20101109-primedesktop-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625627/large_thumb/20101109-primedesktop-frikanalen.jpg"
        },
        {
            "id": 625624,
            "name": "Common Lisp som praktisk verktøy",
            "header": "Lisp er et av verdens eldste programmeringsspråk, men er mest kjent som et akademisk verktøy innen kunstig intelligens. Det ble oppfunnet av John McCarthy i 1958, og koblingen lisp og kunstig intelligens ble oppfrisket i massemedia igjen for noen dager siden da McCarthy døde, 84 år gammel.\r\n\r\nMen den viktigste lisp-dialekten, industristandarden Common Lisp, egner seg også til praktiske programmeringsformål langt fra kunstig intelligens.\r\n\r\nForedragsholder Espen Vestre har brukt Common Lisp til større  prosjekter både hos Telenor og sin nåværende arbeidsgiver Netfonds Bank.\r\n\r\nNUUG-foredrag fra 2011-11-08.\r\n",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625624/broadcast/20111108-common-lisp-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625624/small_thumb/20111108-common-lisp-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:06.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-13T09:23:59.558076Z",
            "updatedTime": "2018-11-10T18:29:26.962154Z",
            "uploadedTime": "2016-06-13T09:25:46.532750Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg"
        },
        {
            "id": 625623,
            "name": "Daily Tech News Show 10. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625623/theora/DTNS20160610.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625623/broadcast/DTNS20160610.dv",
                "original": "https://upload.frikanalen.no/media/625623/original/DTNS20160610.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625623/large_thumb/DTNS20160610.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625623/small_thumb/DTNS20160610.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:39.910000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6604vid",
            "createdTime": "2016-06-11T19:39:41.413507Z",
            "updatedTime": "2018-11-10T18:29:26.963580Z",
            "uploadedTime": "2016-06-11T19:39:46.389681Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625623/theora/DTNS20160610.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625623/large_thumb/DTNS20160610.jpg"
        },
        {
            "id": 625621,
            "name": "Daily Tech News Show 09. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625621/broadcast/DTNS20160609.dv",
                "theora": "https://upload.frikanalen.no/media/625621/theora/DTNS20160609.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625621/small_thumb/DTNS20160609.jpg",
                "original": "https://upload.frikanalen.no/media/625621/original/DTNS20160609.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625621/large_thumb/DTNS20160609.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:53:41.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6595vid",
            "createdTime": "2016-06-10T07:32:27.924830Z",
            "updatedTime": "2018-11-10T18:29:26.966348Z",
            "uploadedTime": "2016-06-10T07:32:32.527074Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625621/theora/DTNS20160609.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625621/large_thumb/DTNS20160609.jpg"
        },
        {
            "id": 625619,
            "name": "Tales from 20 Years of Copyleft Enforcement",
            "header": "President of the Software Freedom Conservancy, Bradley M. Kuhn, shares his experiences from his work in the field.\r\n\r\nNUUG talk from 2016-06-06.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625619/theora/20160603-sfconservancy-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625619/large_thumb/20160603-sfconservancy-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625619/broadcast/20160603-sfconservancy-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625619/small_thumb/20160603-sfconservancy-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:10.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-09T12:32:47.272905Z",
            "updatedTime": "2018-11-10T18:29:26.969239Z",
            "uploadedTime": "2016-06-09T12:34:46.243579Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625619/theora/20160603-sfconservancy-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625619/large_thumb/20160603-sfconservancy-frikanalen.jpg"
        },
        {
            "id": 625618,
            "name": "Daily Tech News Show 08. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625618/small_thumb/DTNS20160608.jpg",
                "theora": "https://upload.frikanalen.no/media/625618/theora/DTNS20160608.ogv",
                "original": "https://upload.frikanalen.no/media/625618/original/DTNS20160608.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625618/broadcast/DTNS20160608.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625618/large_thumb/DTNS20160608.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:52:45.510000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6579vid",
            "createdTime": "2016-06-09T08:48:18.056635Z",
            "updatedTime": "2018-11-10T18:29:26.970597Z",
            "uploadedTime": "2016-06-09T09:29:39.840544Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625618/theora/DTNS20160608.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625618/large_thumb/DTNS20160608.jpg"
        },
        {
            "id": 625616,
            "name": "Daily Tech News Show 07. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625616/small_thumb/DTNS20160607.jpg",
                "original": "https://upload.frikanalen.no/media/625616/original/DTNS20160607.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625616/large_thumb/DTNS20160607.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625616/broadcast/DTNS20160607.dv",
                "theora": "https://upload.frikanalen.no/media/625616/theora/DTNS20160607.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:00.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6570vid",
            "createdTime": "2016-06-08T08:54:43.241538Z",
            "updatedTime": "2018-11-10T18:29:26.973397Z",
            "uploadedTime": "2016-06-08T09:39:36.468792Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625616/theora/DTNS20160607.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625616/large_thumb/DTNS20160607.jpg"
        },
        {
            "id": 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": 625613,
            "name": "Daily Tech News Show 06. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625613/small_thumb/DTNS20160606.jpg",
                "original": "https://upload.frikanalen.no/media/625613/original/DTNS20160606.mp4",
                "theora": "https://upload.frikanalen.no/media/625613/theora/DTNS20160606.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625613/broadcast/DTNS20160606.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625613/large_thumb/DTNS20160606.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:52:06.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6561vid",
            "createdTime": "2016-06-07T10:10:15.723640Z",
            "updatedTime": "2018-11-10T18:29:26.978277Z",
            "uploadedTime": "2016-06-07T10:53:29.144408Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625613/theora/DTNS20160606.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625613/large_thumb/DTNS20160606.jpg"
        },
        {
            "id": 625611,
            "name": "Daily Tech News Show 03. June 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625611/small_thumb/DTNS-2776-Fadell-Leaves-The-Nest.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625611/large_thumb/DTNS-2776-Fadell-Leaves-The-Nest.jpg",
                "original": "https://upload.frikanalen.no/media/625611/original/DTNS-2776-Fadell-Leaves-The-Nest.mp4",
                "theora": "https://upload.frikanalen.no/media/625611/theora/DTNS-2776-Fadell-Leaves-The-Nest.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625611/broadcast/DTNS-2776-Fadell-Leaves-The-Nest.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:58:46.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6542vid",
            "createdTime": "2016-06-04T07:53:16.234321Z",
            "updatedTime": "2018-11-10T18:29:26.982937Z",
            "uploadedTime": "2016-06-04T08:40:19.411659Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625611/theora/DTNS-2776-Fadell-Leaves-The-Nest.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625611/large_thumb/DTNS-2776-Fadell-Leaves-The-Nest.jpg"
        },
        {
            "id": 625608,
            "name": "Daily Tech News Show 02. June 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625608/large_thumb/DTNS20160602.jpg",
                "original": "https://upload.frikanalen.no/media/625608/original/DTNS20160602.mp4",
                "theora": "https://upload.frikanalen.no/media/625608/theora/DTNS20160602.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625608/broadcast/DTNS20160602.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625608/small_thumb/DTNS20160602.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:19.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6531vid",
            "createdTime": "2016-06-03T06:11:07.365781Z",
            "updatedTime": "2018-11-10T18:29:26.990440Z",
            "uploadedTime": "2016-06-03T06:57:47.877277Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625608/theora/DTNS20160602.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625608/large_thumb/DTNS20160602.jpg"
        },
        {
            "id": 625606,
            "name": "Daily Tech News Show 01. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625606/broadcast/DTNS20160601.dv",
                "theora": "https://upload.frikanalen.no/media/625606/theora/DTNS20160601.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625606/large_thumb/DTNS20160601.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625606/small_thumb/DTNS20160601.jpg",
                "original": "https://upload.frikanalen.no/media/625606/original/DTNS20160601.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": "01:03:50.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6525vid",
            "createdTime": "2016-06-02T04:53:38.280953Z",
            "updatedTime": "2018-11-10T18:29:26.993985Z",
            "uploadedTime": "2016-06-02T05:44:07.747832Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625606/theora/DTNS20160601.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625606/large_thumb/DTNS20160601.jpg"
        },
        {
            "id": 625603,
            "name": "Daily Tech News Show 31. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625603/original/DTNS20160531.mp4",
                "theora": "https://upload.frikanalen.no/media/625603/theora/DTNS20160531.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625603/small_thumb/DTNS20160531.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625603/broadcast/DTNS20160531.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625603/large_thumb/DTNS20160531.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": "01:00:34.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6518vid",
            "createdTime": "2016-06-01T07:30:05.477014Z",
            "updatedTime": "2018-11-10T18:29:26.999679Z",
            "uploadedTime": "2016-06-01T08:18:55.818600Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625603/theora/DTNS20160531.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625603/large_thumb/DTNS20160531.jpg"
        },
        {
            "id": 625601,
            "name": "Daily Tech News Show 30. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625601/original/DTNS20161130.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625601/broadcast/DTNS20161130.dv",
                "theora": "https://upload.frikanalen.no/media/625601/theora/DTNS20161130.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625601/large_thumb/DTNS20161130.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625601/small_thumb/DTNS20161130.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:41.950000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6513vid",
            "createdTime": "2016-05-30T18:13:19.038742Z",
            "updatedTime": "2018-11-10T18:29:27.003449Z",
            "uploadedTime": "2016-05-30T18:21:50.797444Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625601/theora/DTNS20161130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625601/large_thumb/DTNS20161130.jpg"
        }
    ]
}