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

{
    "count": 3471,
    "next": "https://forrige.frikanalen.no/api/videos/?limit=50&offset=300&ordering=publish_on_web&page=70",
    "previous": "https://forrige.frikanalen.no/api/videos/?limit=50&offset=200&ordering=publish_on_web&page=70",
    "results": [
        {
            "id": 625403,
            "name": "Empo TV - 15.02.12",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625403/small_thumb/Empo-150212.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625403/broadcast/Empo-150212.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:10",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:02Z",
            "updatedTime": "2020-08-30T20:19:03.459808Z",
            "uploadedTime": "2015-06-15T08:40:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg"
        },
        {
            "id": 623495,
            "name": "Empo tv - del 15",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623495/theora/3698_3052c5d21f374c01b82deafddc68350e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623495/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623495/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623495/broadcast/3698_fe045c068d6c4c4e9e9636537bde2d61.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623495/large_thumb/large.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:24:53.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2009-12-16T09:49:33.497000Z",
            "updatedTime": "2020-08-30T20:04:40.169043Z",
            "uploadedTime": "2009-12-16T09:49:33.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623495/theora/3698_3052c5d21f374c01b82deafddc68350e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623495/large_thumb/large.jpg"
        },
        {
            "id": 623395,
            "name": "Empo tv - del 12",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623395/theora/3695_4cfef824db534261aadfa396eb63c534.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623395/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623395/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623395/broadcast/3695_406a3dc7316146488c8167024a414378.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623395/large_thumb/large.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:27:45.760000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2009-12-16T09:45:29.637000Z",
            "updatedTime": "2020-08-30T20:05:12.329643Z",
            "uploadedTime": "2009-12-16T09:45:29.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623395/theora/3695_4cfef824db534261aadfa396eb63c534.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623395/large_thumb/large.jpg"
        },
        {
            "id": 623375,
            "name": "Empo tv - del 11",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623375/theora/3694_0949efbb9cd946b9bd2414cfe30d88c1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623375/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623375/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623375/broadcast/3694_768c1d43bbbf47a7a5839f45843963c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623375/large_thumb/large.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:22:47",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2009-12-16T09:44:20.637000Z",
            "updatedTime": "2020-08-30T20:05:21.119056Z",
            "uploadedTime": "2009-12-16T09:44:20.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623375/theora/3694_0949efbb9cd946b9bd2414cfe30d88c1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623375/large_thumb/large.jpg"
        },
        {
            "id": 622474,
            "name": "Andre (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622474/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622474/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622474/broadcast/orig_vignetter.andre organisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622474/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "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:00:08",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:45:00Z",
            "updatedTime": "2018-11-14T11:22:23.803006Z",
            "uploadedTime": "2009-01-01T10:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622474/large_thumb/large.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": 625217,
            "name": "Empo TV - del 154",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625217/theora/Empo-131031.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625217/small_thumb/Empo-131031.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625217/large_thumb/Empo-131031.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625217/broadcast/Empo-131031.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:39.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-10-31T09:11:37Z",
            "updatedTime": "2020-08-30T19:31:02.838930Z",
            "uploadedTime": "2013-10-31T09:11:38Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625217/theora/Empo-131031.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625217/large_thumb/Empo-131031.jpg"
        },
        {
            "id": 625218,
            "name": "Empo TV - del 155",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625218/theora/Empo_131107.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625218/large_thumb/Empo_131107.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625218/small_thumb/Empo_131107.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625218/broadcast/Empo_131107.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.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-11-07T10:27:45Z",
            "updatedTime": "2020-08-30T19:31:10.354332Z",
            "uploadedTime": "2013-11-07T10:27:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625218/theora/Empo_131107.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625218/large_thumb/Empo_131107.jpg"
        },
        {
            "id": 625221,
            "name": "Empo TV - del 156",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625221/theora/Empo-131114.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625221/large_thumb/Empo-131114.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625221/small_thumb/Empo-131114.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625221/broadcast/Empo-131114.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.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-11-17T10:11:57Z",
            "updatedTime": "2020-08-30T19:31:20.603088Z",
            "uploadedTime": "2013-11-17T10:11:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625221/theora/Empo-131114.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625221/large_thumb/Empo-131114.jpg"
        },
        {
            "id": 625496,
            "name": "Random Aussies - Meningie",
            "header": "Random Aussies - Meningie\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": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625496/original/9 - Meningie.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625496/broadcast/9 - Meningie.dv",
                "theora": "https://upload.frikanalen.no/media/625496/theora/9 - Meningie.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625496/large_thumb/9 - Meningie.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625496/small_thumb/9 - Meningie.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:25:11",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:02:42.214378Z",
            "uploadedTime": "2016-05-29T22:23:40.063800Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625496/theora/9 - Meningie.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625496/large_thumb/9 - Meningie.jpg"
        },
        {
            "id": 625160,
            "name": "Empo TV - del 127",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625160/large_thumb/Empo-130321.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625160/small_thumb/Empo-130321.jpg",
                "theora": "https://upload.frikanalen.no/media/625160/theora/Empo-130321.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625160/broadcast/Empo-130321.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": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:09Z",
            "updatedTime": "2020-08-30T19:37:13.405808Z",
            "uploadedTime": "2013-03-21T04:33:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625160/theora/Empo-130321.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625160/large_thumb/Empo-130321.jpg"
        },
        {
            "id": 625234,
            "name": "Empo TV - del 165",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625234/theora/Empo-140123.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625234/small_thumb/Empo-140123.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625234/large_thumb/Empo-140123.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625234/broadcast/Empo-140123.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.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-01-23T10:17:43Z",
            "updatedTime": "2020-08-30T19:29:39.747947Z",
            "uploadedTime": "2014-01-23T10:17:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625234/theora/Empo-140123.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625234/large_thumb/Empo-140123.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": 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": 625263,
            "name": "Empo TV - del 163",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625263/theora/Empo-140109.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625263/large_thumb/Empo-140109.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625263/small_thumb/Empo-140109.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625263/broadcast/Empo-140109.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:59.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:36:18Z",
            "updatedTime": "2020-08-30T19:27:05.053429Z",
            "uploadedTime": "2014-05-05T06:36:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625263/theora/Empo-140109.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625263/large_thumb/Empo-140109.jpg"
        },
        {
            "id": 625264,
            "name": "Empo TV - del 161",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625264/theora/Empo-131219.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625264/large_thumb/Empo-131219.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625264/small_thumb/Empo-131219.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625264/broadcast/Empo-131219.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:37.320000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:39:12Z",
            "updatedTime": "2020-08-30T19:26:52.870626Z",
            "uploadedTime": "2014-05-05T06:39:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625264/theora/Empo-131219.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625264/large_thumb/Empo-131219.jpg"
        },
        {
            "id": 625388,
            "name": "Empo TV - 15.02.05",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625388/theora/Empo-150205.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625388/small_thumb/Empo-150205.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625388/large_thumb/Empo-150205.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625388/broadcast/Empo-150205.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:29.840000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:35:45Z",
            "updatedTime": "2020-08-30T20:20:48.259384Z",
            "uploadedTime": "2015-06-15T08:35:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625388/theora/Empo-150205.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625388/large_thumb/Empo-150205.jpg"
        },
        {
            "id": 625214,
            "name": "Empo TV - del 153",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625214/theora/Empo-131023.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625214/small_thumb/Empo-131023.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625214/large_thumb/Empo-131023.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625214/broadcast/Empo-131023.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": "2013-10-24T13:52:04Z",
            "updatedTime": "2020-08-30T19:33:03.486031Z",
            "uploadedTime": "2013-10-24T13:52:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625214/theora/Empo-131023.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625214/large_thumb/Empo-131023.jpg"
        },
        {
            "id": 625227,
            "name": "Empo TV - del 159",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625227/theora/Empo-131205.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625227/large_thumb/Empo-131205.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625227/small_thumb/Empo-131205.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625227/broadcast/Empo-131205.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:00.080000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-12-05T13:21:00Z",
            "updatedTime": "2020-08-30T19:29:11.466418Z",
            "uploadedTime": "2013-12-05T13:21:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625227/theora/Empo-131205.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625227/large_thumb/Empo-131205.jpg"
        },
        {
            "id": 625213,
            "name": "Empo TV - del 152",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625213/large_thumb/Empo-131017.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625213/small_thumb/Empo-131017.jpg",
                "theora": "https://upload.frikanalen.no/media/625213/theora/Empo-131017.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625213/broadcast/Empo-131017.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": "2013-10-24T13:48:07Z",
            "updatedTime": "2020-08-30T19:33:22.354445Z",
            "uploadedTime": "2013-10-24T13:48:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625213/theora/Empo-131017.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625213/large_thumb/Empo-131017.jpg"
        },
        {
            "id": 622472,
            "name": "Minoriteter (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622472/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622472/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622472/broadcast/orig_vignetter.minoritetsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "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:00:08",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:41:00Z",
            "updatedTime": "2018-11-14T11:23:17.611834Z",
            "uploadedTime": "2009-01-01T10:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
        },
        {
            "id": 625225,
            "name": "Empo TV - del 158",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625225/small_thumb/Empo-131128.jpg",
                "theora": "https://upload.frikanalen.no/media/625225/theora/Empo-131128.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625225/large_thumb/Empo-131128.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625225/broadcast/Empo-131128.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.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-11-28T10:10:42Z",
            "updatedTime": "2020-08-30T19:29:20.471375Z",
            "uploadedTime": "2013-11-28T10:10:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625225/theora/Empo-131128.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625225/large_thumb/Empo-131128.jpg"
        },
        {
            "id": 625246,
            "name": "Empo TV - del 171",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625246/theora/Empo-140306.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625246/large_thumb/Empo-140306.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625246/small_thumb/Empo-140306.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625246/broadcast/Empo-140306.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:33.720000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-03-05T21:30:20Z",
            "updatedTime": "2020-08-30T19:30:03.464999Z",
            "uploadedTime": "2014-03-05T21:30:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625246/theora/Empo-140306.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625246/large_thumb/Empo-140306.jpg"
        },
        {
            "id": 625283,
            "name": "Empo TV - del 189",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625283/theora/Empo-140626.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625283/small_thumb/Empo-140626.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625283/large_thumb/Empo-140626.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625283/broadcast/Empo-140626.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": "2014-06-26T12:23:17Z",
            "updatedTime": "2020-08-30T19:19:30.472247Z",
            "uploadedTime": "2014-06-26T12:23:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625283/theora/Empo-140626.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625283/large_thumb/Empo-140626.jpg"
        },
        {
            "id": 625972,
            "name": "Snapchat-59153712.mp4 yep",
            "header": "Test",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625972/broadcast/Snapchat-59153712.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg",
                "original": "https://upload.frikanalen.no/media/625972/original/Snapchat-59153712.mp4"
            },
            "creator": "odin.omdal@gmail.com",
            "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:00:03",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2018-02-02T23:27:20.854766Z",
            "updatedTime": "2018-11-18T14:11:40.435420Z",
            "uploadedTime": "2018-02-02T22:33:02.536532Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg"
        },
        {
            "id": 625268,
            "name": "Empo TV - del 179",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625268/theora/Empo-140424.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625268/large_thumb/Empo-140424.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625268/small_thumb/Empo-140424.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625268/broadcast/Empo-140424.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:24:10.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:51:45Z",
            "updatedTime": "2020-08-30T19:25:15.884150Z",
            "uploadedTime": "2014-05-05T06:51:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625268/theora/Empo-140424.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625268/large_thumb/Empo-140424.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": 625266,
            "name": "Empo TV - del 177",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625266/theora/Empo-140410.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625266/large_thumb/Empo-140410.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625266/small_thumb/Empo-140410.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625266/broadcast/Empo-140410.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:25:59.280000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:47:12Z",
            "updatedTime": "2020-08-30T19:25:43.780304Z",
            "uploadedTime": "2014-05-05T06:47:14Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625266/theora/Empo-140410.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625266/large_thumb/Empo-140410.jpg"
        },
        {
            "id": 625402,
            "name": "Empo TV - 14.05.08",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625402/small_thumb/Empo-140508.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625402/broadcast/Empo-140508.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:43.840000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:39:16Z",
            "updatedTime": "2020-08-30T20:19:12.766859Z",
            "uploadedTime": "2015-06-15T08:39:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg"
        },
        {
            "id": 625244,
            "name": "Empo TV - del 170",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625244/theora/Empo-140227.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625244/large_thumb/Empo-140227.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625244/small_thumb/Empo-140227.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625244/broadcast/Empo-140227.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:28.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-27T04:38:38Z",
            "updatedTime": "2020-08-30T19:28:03.935252Z",
            "uploadedTime": "2014-02-27T04:38:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625244/theora/Empo-140227.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625244/large_thumb/Empo-140227.jpg"
        },
        {
            "id": 625239,
            "name": "Empo TV - del 168",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625239/theora/Empo-140213.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625239/large_thumb/Empo-140213.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625239/small_thumb/Empo-140213.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625239/broadcast/Empo-140213.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:27:59.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-13T12:31:11Z",
            "updatedTime": "2020-08-30T19:28:27.826899Z",
            "uploadedTime": "2014-02-13T12:31:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625239/theora/Empo-140213.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625239/large_thumb/Empo-140213.jpg"
        },
        {
            "id": 625237,
            "name": "Empo TV - del 167",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625237/theora/Empo-140206.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625237/large_thumb/Empo-140206.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625237/small_thumb/Empo-140206.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625237/broadcast/Empo-140206.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:23:25.400000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-06T13:28:18Z",
            "updatedTime": "2020-08-30T19:28:37.005789Z",
            "uploadedTime": "2014-02-06T13:28:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625237/theora/Empo-140206.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625237/large_thumb/Empo-140206.jpg"
        },
        {
            "id": 627916,
            "name": "Takk fra barn i Gaza",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627916/theora/2024-09-04 13-23-30.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627916/broadcast/2024-09-04 13-23-30.dv",
                "original": "https://upload.frikanalen.no/media/627916/original/2024-09-04 13-23-30.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627916/large_thumb/2024-09-04 13-23-30.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:13:01.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-09-06T21:19:50.462686Z",
            "updatedTime": "2024-10-04T09:20:39.866443Z",
            "uploadedTime": "2024-09-06T21:22:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627916/theora/2024-09-04 13-23-30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627916/large_thumb/2024-09-04 13-23-30.jpg"
        },
        {
            "id": 625255,
            "name": "Eckankar: Under the Spread of the Holy Spirits Wings",
            "header": "Eckankar er religionen om Guds Lyd og Lys.\r\nHarold Klemp, Eckankar åndelige leder, holder foredrag om forskjellige spirituelle temaer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625255/theora/Under-the-Spread-of-the-Holy-Spirits-Wings.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625255/large_thumb/Under-the-Spread-of-the-Holy-Spirits-Wings.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625255/small_thumb/Under-the-Spread-of-the-Holy-Spirits-Wings.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625255/broadcast/Under-the-Spread-of-the-Holy-Spirits-Wings.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:28:25",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-04-02T23:35:33Z",
            "updatedTime": "2020-09-15T21:56:42.866776Z",
            "uploadedTime": "2014-04-02T23:35:34Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625255/theora/Under-the-Spread-of-the-Holy-Spirits-Wings.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625255/large_thumb/Under-the-Spread-of-the-Holy-Spirits-Wings.jpg"
        },
        {
            "id": 625196,
            "name": "Empo TV - del 143",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625196/large_thumb/Empo-130808.jpg",
                "theora": "https://upload.frikanalen.no/media/625196/theora/Empo-130808.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625196/small_thumb/Empo-130808.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625196/broadcast/Empo-130808.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": "2013-08-15T10:53:22Z",
            "updatedTime": "2020-08-30T19:34:49.738811Z",
            "uploadedTime": "2013-08-15T10:53:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625196/theora/Empo-130808.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625196/large_thumb/Empo-130808.jpg"
        },
        {
            "id": 625183,
            "name": "Empo TV - del 137",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625183/small_thumb/Empo-130530.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625183/broadcast/Empo-130530.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": "2013-05-30T07:22:04Z",
            "updatedTime": "2020-08-30T19:35:01.723818Z",
            "uploadedTime": "2013-05-30T07:22:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg"
        },
        {
            "id": 625159,
            "name": "Empo TV - del 122",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625159/small_thumb/Empo-130214.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg",
                "theora": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625159/broadcast/Empo-130214.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": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:04Z",
            "updatedTime": "2020-08-30T19:37:25.177340Z",
            "uploadedTime": "2013-03-21T04:33:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg"
        },
        {
            "id": 625158,
            "name": "Empo TV - del 121",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625158/small_thumb/Empo-130207.jpg",
                "theora": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625158/broadcast/Empo-130207.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.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:00Z",
            "updatedTime": "2020-08-30T19:37:39.872215Z",
            "uploadedTime": "2013-03-21T04:33:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg"
        },
        {
            "id": 625163,
            "name": "Empo TV - del 128",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625163/small_thumb/Empo-1313.jpg",
                "theora": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625163/broadcast/Empo-1313.mpg"
            },
            "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.970000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-04-03T06:59:02Z",
            "updatedTime": "2020-08-30T19:38:51.863681Z",
            "uploadedTime": "2013-04-03T06:59:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg"
        },
        {
            "id": 625143,
            "name": "Student-TV 2013 Uke 5",
            "header": "Parodi: Stian Stud - Trondheims nye talkshow!\r\nRomkameraten 1:6\r\nLesesalen 2:5",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625143/theora/Uke_5-Frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625143/small_thumb/Uke_5-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625143/large_thumb/Uke_5-Frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625143/broadcast/Uke_5-Frikanalen.avi"
            },
            "creator": "tobias.skaaren@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:40.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:43:53Z",
            "updatedTime": "2018-11-10T18:29:27.599040Z",
            "uploadedTime": "2013-02-15T09:43:54Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625143/theora/Uke_5-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625143/large_thumb/Uke_5-Frikanalen.jpg"
        },
        {
            "id": 625140,
            "name": "Empo TV - del 120",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625140/theora/6609_412eebb1f16c49508dddfbd38c979a9a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625140/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625140/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625140/broadcast/6609_d6bc9a25ed95403ba49b6f2bae7a828a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625140/large_thumb/large.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:12.280000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-12-18T16:56:35.083000Z",
            "updatedTime": "2020-08-30T19:40:16.144867Z",
            "uploadedTime": "2012-12-18T16:56:35.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625140/theora/6609_412eebb1f16c49508dddfbd38c979a9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625140/large_thumb/large.jpg"
        },
        {
            "id": 625126,
            "name": "Empo TV - del 119",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625126/theora/6608_5566d89bd2824b11a3ea1ab595a4f1d4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625126/broadcast/6608_60e2a2a004c942e5b2f5df4450955ff1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625126/large_thumb/large.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:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-12-18T16:54:25.970000Z",
            "updatedTime": "2020-08-30T19:40:27.459673Z",
            "uploadedTime": "2012-12-18T16:54:25.970000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625126/theora/6608_5566d89bd2824b11a3ea1ab595a4f1d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625126/large_thumb/large.jpg"
        },
        {
            "id": 625046,
            "name": "Parodi: COPS",
            "header": "Bli med en amerikansk politimann på oppdrag når han skal ta opp kampen mot kriminalitet i Norge!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625046/theora/6560_2f69fadb57a2417d879471e546664e0c.ogv",
                "original": "https://upload.frikanalen.no/media/625046/original/orig_403bc2726ad14699aeda14cbff7752ad.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625046/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625046/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625046/broadcast/6560_9b1cc1f5a534456aaa57003eb54911b3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625046/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:11",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-08T20:08:28.363000Z",
            "updatedTime": "2018-11-10T18:29:27.730688Z",
            "uploadedTime": "2012-11-08T20:08:28.363000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625046/theora/6560_2f69fadb57a2417d879471e546664e0c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625046/large_thumb/large.jpg"
        },
        {
            "id": 625095,
            "name": "Empo tv - del 116",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625095/theora/6538_0e84e33fea4f457db81d0ec558863102.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625095/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625095/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625095/broadcast/6538_059361a1eeb9452799798f6719305b5c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625095/large_thumb/large.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:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T11:26:54.027000Z",
            "updatedTime": "2020-08-30T19:40:56.195048Z",
            "uploadedTime": "2012-11-07T11:26:54.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625095/theora/6538_0e84e33fea4f457db81d0ec558863102.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625095/large_thumb/large.jpg"
        },
        {
            "id": 625082,
            "name": "Empo tv - del 114",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625082/theora/6535_7e3011bd5830474996a715b3aecaff52.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625082/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625082/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625082/broadcast/6535_872b58205bde43cda1ff3169479c2473.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625082/large_thumb/large.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:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T10:52:21.703000Z",
            "updatedTime": "2020-08-30T19:41:14.317130Z",
            "uploadedTime": "2012-11-07T10:52:21.703000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625082/theora/6535_7e3011bd5830474996a715b3aecaff52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625082/large_thumb/large.jpg"
        },
        {
            "id": 625075,
            "name": "Empo tv - del 113",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625075/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625075/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625075/broadcast/6536_ec64ef79c68b4c96947822e0963e1c50.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625075/large_thumb/large.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:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T11:17:31.253000Z",
            "updatedTime": "2020-08-30T19:41:40.560266Z",
            "uploadedTime": "2012-11-07T11:17:31.253000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625075/large_thumb/large.jpg"
        },
        {
            "id": 625043,
            "name": "Empo tv - del 111",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625043/theora/6456_8408c6140434495fbfeaa873ddb25c88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625043/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625043/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625043/broadcast/6456_46d02765788b440b9742ce1b08b95e91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625043/large_thumb/large.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:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:42:17.423000Z",
            "updatedTime": "2020-08-30T19:42:31.178534Z",
            "uploadedTime": "2012-10-02T06:42:17.423000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625043/theora/6456_8408c6140434495fbfeaa873ddb25c88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625043/large_thumb/large.jpg"
        },
        {
            "id": 625039,
            "name": "Empo tv - del 110",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625039/theora/6455_6d7b9a2bf5714237a8e90d945980a004.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625039/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625039/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625039/broadcast/6455_38f0d77d9f26441fb46c13b560fb0254.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625039/large_thumb/large.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:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:40:17.077000Z",
            "updatedTime": "2020-08-30T19:42:40.496952Z",
            "uploadedTime": "2012-10-02T06:40:17.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625039/theora/6455_6d7b9a2bf5714237a8e90d945980a004.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625039/large_thumb/large.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": 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"
        }
    ]
}