List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=2450&ordering=uploaded_time
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2500&ordering=uploaded_time",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2400&ordering=uploaded_time",
    "results": [
        {
            "id": 625404,
            "name": "Empo TV - 14.10.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625404/small_thumb/Empo-141016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625404/broadcast/Empo-141016.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:30.080000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:16Z",
            "updatedTime": "2020-08-30T20:18:55.587624Z",
            "uploadedTime": "2015-06-15T08:40:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg"
        },
        {
            "id": 625405,
            "name": "Empo TV - 14.06.12",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625405/theora/Empo-140612.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625405/large_thumb/Empo-140612.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625405/small_thumb/Empo-140612.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625405/broadcast/Empo-140612.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:22Z",
            "updatedTime": "2020-08-30T20:18:47.179325Z",
            "uploadedTime": "2015-06-15T08:40:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625405/theora/Empo-140612.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625405/large_thumb/Empo-140612.jpg"
        },
        {
            "id": 625406,
            "name": "Empo TV - 14.08.28",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625406/theora/Empo-140828.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625406/large_thumb/Empo-140828.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625406/small_thumb/Empo-140828.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625406/broadcast/Empo-140828.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:26:46.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:29Z",
            "updatedTime": "2020-08-30T19:32:39.971426Z",
            "uploadedTime": "2015-06-15T08:40:31Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625406/theora/Empo-140828.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625406/large_thumb/Empo-140828.jpg"
        },
        {
            "id": 625407,
            "name": "Empo TV - 15.01.08",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625407/theora/Empo-150108.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625407/small_thumb/Empo-150108.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625407/large_thumb/Empo-150108.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625407/broadcast/Empo-150108.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:37Z",
            "updatedTime": "2020-08-30T20:18:38.084450Z",
            "uploadedTime": "2015-06-15T08:40:38Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625407/theora/Empo-150108.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625407/large_thumb/Empo-150108.jpg"
        },
        {
            "id": 625411,
            "name": "Empo TV - 14.11.20",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625411/theora/Empo-141120.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625411/small_thumb/Empo-141120.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625411/large_thumb/Empo-141120.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625411/broadcast/Empo-141120.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.120000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:58Z",
            "updatedTime": "2020-08-30T20:17:37.091246Z",
            "uploadedTime": "2015-06-15T08:40:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625411/theora/Empo-141120.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625411/large_thumb/Empo-141120.jpg"
        },
        {
            "id": 625410,
            "name": "Empo TV - 15.01.22",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625410/theora/Empo-150122.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625410/large_thumb/Empo-150122.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625410/small_thumb/Empo-150122.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625410/broadcast/Empo-150122.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:09.320000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:41:09Z",
            "updatedTime": "2020-08-30T20:17:44.851619Z",
            "uploadedTime": "2015-06-15T08:41:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625410/theora/Empo-150122.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625410/large_thumb/Empo-150122.jpg"
        },
        {
            "id": 625409,
            "name": "Empo TV - 14.11.27",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625409/large_thumb/Empo-141127.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625409/small_thumb/Empo-141127.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625409/broadcast/Empo-141127.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:28:02.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:41:19Z",
            "updatedTime": "2020-08-30T20:18:00.063891Z",
            "uploadedTime": "2015-06-15T08:41:26Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625409/large_thumb/Empo-141127.jpg"
        },
        {
            "id": 625408,
            "name": "Empo TV - 14.08.14",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625408/small_thumb/Empo-140814.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625408/broadcast/Empo-140814.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:36.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:42:35Z",
            "updatedTime": "2020-08-30T20:18:08.277228Z",
            "uploadedTime": "2015-06-15T08:42:36Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg"
        },
        {
            "id": 625413,
            "name": "Empo TV - 14.08.21",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625413/theora/EMPO-140821.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625413/small_thumb/EMPO-140821.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625413/large_thumb/EMPO-140821.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625413/broadcast/EMPO-140821.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:11:51.240000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:42:58Z",
            "updatedTime": "2020-08-30T20:17:28.947536Z",
            "uploadedTime": "2015-06-15T08:42:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625413/theora/EMPO-140821.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625413/large_thumb/EMPO-140821.jpg"
        },
        {
            "id": 625415,
            "name": "Empo TV - 14.09.04",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625415/theora/Empo-140904.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625415/small_thumb/Empo-140904.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625415/large_thumb/Empo-140904.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625415/broadcast/Empo-140904.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:58",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:43:18Z",
            "updatedTime": "2020-08-30T20:17:17.076395Z",
            "uploadedTime": "2015-06-15T08:43:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625415/theora/Empo-140904.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625415/large_thumb/Empo-140904.jpg"
        },
        {
            "id": 625416,
            "name": "Empo TV - 14.11.13",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625416/theora/Empo-141113.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625416/large_thumb/Empo-141113.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625416/small_thumb/Empo-141113.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625416/broadcast/Empo-141113.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:38.560000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:43:26Z",
            "updatedTime": "2020-08-30T20:17:06.106008Z",
            "uploadedTime": "2015-06-15T08:43:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625416/theora/Empo-141113.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625416/large_thumb/Empo-141113.jpg"
        },
        {
            "id": 625417,
            "name": "Empo TV - 14.10.30",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625417/theora/Sending141030-MASTER-SUPER.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625417/small_thumb/Sending141030-MASTER-SUPER.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625417/large_thumb/Sending141030-MASTER-SUPER.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625417/broadcast/Sending141030-MASTER-SUPER.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:09:30.120000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:43:43Z",
            "updatedTime": "2020-08-30T20:16:57.131498Z",
            "uploadedTime": "2015-06-15T08:43:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625417/theora/Sending141030-MASTER-SUPER.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625417/large_thumb/Sending141030-MASTER-SUPER.jpg"
        },
        {
            "id": 625421,
            "name": "Empo TV - 15.06.25",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625421/theora/Empo-150625.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625421/small_thumb/Empo-150625.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625421/large_thumb/Empo-150625.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625421/broadcast/Empo-150625-dv.avi",
                "original": "https://upload.frikanalen.no/media/625421/original/Empo-150625.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:12:15.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-25T12:37:01Z",
            "updatedTime": "2020-08-29T18:52:39.831656Z",
            "uploadedTime": "2015-06-25T12:37:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625421/theora/Empo-150625.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625421/large_thumb/Empo-150625.jpg"
        },
        {
            "id": 625452,
            "name": "Eckankar: Graceful Living",
            "header": "Graceful Living",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625452/theora/Graceful_Living.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625452/large_thumb/Graceful_Living.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625452/small_thumb/Graceful_Living.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625452/broadcast/Graceful_Living.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-09-14T20:04:47Z",
            "updatedTime": "2020-09-15T21:55:06.383463Z",
            "uploadedTime": "2015-09-14T20:04:49Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625452/theora/Graceful_Living.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625452/large_thumb/Graceful_Living.jpg"
        },
        {
            "id": 625453,
            "name": "Eckankar: God is Love",
            "header": "God is Love",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625453/small_thumb/God_Is_Love.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625453/broadcast/God_Is_Love.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-09-14T20:05:10Z",
            "updatedTime": "2020-09-15T21:54:51.551375Z",
            "uploadedTime": "2015-09-14T20:05:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg"
        },
        {
            "id": 625486,
            "name": "Empo TV - 16.02.18",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625486/theora/Empo-160218.ogv",
                "original": "https://upload.frikanalen.no/media/625486/original/Empo-160218.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625486/large_thumb/Empo-160218-dv.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625486/small_thumb/Empo-160218-dv.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625486/broadcast/Empo-160218-dv.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:14.280000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-02-18T10:28:52Z",
            "updatedTime": "2020-08-30T20:16:45.793915Z",
            "uploadedTime": "2016-02-18T10:28:54Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625486/theora/Empo-160218.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625486/large_thumb/Empo-160218-dv.jpg"
        },
        {
            "id": 625489,
            "name": "Random Aussies - Canberra",
            "header": "Random Aussies - Canberra\r\n\r\nTelling stories, one Aussie at a time.\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": "",
            "files": {
                "original": "https://upload.frikanalen.no/media/625489/original/1 - Canberra.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625489/broadcast/1 - Canberra.dv",
                "theora": "https://upload.frikanalen.no/media/625489/theora/1 - Canberra.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625489/small_thumb/1 - Canberra.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625489/large_thumb/1 - Canberra.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:23:09",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/",
            "createdTime": "2016-02-23T20:34:04Z",
            "updatedTime": "2020-09-02T06:04:14.453812Z",
            "uploadedTime": "2016-02-23T20:34:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625489/theora/1 - Canberra.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625489/large_thumb/1 - Canberra.jpg"
        },
        {
            "id": 625505,
            "name": "Empo TV - 25.02.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625505/theora/Empo-160225.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625505/small_thumb/Empo-160225.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625505/large_thumb/Empo-160225.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625505/broadcast/Empo-160225-dv.avi",
                "original": "https://upload.frikanalen.no/media/625505/original/Empo-160225.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:17.600000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-02-25T09:58:09Z",
            "updatedTime": "2020-08-30T20:16:32.226335Z",
            "uploadedTime": "2016-02-25T09:58:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625505/theora/Empo-160225.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625505/large_thumb/Empo-160225.jpg"
        },
        {
            "id": 625509,
            "name": "Empo TV - 16.03.03",
            "header": "",
            "description": "",
            "files": {
                "original": "https://upload.frikanalen.no/media/625509/original/Empo-160303.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625509/small_thumb/Empo-160303.jpg",
                "theora": "https://upload.frikanalen.no/media/625509/theora/Empo-160303.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625509/large_thumb/Empo-160303.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625509/broadcast/Empo-160303-dv.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:33.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-04T11:21:53Z",
            "updatedTime": "2020-08-30T20:16:24.001208Z",
            "uploadedTime": "2016-03-04T11:21:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625509/theora/Empo-160303.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625509/large_thumb/Empo-160303.jpg"
        },
        {
            "id": 625466,
            "name": "test 311015",
            "header": "test",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625466/broadcast/intro - dv.avi",
                "theora": "https://upload.frikanalen.no/media/625466/theora/intro - dv.ogv"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:59",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-04T11:59:01Z",
            "updatedTime": "2018-11-10T18:29:27.210353Z",
            "uploadedTime": "2016-03-04T11:59:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625466/theora/intro - dv.ogv",
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 625510,
            "name": "TED - Jeremy Heimans: What new power looks like",
            "header": "We can see the power of distributed, crowd-sourced business models every day — witness Uber, Kickstarter, Airbnb. But veteran online activist Jeremy Heimans asks: When does that kind of \"new power\" start to work in politics? His surprising answer: Sooner than you think. It’s a bold argument about the future of politics and power; watch and see if you agree.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625510/broadcast/JeremyHeimans_2014S.dv",
                "original": "https://upload.frikanalen.no/media/625510/original/JeremyHeimans_2014S.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625510/large_thumb/JeremyHeimans_2014S.jpg",
                "theora": "https://upload.frikanalen.no/media/625510/theora/JeremyHeimans_2014S.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625510/small_thumb/JeremyHeimans_2014S.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:15:12.340000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JeremyHeimans_2014S",
            "createdTime": "2016-03-06T07:27:49Z",
            "updatedTime": "2018-11-10T18:29:27.149457Z",
            "uploadedTime": "2016-03-06T07:27:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625510/theora/JeremyHeimans_2014S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625510/large_thumb/JeremyHeimans_2014S.jpg"
        },
        {
            "id": 625513,
            "name": "Software Piracy and Linux Adoptation",
            "header": "The open-source software operating system Linux is a\r\nfree-of-charge substitute to proprietary systems like Microsoft\r\nWindows. By using a cross-country data set, this paper finds evidence\r\nthat increased piracy of proprietary software has a negative impact\r\non adoption of desktop versions of Linux. The interpretation of this\r\nresult is that the availability of pirated versions of Windows, as\r\nwell as pirated applications compatible with Windows and OS-X, lead\r\nto fewer individuals installing a Linux operating system on their\r\ndesktop computers. Thus, in the absence of software piracy, Linux\r\nwould be a more widely used operating system.\r\n\r\nArne Rogde Gramstad er stipendiat ved Økonomisk institutt, UiO. Arnes\r\narbeid er motivert av markeder for digitale produkter og omhandler\r\nbl.a. konkurranse i markeder for programvare, sosiale nettverk og\r\nnettverkseffekter.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625513/theora/20160308-piratkopiering-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625513/broadcast/20160308-piratkopiering-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625513/large_thumb/20160308-piratkopiering-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625513/small_thumb/20160308-piratkopiering-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:05:25.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-03-09T17:59:17Z",
            "updatedTime": "2018-11-10T18:29:27.145185Z",
            "uploadedTime": "2016-03-09T17:59:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625513/theora/20160308-piratkopiering-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625513/large_thumb/20160308-piratkopiering-frikanalen.jpg"
        },
        {
            "id": 625514,
            "name": "Empo TV - 16.03.10",
            "header": "",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625514/broadcast/Empo-160310-dv.avi",
                "original": "https://upload.frikanalen.no/media/625514/original/Empo-160310.avi",
                "theora": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625514/small_thumb/Empo-160310.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:16.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-11T18:19:05Z",
            "updatedTime": "2020-08-30T20:16:13.903754Z",
            "uploadedTime": "2016-03-11T18:19:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
        },
        {
            "id": 625524,
            "name": "Empo TV - 16.03.31",
            "header": "",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625524/broadcast/160330-Sending160331-SM-MASTER-SUPER.dv",
                "theora": "https://upload.frikanalen.no/media/625524/theora/160330-Sending160331-SM-MASTER-SUPER.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625524/large_thumb/160330-Sending160331-SM-MASTER-SUPER.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625524/small_thumb/160330-Sending160331-SM-MASTER-SUPER.jpg",
                "original": "https://upload.frikanalen.no/media/625524/original/160330-Sending160331-SM-MASTER-SUPER.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:52.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-31T21:29:33Z",
            "updatedTime": "2020-08-30T20:16:06.201974Z",
            "uploadedTime": "2016-03-31T21:29:34Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625524/theora/160330-Sending160331-SM-MASTER-SUPER.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625524/large_thumb/160330-Sending160331-SM-MASTER-SUPER.jpg"
        },
        {
            "id": 625525,
            "name": "Empo TV - 16.14",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625525/theora/EMPOTV-1416.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625525/broadcast/EMPOTV-1416.dv",
                "original": "https://upload.frikanalen.no/media/625525/original/EMPOTV-1416.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625525/large_thumb/EMPOTV-1416.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625525/small_thumb/EMPOTV-1416.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:23.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-04-09T11:57:11Z",
            "updatedTime": "2020-08-30T20:15:55.982806Z",
            "uploadedTime": "2016-04-09T11:57:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625525/theora/EMPOTV-1416.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625525/large_thumb/EMPOTV-1416.jpg"
        },
        {
            "id": 625526,
            "name": "TED - Sean Follmer: Shape-shifting tech will change work as we know it",
            "header": "What will the world look like when we move beyond the keyboard and mouse? Interaction designer Sean Follmer is building a future with machines that bring information to life under your fingers as you work with it. In this talk, check out prototypes for a 3D shape-shifting table, a phone that turns into a wristband, a deformable game controller and more that may change the way we live and work.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625526/broadcast/SeanFollmer_2015X.dv",
                "original": "https://upload.frikanalen.no/media/625526/original/SeanFollmer_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625526/small_thumb/SeanFollmer_2015X.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:26.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SeanFollmer_2015X",
            "createdTime": "2016-04-09T19:19:00Z",
            "updatedTime": "2018-11-10T18:29:27.134044Z",
            "uploadedTime": "2016-04-09T19:19:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg"
        },
        {
            "id": 625528,
            "name": "Empo TV - 16.04.14",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625528/theora/Empo-160414.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625528/broadcast/Empo-160414.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625528/small_thumb/Empo-160414.jpg",
                "original": "https://upload.frikanalen.no/media/625528/original/Empo-160414.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625528/large_thumb/Empo-160414.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:59.680000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-04-15T08:33:23Z",
            "updatedTime": "2020-08-30T20:15:45.636572Z",
            "uploadedTime": "2016-04-15T08:33:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625528/theora/Empo-160414.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625528/large_thumb/Empo-160414.jpg"
        },
        {
            "id": 625533,
            "name": "Empo TV - 16.04.21",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625533/broadcast/Empo-160421.avi",
                "theora": "https://upload.frikanalen.no/media/625533/theora/Empo-160421.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625533/large_thumb/Empo-160421.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625533/small_thumb/Empo-160421.jpg",
                "original": "https://upload.frikanalen.no/media/625533/original/Empo-160421.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:11:53.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-04-22T12:27:14.352352Z",
            "updatedTime": "2020-08-30T20:18:28.593991Z",
            "uploadedTime": "2016-04-22T12:29:04.257595Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625533/theora/Empo-160421.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625533/large_thumb/Empo-160421.jpg"
        },
        {
            "id": 625534,
            "name": "TED - Gregory Heyworth: How I'm discovering the secrets of ancient texts",
            "header": "Gregory Heyworth is a textual scientist; he and his lab work on new ways to read ancient manuscripts and maps using spectral imaging technology. In this fascinating talk, watch as Heyworth shines a light on lost history, deciphering texts that haven't been read in thousands of years. How could these lost classics rewrite what we know about the past?\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625534/theora/GregoryHeyworth_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625534/large_thumb/GregoryHeyworth_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625534/original/GregoryHeyworth_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625534/small_thumb/GregoryHeyworth_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625534/broadcast/GregoryHeyworth_2015X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:11.500000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GregoryHeyworth_2015X",
            "createdTime": "2016-04-24T20:22:08.861647Z",
            "updatedTime": "2018-11-10T18:29:27.125126Z",
            "uploadedTime": "2016-04-24T20:54:54.286642Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625534/theora/GregoryHeyworth_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625534/large_thumb/GregoryHeyworth_2015X.jpg"
        },
        {
            "id": 625507,
            "name": "TED - Daniel Kish: How I use sonar to navigate the world",
            "header": "Daniel Kish has been blind since he was 13 months old, but has learned to “see” using a form of echolocation. He clicks his tongue and sends out flashes of sound that bounce off surfaces in the environment and return to him, helping him to construct an understanding of the space around him. In a rousing talk, Kish demonstrates how this works and asks us to let go of our fear of the “dark unknown.”\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625507/original/DanielKish_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625507/broadcast/DanielKish_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625507/small_thumb/DanielKish_2015.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:13:07.340000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielKish_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.153796Z",
            "uploadedTime": "2016-04-27T17:54:29.690855Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg"
        },
        {
            "id": 625540,
            "name": "TED - Robert Palmer: The Panama Papers exposed a huge global problem. What's next?",
            "header": "On April 3, 2016 we saw the largest data leak in history. The Panama Papers exposed rich and powerful people hiding vast amounts of money in offshore accounts. But what does it all mean? We called Robert Palmer of Global Witness to find out.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625540/broadcast/RobertPalmer_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625540/small_thumb/RobertPalmer_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625540/theora/RobertPalmer_2016.ogv",
                "original": "https://upload.frikanalen.no/media/625540/original/RobertPalmer_2016.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625540/large_thumb/RobertPalmer_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:07:49.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RobertPalmer_2016",
            "createdTime": "2016-04-28T07:56:25.218536Z",
            "updatedTime": "2018-11-10T18:29:27.114067Z",
            "uploadedTime": "2016-04-28T08:07:27.257093Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625540/theora/RobertPalmer_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625540/large_thumb/RobertPalmer_2016.jpg"
        },
        {
            "id": 625544,
            "name": "TED - Tim Urban: Inside the mind of a master procrastinator",
            "header": "Tim Urban knows that procrastination doesn't make sense, but he's never been able to shake his habit of waiting until the last minute to get things done. In this hilarious and insightful talk, Urban takes us on a journey through YouTube binges, Wikipedia rabbit holes and bouts of staring out the window — and encourages us to think harder about what we're really procrastinating on, before we run out of time.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625544/large_thumb/TimUrban_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625544/broadcast/TimUrban_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625544/small_thumb/TimUrban_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625544/original/TimUrban_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625544/theora/TimUrban_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:14:07.740000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TimUrban_2016",
            "createdTime": "2016-04-30T06:11:25.306777Z",
            "updatedTime": "2018-11-10T18:29:27.108632Z",
            "uploadedTime": "2016-04-30T06:23:28.202710Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625544/theora/TimUrban_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625544/large_thumb/TimUrban_2016.jpg"
        },
        {
            "id": 625546,
            "name": "TED - Astro Teller: The unexpected benefit of celebrating failure",
            "header": "\"Great dreams aren't just visions,\" says Astro Teller, \"They're visions coupled to strategies for making them real.\" The head of X (formerly Google X), Teller takes us inside the \"moonshot factory,\" as it's called, where his team seeks to solve the world's biggest problems through experimental projects like balloon-powered Internet and wind turbines that sail through the air. Find out X's secret to creating an organization where people feel comfortable working on big, risky projects and exploring audacious ideas.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625546/large_thumb/AstroTeller_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625546/original/AstroTeller_2016.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625546/broadcast/AstroTeller_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625546/small_thumb/AstroTeller_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625546/theora/AstroTeller_2016.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:36.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AstroTeller_2016",
            "createdTime": "2016-05-02T20:22:02.215473Z",
            "updatedTime": "2018-11-10T18:29:27.105716Z",
            "uploadedTime": "2016-05-03T05:36:28.260428Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625546/theora/AstroTeller_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625546/large_thumb/AstroTeller_2016.jpg"
        },
        {
            "id": 625449,
            "name": "TED - Tal Danino: We can use bacteria to detect cancer (and maybe treat it)",
            "header": "Liver cancer is one of the most difficult cancers to detect, but synthetic biologist Tal Danino had a left-field thought: What if we could create a probiotic, edible bacteria that was \"programmed\" to find liver tumors? His insight exploits something we're just beginning to understand about bacteria: their power of quorum sensing, or doing something together once they reach critical mass. Danino, a TED Fellow, explains how quorum sensing works — and how clever bacteria working together could someday change cancer treatment.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625449/theora/TalDanino_2015U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625449/large_thumb/TalDanino_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625449/broadcast/TalDanino_2015U.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625449/small_thumb/TalDanino_2015U.jpg",
                "original": "https://upload.frikanalen.no/media/625449/original/TalDanino_2015U.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:04:15.050000",
            "categories": [
                "Samfunn og politikk",
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TalDanino_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.228867Z",
            "uploadedTime": "2016-05-05T16:27:50.122826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625449/theora/TalDanino_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625449/large_thumb/TalDanino_2015U.jpg"
        },
        {
            "id": 625438,
            "name": "TED - Maryn McKenna: What do we do when antibiotics don’t work any more?",
            "header": "Penicillin changed everything. Infections that had previously killed were suddenly quickly curable. Yet as Maryn McKenna shares in this sobering talk, we've squandered the advantages afforded us by that and later antibiotics. Drug-resistant bacteria mean we're entering a post-antibiotic world — and it won't be pretty. There are, however, things we can do ... if we start right now.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625438/theora/MarynMcKenna_2015.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625438/small_thumb/MarynMcKenna_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625438/large_thumb/MarynMcKenna_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625438/broadcast/MarynMcKenna_2015.dv",
                "original": "https://upload.frikanalen.no/media/625438/original/MarynMcKenna_2015.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:03.770000",
            "categories": [
                "Beredskap",
                "Samfunn og politikk",
                "Solidaritet og bistand",
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MarynMcKenna_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.241566Z",
            "uploadedTime": "2016-05-05T16:28:09.776623Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625438/theora/MarynMcKenna_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625438/large_thumb/MarynMcKenna_2015.jpg"
        },
        {
            "id": 625552,
            "name": "TED - Danielle Feinberg: The magic ingredient that brings Pixar movies to life",
            "header": "Danielle Feinberg, Pixar's director of photography, creates stories with soul and wonder using math, science and code. Go behind the scenes of Finding Nemo, Toy Story, Brave, WALL-E and more, and discover how Pixar interweaves art and science to create fantastic worlds where the things you imagine can become real. This talk comes from the PBS special \"TED Talks: Science & Wonder.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625552/small_thumb/DanielleFeinberg_2015P.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625552/large_thumb/DanielleFeinberg_2015P.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625552/broadcast/DanielleFeinberg_2015P.dv",
                "original": "https://upload.frikanalen.no/media/625552/original/DanielleFeinberg_2015P.mp4",
                "theora": "https://upload.frikanalen.no/media/625552/theora/DanielleFeinberg_2015P.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:08.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielleFeinberg_2015P",
            "createdTime": "2016-05-05T21:18:31.433411Z",
            "updatedTime": "2018-11-10T18:29:27.098357Z",
            "uploadedTime": "2016-05-05T21:48:34.820629Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625552/theora/DanielleFeinberg_2015P.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625552/large_thumb/DanielleFeinberg_2015P.jpg"
        },
        {
            "id": 625556,
            "name": "Big Data i oljeleting",
            "header": "Presentasjon Thomas Elboth fra CGG holdt for NUUGs medlemmer 2016-05-10:\r\n\r\nInnsamling av geofysiske data (seismikk) krever dedikerte systemer for både håntering og prosessering. På den siste topp-500-listen over verdens raskeste maskiner har maskiner dedikert til geofysikk prosessering plass 14, 19 og 32.\r\n\r\nNUUG talk from 2016-05-10.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625556/theora/20160510-big-data-olje-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625556/large_thumb/20160510-big-data-olje-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625556/small_thumb/20160510-big-data-olje-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625556/broadcast/20160510-big-data-olje-frikanalen.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:51:56.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-05-11T11:06:24.920963Z",
            "updatedTime": "2018-11-10T18:29:27.092452Z",
            "uploadedTime": "2016-05-11T11:08:42.661709Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625556/theora/20160510-big-data-olje-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625556/large_thumb/20160510-big-data-olje-frikanalen.jpg"
        },
        {
            "id": 625561,
            "name": "TED - Mary Norris: The nit-picking glory of The New Yorker's Comma Queen",
            "header": "\"Copy editing for The New Yorker is like playing shortstop for a major league baseball team — every little movement gets picked over by the critics,\" says Mary Norris, who has played the position for more than thirty years. In that time, she's gotten a reputation for sternness and for being a \"comma maniac,\" but this is unfounded, she says. Above all, her work is aimed at one thing: making authors look good. Explore The New Yorker's distinctive style with the person who knows it best in this charming talk.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625561/theora/MaryNorris_2016.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625561/broadcast/MaryNorris_2016.dv",
                "original": "https://upload.frikanalen.no/media/625561/original/MaryNorris_2016.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625561/large_thumb/MaryNorris_2016.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625561/small_thumb/MaryNorris_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:09:53.110000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MaryNorris_2016",
            "createdTime": "2016-05-16T21:00:22.263380Z",
            "updatedTime": "2018-11-10T18:29:27.084856Z",
            "uploadedTime": "2016-05-17T04:24:48.291362Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625561/theora/MaryNorris_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625561/large_thumb/MaryNorris_2016.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": 625569,
            "name": "Daily Tech News Show 29. April 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625569/theora/DTNS20160429.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625569/small_thumb/DTNS20160429.jpg",
                "original": "https://upload.frikanalen.no/media/625569/original/DTNS20160429.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625569/large_thumb/DTNS20160429.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625569/broadcast/DTNS20160429.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:35.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6298vid",
            "createdTime": "2016-05-23T12:48:32.590247Z",
            "updatedTime": "2018-11-10T18:29:27.072497Z",
            "uploadedTime": "2016-05-23T13:03:54.671692Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625569/theora/DTNS20160429.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625569/large_thumb/DTNS20160429.jpg"
        },
        {
            "id": 625573,
            "name": "Daily Tech News Show 04. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625573/large_thumb/DTNS20160504.jpg",
                "original": "https://upload.frikanalen.no/media/625573/original/DTNS20160504.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625573/small_thumb/DTNS20160504.jpg",
                "theora": "https://upload.frikanalen.no/media/625573/theora/DTNS20160504.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625573/broadcast/DTNS20160504.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": "01:00:35.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6338vid",
            "createdTime": "2016-05-23T15:17:03.617216Z",
            "updatedTime": "2018-11-10T18:29:27.066695Z",
            "uploadedTime": "2016-05-23T16:05:27.744596Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625573/theora/DTNS20160504.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625573/large_thumb/DTNS20160504.jpg"
        },
        {
            "id": 625572,
            "name": "Daily Tech News Show 03. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625572/original/DTNS20160503.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625572/large_thumb/DTNS20160503.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625572/broadcast/DTNS20160503.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625572/small_thumb/DTNS20160503.jpg",
                "theora": "https://upload.frikanalen.no/media/625572/theora/DTNS20160503.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": "01:01:10.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6326vid",
            "createdTime": "2016-05-23T14:27:05.407072Z",
            "updatedTime": "2018-11-10T18:29:27.068185Z",
            "uploadedTime": "2016-05-23T16:24:07.558425Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625572/theora/DTNS20160503.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625572/large_thumb/DTNS20160503.jpg"
        },
        {
            "id": 625571,
            "name": "Daily Tech News Show 02. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625571/small_thumb/DTNS20160502.jpg",
                "original": "https://upload.frikanalen.no/media/625571/original/DTNS20160502.mp4",
                "theora": "https://upload.frikanalen.no/media/625571/theora/DTNS20160502.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625571/large_thumb/DTNS20160502.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625571/broadcast/DTNS20160502.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": "01:00:09.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6317vid",
            "createdTime": "2016-05-23T13:37:27.643766Z",
            "updatedTime": "2018-11-10T18:29:27.069558Z",
            "uploadedTime": "2016-05-23T16:24:10.118588Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625571/theora/DTNS20160502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625571/large_thumb/DTNS20160502.jpg"
        },
        {
            "id": 625574,
            "name": "Daily Tech News Show 05. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625574/large_thumb/DTNS20160505.jpg",
                "original": "https://upload.frikanalen.no/media/625574/original/DTNS20160505.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625574/small_thumb/DTNS20160505.jpg",
                "theora": "https://upload.frikanalen.no/media/625574/theora/DTNS20160505.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625574/broadcast/DTNS20160505.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": "01:04:00.650000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6346vid",
            "createdTime": "2016-05-23T16:07:06.319300Z",
            "updatedTime": "2018-11-10T18:29:27.065222Z",
            "uploadedTime": "2016-05-23T16:57:55.367709Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625574/theora/DTNS20160505.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625574/large_thumb/DTNS20160505.jpg"
        },
        {
            "id": 625575,
            "name": "Daily Tech News Show 06. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625575/small_thumb/DTNS20160506.jpg",
                "original": "https://upload.frikanalen.no/media/625575/original/DTNS20160506.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625575/broadcast/DTNS20160506.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625575/large_thumb/DTNS20160506.jpg",
                "theora": "https://upload.frikanalen.no/media/625575/theora/DTNS20160506.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": "01:05:15.530000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6354vid",
            "createdTime": "2016-05-23T16:59:09.831782Z",
            "updatedTime": "2018-11-10T18:29:27.063794Z",
            "uploadedTime": "2016-05-23T18:12:12.645832Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625575/theora/DTNS20160506.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625575/large_thumb/DTNS20160506.jpg"
        },
        {
            "id": 625577,
            "name": "Daily Tech News Show 09. May 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625577/theora/DTNS20160509.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625577/large_thumb/DTNS20160509.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625577/broadcast/DTNS20160509.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625577/small_thumb/DTNS20160509.jpg",
                "original": "https://upload.frikanalen.no/media/625577/original/DTNS20160509.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:46:40.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6373vid",
            "createdTime": "2016-05-23T17:56:26.318905Z",
            "updatedTime": "2018-11-10T18:29:27.060732Z",
            "uploadedTime": "2016-05-23T18:39:10.696688Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625577/theora/DTNS20160509.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625577/large_thumb/DTNS20160509.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": 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": 625581,
            "name": "Daily Tech News Show 12. May 2016",
            "header": "",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625581/original/DTNS20160512.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625581/small_thumb/DTNS20160512.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625581/broadcast/DTNS20160512.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625581/large_thumb/DTNS20160512.jpg",
                "theora": "https://upload.frikanalen.no/media/625581/theora/DTNS20160512.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": "01:01:10.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6404vid",
            "createdTime": "2016-05-23T20:20:06.709055Z",
            "updatedTime": "2018-11-10T18:29:27.052825Z",
            "uploadedTime": "2016-05-23T21:08:50.226833Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625581/theora/DTNS20160512.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625581/large_thumb/DTNS20160512.jpg"
        },
        {
            "id": 625582,
            "name": "Daily Tech News Show 13. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625582/large_thumb/DTNS20160513.jpg",
                "original": "https://upload.frikanalen.no/media/625582/original/DTNS20160513.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625582/broadcast/DTNS20160513.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625582/small_thumb/DTNS20160513.jpg",
                "theora": "https://upload.frikanalen.no/media/625582/theora/DTNS20160513.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:05.450000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6412vid",
            "createdTime": "2016-05-23T21:11:20.150959Z",
            "updatedTime": "2018-11-10T18:29:27.049953Z",
            "uploadedTime": "2016-05-23T21:55:43.844439Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625582/theora/DTNS20160513.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625582/large_thumb/DTNS20160513.jpg"
        }
    ]
}