List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

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

{
    "count": 3626,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2750&ordering=ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2650&ordering=ref_url",
    "results": [
        {
            "id": 624226,
            "name": "5080TV sending 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
                "original": "https://upload.frikanalen.no/media/624226/original/orig_f9fb7e67a2ef41ee9b1f298a28888974.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624226/broadcast/5254_b9ff794c12e1431881d2999753f93806.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:41.320000",
            "durationSec": 1901.32,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:19:52.987000Z",
            "updatedTime": "2018-11-10T18:29:28.801038Z",
            "uploadedTime": "2011-02-02T19:19:52.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
        },
        {
            "id": 624222,
            "name": "5080 - Piss piss piss",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624222/broadcast/5250_f44caabb8a6b4f9abc1f1b6a87168064.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:34.440000",
            "durationSec": 94.44,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T14:44:19.727000Z",
            "updatedTime": "2018-11-10T18:29:28.806589Z",
            "uploadedTime": "2011-02-02T14:44:19.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
        },
        {
            "id": 624223,
            "name": "5080 - Troll i ord",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
                "original": "https://upload.frikanalen.no/media/624223/original/orig_74e3071a46504f1a95b984e5007dc5cb.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624223/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624223/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624223/broadcast/5251_da03e434be914383ab6d29c98a2dd019.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:55.640000",
            "durationSec": 175.64,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:17:38.490000Z",
            "updatedTime": "2018-11-10T18:29:28.805234Z",
            "uploadedTime": "2011-02-02T19:17:38.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
        },
        {
            "id": 624230,
            "name": "Redd pressen- Around the world",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624230/theora/5261_a590d53160d44534868bc327fefdc8c9.ogv",
                "original": "https://upload.frikanalen.no/media/624230/original/orig_7e72295c73dd4c7187c3b6e55545f302.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624230/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624230/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624230/broadcast/5261_91af4bb2d2df4dbc9059abb3205be976.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624230/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:45.080000",
            "durationSec": 105.08,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:47:04.093000Z",
            "updatedTime": "2018-11-10T18:29:28.795497Z",
            "uploadedTime": "2011-02-03T08:47:04.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624230/theora/5261_a590d53160d44534868bc327fefdc8c9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624230/large_thumb/large.jpg"
        },
        {
            "id": 624967,
            "name": "Den skjulte ruskulturen",
            "header": "Studentdebatt: Hvem er de usynlige rusbrukerne? De klarer på ulikt vis å kombinere ulovlig rusbruk med et tilsynelatende normalt hverdagsliv. Men hva bør vi gjøre med dem? Er samfunnet tjent med at denne gruppen av ellers oppegående mennesker gjøres til kriminelle eller behandlingstrengende?\r\n\r\nPanel: Willy Pedersen, professor i sosiologi, Tore Andvig, utelivsjournalist, Nils August Andresen, ansvarlig redaktør for Minerva, Jan Bøhler, nestleder i justiskomiteen og stortingsrepresentant for Arbeiderpartiet\r\n\r\nArrangert av Kulturutvalget, Det Norske Studentersamfund",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624967/theora/orig_3a7393f953ce4e43a81675d87c0f3f3d.ogv",
                "original": "https://upload.frikanalen.no/media/624967/original/orig_3a7393f953ce4e43a81675d87c0f3f3d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624967/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624967/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624967/broadcast/6399_135e189d0b8240f29250be0a2a0f1c92.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624967/large_thumb/large.jpg"
            },
            "creator": "anitat@online.no",
            "organization": {
                "id": 6,
                "name": "Gateavisa/Foreningen Futurum forlag",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1052,
                "editorName": "Pål Flakk",
                "editorEmail": "paalfla@student.hf.uio.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:41:44.400000",
            "durationSec": 2504.4,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://anitanyholt.no",
            "createdTime": "2012-09-16T02:28:50.327000Z",
            "updatedTime": "2023-07-12T22:18:16.690615Z",
            "uploadedTime": "2012-09-16T02:28:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624967/theora/orig_3a7393f953ce4e43a81675d87c0f3f3d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624967/large_thumb/large.jpg"
        },
        {
            "id": 622943,
            "name": "Arbeiderpartiets valgkampvideo",
            "header": "Det er viktig for Arbeiderpartiet å få vite hva som er viktig for deg. Vi håper derfor du besøker http://www.viktigfordeg.no og deler dine seks ord med oss.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622943/theora/3189_553d3ff5ddf8464d9e393e848aa4dea6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622943/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622943/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622943/broadcast/3189_afbc64b8af064bacaff73abed2b6a8d8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622943/large_thumb/large.jpg"
            },
            "creator": "sindre.beyer@dna.no",
            "organization": {
                "id": 73,
                "name": "Arbeiderpartiet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1793,
                "editorName": "Sindre Fossum Beyer",
                "editorEmail": "sindre.beyer@dna.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:42.240000",
            "durationSec": 42.24,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://arbeiderpartiet.no",
            "createdTime": "2009-08-03T17:22:08Z",
            "updatedTime": "2018-11-10T18:29:30.395719Z",
            "uploadedTime": "2009-08-03T17:22:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622943/theora/3189_553d3ff5ddf8464d9e393e848aa4dea6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622943/large_thumb/large.jpg"
        },
        {
            "id": 622966,
            "name": "Møt Arbeiderpartiets stortingskandidater",
            "header": "Møt Arbeiderpartiets kandidater på ett brett og se dem presentere seg selv og Arbeiderpartiet på en annerledes måte.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622966/theora/3234_eb6dec07ad7c481f9bbdc89573fe28b6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622966/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622966/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622966/broadcast/3234_7a2c9902109f46528d89df64d260ea46.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622966/large_thumb/large.jpg"
            },
            "creator": "sindre.beyer@dna.no",
            "organization": {
                "id": 73,
                "name": "Arbeiderpartiet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1793,
                "editorName": "Sindre Fossum Beyer",
                "editorEmail": "sindre.beyer@dna.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:59.680000",
            "durationSec": 179.68,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://arbeiderpartiet.no",
            "createdTime": "2009-08-14T16:12:49.220000Z",
            "updatedTime": "2018-11-10T18:29:30.384513Z",
            "uploadedTime": "2009-08-14T16:12:49.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622966/theora/3234_eb6dec07ad7c481f9bbdc89573fe28b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622966/large_thumb/large.jpg"
        },
        {
            "id": 625786,
            "name": "32C3 Opening Event (32c3) - 32C3",
            "header": "about this event: https://events.ccc.de/congress/2015/Fahrplan/events/7550.html\n\n session with Carina Haupt, Linus Neumann during 32C3",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625786/theora/32c3-7550-en-Opening_Event_webm-hd.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625786/broadcast/32c3-7550-en-Opening_Event_webm-hd.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625786/large_thumb/32c3-7550-en-Opening_Event_webm-hd.jpg",
                "original": "https://upload.frikanalen.no/media/625786/original/32c3-7550-en-Opening_Event_webm-hd.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625786/small_thumb/32c3-7550-en-Opening_Event_webm-hd.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:07.370000",
            "durationSec": 1027.37,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://cdn.media.ccc.de/congress/2015/webm-hd/32c3-7550-en-Opening_Event_webm-hd.webm?1451301196",
            "createdTime": "2016-10-09T19:18:56.557938Z",
            "updatedTime": "2018-11-10T18:29:26.721797Z",
            "uploadedTime": "2016-10-09T19:19:22.654281Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625786/theora/32c3-7550-en-Opening_Event_webm-hd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625786/large_thumb/32c3-7550-en-Opening_Event_webm-hd.jpg"
        },
        {
            "id": 625152,
            "name": "Student-TV 2013 Uke 8",
            "header": "Denne uken har vi besøkt Luftkrigsskolen i Trondheim, hvor studentene har en litt annerledes skoledag.\r\nKonfliken tilspisses i episode 3 av Felles kjøleskap, og få med deg finalen av Lesesalen. Studentlekene har blitt arrangert i Trondheim, og vi har snakket med Samfundetlederen om hva som er viktig når det nå skal velges ny leder av Samfundet.",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625152/small_thumb/Uke_8-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625152/theora/Uke_8-Frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625152/large_thumb/Uke_8-Frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625152/broadcast/Uke_8-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:16:54.240000",
            "durationSec": 1014.24,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-03-08T11:28:41Z",
            "updatedTime": "2018-11-10T18:29:27.586690Z",
            "uploadedTime": "2013-03-08T11:28:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625152/theora/Uke_8-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625152/large_thumb/Uke_8-Frikanalen.jpg"
        },
        {
            "id": 625151,
            "name": "Student-TV 2013 Uke 7",
            "header": "Denne uken sjekker vi ut magedanskurs på ISFiT, \r\nhumorspalten Apropos presenterer TV2s nye \r\nprogrammer, vi får tidenes mest dramatiske episode av \r\nLesesalen (4:5) og vi har snakket med studenter som har \r\nhybel på havet.",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625151/small_thumb/Uke_7-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625151/large_thumb/Uke_7-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625151/theora/Uke_7-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625151/broadcast/Uke_7-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:11:10.560000",
            "durationSec": 670.56,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-03-08T11:22:44Z",
            "updatedTime": "2018-11-10T18:29:27.588083Z",
            "uploadedTime": "2013-03-08T11:22:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625151/theora/Uke_7-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625151/large_thumb/Uke_7-Frikanalen.jpg"
        },
        {
            "id": 625144,
            "name": "Student-TV 2013 Uke 6",
            "header": "Aktuelt: Nyhet: Vil forbedre eksamen\r\nApropos Verdens rikeste land\r\nRomkameraten 2:6\r\nLesesalen 3:5\r\n\r\nKonkurranse: Fristen er utgått. Se dusken.no/tv for ferske konkurranser",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625144/large_thumb/Uke_6-Frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625144/small_thumb/Uke_6-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625144/theora/Uke_6-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625144/broadcast/Uke_6-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:13:23.640000",
            "durationSec": 803.64,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:44:44Z",
            "updatedTime": "2018-11-10T18:29:27.597666Z",
            "uploadedTime": "2013-02-15T09:44:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625144/theora/Uke_6-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625144/large_thumb/Uke_6-Frikanalen.jpg"
        },
        {
            "id": 625141,
            "name": "Student-TV 2013 Uke 3",
            "header": "Aktuelt: Nyhet: Studiestøtte\r\nApropos Dommedag: Ikke alle er like glad for at dommedag aldri kom...\r\nAktuelt: Nyhet: Studenter lager racerbil",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625141/small_thumb/Uke2-3STV-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625141/large_thumb/Uke2-3STV-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625141/theora/Uke2-3STV-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625141/broadcast/Uke2-3STV-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:06:23.600000",
            "durationSec": 383.6,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:39:24Z",
            "updatedTime": "2018-11-10T18:29:27.601763Z",
            "uploadedTime": "2013-02-15T09:39:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625141/theora/Uke2-3STV-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625141/large_thumb/Uke2-3STV-Frikanalen.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",
            "durationSec": 580.12,
            "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": 625153,
            "name": "Student-TV 2013 Uke 9",
            "header": "Blir man fin av øl og vin? Vi har testet myten! \r\nApropos ser på pavevalget og vi har snakket med Moddi om alkoholpress i musikkbransjen. I tillegg har vi som alltid aktuelle saker om studentlivet: Hvem er smartest på gløshaugen, og hvordan bør du gå fram hvis du vil lage film? \r\nSe også episode 4 av Felles kjøleskap i ukens sending fra Student-TV i Trondheim.",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625153/small_thumb/Uke_9-Frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625153/large_thumb/Uke_9-Frikanalen.jpg",
                "theora": "https://upload.frikanalen.no/media/625153/theora/Uke_9-Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625153/broadcast/Uke_9-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:21:38",
            "durationSec": 1298.0,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-03-08T11:32:24Z",
            "updatedTime": "2018-11-10T18:29:27.585338Z",
            "uploadedTime": "2013-03-08T11:32:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625153/theora/Uke_9-Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625153/large_thumb/Uke_9-Frikanalen.jpg"
        },
        {
            "id": 625142,
            "name": "Student-TV 2013 Uke 4",
            "header": "Apropos Jobbintervju: Villig til sex på julebord? Vi avslører hva som egentlig blir sagt på jobbintervjuet.\r\nAktuelt: Nyhet: Trøndelagsdagen\r\nReportasje: Kantine-Lizzie - en hverdagshelt?\r\nLesesalen 1:5: fem Studenter - en lesesal - fem uker - en vinner!",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625142/large_thumb/Uke_4-Untitled_QuickTime_Movie.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625142/small_thumb/Uke_4-Untitled_QuickTime_Movie.jpg",
                "theora": "https://upload.frikanalen.no/media/625142/theora/Uke_4-Untitled_QuickTime_Movie.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625142/broadcast/Uke_4-Untitled_QuickTime_Movie.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:08:18.200000",
            "durationSec": 498.2,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://dusken.no/tv",
            "createdTime": "2013-02-15T09:43:03Z",
            "updatedTime": "2018-11-10T18:29:27.600413Z",
            "uploadedTime": "2013-02-15T09:43:04Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625142/theora/Uke_4-Untitled_QuickTime_Movie.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625142/large_thumb/Uke_4-Untitled_QuickTime_Movie.jpg"
        },
        {
            "id": 625150,
            "name": "Empo TV - del 125",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625150/theora/Empo-130307.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625150/large_thumb/Empo-130307.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625150/small_thumb/Empo-130307.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625150/broadcast/Empo-130307.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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no",
            "createdTime": "2013-03-07T10:36:41Z",
            "updatedTime": "2020-08-30T19:39:02.623129Z",
            "uploadedTime": "2013-03-07T10:36:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625150/theora/Empo-130307.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625150/large_thumb/Empo-130307.jpg"
        },
        {
            "id": 625148,
            "name": "Empo TV - del 124",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625148/theora/Empo-130228.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625148/small_thumb/Empo-130228.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625148/large_thumb/Empo-130228.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625148/broadcast/Empo-130228.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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no",
            "createdTime": "2013-02-28T11:11:03Z",
            "updatedTime": "2020-08-30T19:39:11.543959Z",
            "uploadedTime": "2013-02-28T11:11:04Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625148/theora/Empo-130228.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625148/large_thumb/Empo-130228.jpg"
        },
        {
            "id": 625164,
            "name": "Empo TV - del 129",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625164/large_thumb/Empo-1413.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625164/small_thumb/Empo-1413.jpg",
                "theora": "https://upload.frikanalen.no/media/625164/theora/Empo-1413.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625164/broadcast/Empo-1413.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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:14:59.970000",
            "durationSec": 899.97,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-04-03T06:59:05Z",
            "updatedTime": "2020-08-30T19:37:00.407177Z",
            "uploadedTime": "2013-04-03T06:59:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625164/theora/Empo-1413.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625164/large_thumb/Empo-1413.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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "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": 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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:14:59.970000",
            "durationSec": 899.97,
            "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": 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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "durationSec": 900.04,
            "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": 625155,
            "name": "Empo TV - del 126",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625155/theora/Empo-130314.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625155/large_thumb/Empo-130314.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625155/small_thumb/Empo-130314.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625155/broadcast/Empo-130314.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 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-14T13:24:49Z",
            "updatedTime": "2020-08-30T19:37:50.023798Z",
            "uploadedTime": "2013-03-14T13:24:49Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625155/theora/Empo-130314.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625155/large_thumb/Empo-130314.jpg"
        },
        {
            "id": 623294,
            "name": "Stugmøte i Ulvsmåla",
            "header": "Stugmøte i Ulvsmåla,Blommans tean mfl.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623294/theora/3755_15f4d7d4daf24a859a68c16a7d0189fa.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623294/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623294/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623294/broadcast/3755_3fb8dcc9e1d34a11a1be1865253608da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623294/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:16.480000",
            "durationSec": 1456.48,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-12-30T12:50:30.110000Z",
            "updatedTime": "2018-11-10T18:29:29.984277Z",
            "uploadedTime": "2009-12-30T12:50:30.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623294/theora/3755_15f4d7d4daf24a859a68c16a7d0189fa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623294/large_thumb/large.jpg"
        },
        {
            "id": 623017,
            "name": "stf 001",
            "header": "Svenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623017/theora/3308_fd052203a58d4e5aa0f220da2a75691f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623017/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623017/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623017/broadcast/orig_7e632feda2a94a319c53d29e077b6346.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623017/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:10:17.640000",
            "durationSec": 617.64,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-28T08:42:37.367000Z",
            "updatedTime": "2018-11-10T18:29:30.332356Z",
            "uploadedTime": "2009-08-28T08:42:37.367000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623017/theora/3308_fd052203a58d4e5aa0f220da2a75691f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623017/large_thumb/large.jpg"
        },
        {
            "id": 623013,
            "name": "Nornet TV del 25",
            "header": "Bibelundervisning ved Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623013/theora/3305_4cb16ff9c4504df1bc7c94edfce985a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623013/broadcast/orig_40f67855c5c24e42a934e5654dd82c9c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623013/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T20:46:00.953000Z",
            "updatedTime": "2018-11-10T18:29:30.337814Z",
            "uploadedTime": "2009-08-27T20:46:00.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623013/theora/3305_4cb16ff9c4504df1bc7c94edfce985a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623013/large_thumb/large.jpg"
        },
        {
            "id": 623018,
            "name": "Nornet TV del 26",
            "header": "Bibelundervisning\nved Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623018/theora/3307_e7be951ffb0f4a86a7b5cc04cfe00cb1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623018/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623018/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623018/broadcast/orig_9b9421b7d97140cb80fddc6a2dbaab0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623018/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-28T07:13:15.493000Z",
            "updatedTime": "2018-11-10T18:29:30.330988Z",
            "uploadedTime": "2009-08-28T07:13:15.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623018/theora/3307_e7be951ffb0f4a86a7b5cc04cfe00cb1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623018/large_thumb/large.jpg"
        },
        {
            "id": 623476,
            "name": "Glory TV Del2",
            "header": "Tommy M. Josefsson og Svenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623476/theora/4076_934fb20fa3024b9b8605e7895abb1624.ogv",
                "original": "https://upload.frikanalen.no/media/623476/original/orig_e08b35c674964050883a46bde8408511.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623476/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623476/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623476/broadcast/4076_ccc0dcbcdbb4462d959925fca948db9c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623476/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:11",
            "durationSec": 1691.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-17T09:12:30.020000Z",
            "updatedTime": "2018-11-10T18:29:29.763566Z",
            "uploadedTime": "2010-03-17T09:12:30.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623476/theora/4076_934fb20fa3024b9b8605e7895abb1624.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623476/large_thumb/large.jpg"
        },
        {
            "id": 623478,
            "name": "Time 4 Glory 4",
            "header": "Tommy M. Josefsson\nSvenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623478/theora/4077_bd04c20e1fe948c1808d1eeeb969e5b0.ogv",
                "original": "https://upload.frikanalen.no/media/623478/original/orig_39ace8728b3b494db327e0487a11b3ec.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623478/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623478/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623478/broadcast/4077_fd1dc1479bb4487fa523b1fd73324ee5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623478/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-17T09:47:11.500000Z",
            "updatedTime": "2018-11-10T18:29:29.760762Z",
            "uploadedTime": "2010-03-17T09:47:11.500000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623478/theora/4077_bd04c20e1fe948c1808d1eeeb969e5b0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623478/large_thumb/large.jpg"
        },
        {
            "id": 623479,
            "name": "Time 4 Glory 4",
            "header": "Tommy M. Josefsson\nSvenn Thommy Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623479/theora/4078_6349c3d5397b44c5adabb51a12e93412.ogv",
                "original": "https://upload.frikanalen.no/media/623479/original/orig_53b7534dbbf94beb9e2ddaee0febe86c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623479/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623479/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623479/broadcast/4078_777763bdc19842b29a286552a504f689.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623479/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:21",
            "durationSec": 1581.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-17T10:22:35.963000Z",
            "updatedTime": "2018-11-10T18:29:29.759259Z",
            "uploadedTime": "2010-03-17T10:22:35.963000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623479/theora/4078_6349c3d5397b44c5adabb51a12e93412.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623479/large_thumb/large.jpg"
        },
        {
            "id": 623081,
            "name": "Naturvideo 001",
            "header": "Naturvideo laget av Dan S. Nordstrand - Charisma kultur og mediasenter",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623081/theora/3487_a6a79ff9b92c40548231f732293457c4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623081/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623081/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623081/broadcast/3487_71828188fd4e40d0910dd6a91b52351b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623081/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:02.160000",
            "durationSec": 302.16,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-15T13:16:56.633000Z",
            "updatedTime": "2018-11-10T18:29:30.250705Z",
            "uploadedTime": "2009-09-15T13:16:56.633000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623081/theora/3487_a6a79ff9b92c40548231f732293457c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623081/large_thumb/large.jpg"
        },
        {
            "id": 623496,
            "name": "Derek Prince Ministries",
            "header": "Derek Prince Ministries",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623496/theora/4190_9b0d8988344140d69c8dcffb4bc08809.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623496/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623496/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623496/broadcast/4190_91bffc1acb474879b3b7b0fdb2a04a0e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623496/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:31.200000",
            "durationSec": 1711.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-03-31T09:53:52.077000Z",
            "updatedTime": "2018-11-10T18:29:29.736038Z",
            "uploadedTime": "2010-03-31T09:53:52.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623496/theora/4190_9b0d8988344140d69c8dcffb4bc08809.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623496/large_thumb/large.jpg"
        },
        {
            "id": 623300,
            "name": "nornet 40",
            "header": "Bill  Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623300/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623300/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623300/broadcast/3781_252c22a31bfb43ae947c4b60c108d24f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:15:53.800000",
            "durationSec": 953.8,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-04T13:23:30.317000Z",
            "updatedTime": "2018-11-10T18:29:29.977274Z",
            "uploadedTime": "2010-01-04T13:23:30.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623300/theora/3781_01302dce4fac4c079a62814a4d2a4465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623300/large_thumb/large.jpg"
        },
        {
            "id": 623012,
            "name": "Nornet tv del 30",
            "header": "Ett program med Erling Ilsäe Nielsen og Tommy M. Josefsson (De gode nyheter)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623012/theora/3304_e34e5776bef943c6b8a6ea8a7e62bf46.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623012/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623012/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623012/broadcast/orig_625a398827db408f8605fb91dbd2a595.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623012/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:21.880000",
            "durationSec": 1641.88,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T11:53:03.757000Z",
            "updatedTime": "2018-11-10T18:29:30.339227Z",
            "uploadedTime": "2009-08-27T11:53:03.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623012/theora/3304_e34e5776bef943c6b8a6ea8a7e62bf46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623012/large_thumb/large.jpg"
        },
        {
            "id": 623231,
            "name": "Juleprogram",
            "header": "Jul med Lena og Kåre Johnsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623231/theora/3658_e1c778db4cce4a11a8f5c1235e1dbd88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623231/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623231/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623231/broadcast/3658_22b23a556c5342fb837a92d82626dd16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623231/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:57.520000",
            "durationSec": 1617.52,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-11-19T08:53:11.190000Z",
            "updatedTime": "2018-11-10T18:29:30.062169Z",
            "uploadedTime": "2009-11-19T08:53:11.190000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623231/theora/3658_e1c778db4cce4a11a8f5c1235e1dbd88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623231/large_thumb/large.jpg"
        },
        {
            "id": 623310,
            "name": "Nornet tv del 42",
            "header": "Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623310/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623310/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623310/broadcast/3817_d21d88f3d433471cb145a3a6ad919fda.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:21:35",
            "durationSec": 1295.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-01-08T09:12:26.017000Z",
            "updatedTime": "2018-11-10T18:29:29.964626Z",
            "uploadedTime": "2010-01-08T09:12:26.017000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623310/theora/3817_04bb956655344b33bca083c552d2151c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623310/large_thumb/large.jpg"
        },
        {
            "id": 623114,
            "name": "Erling I. Nielsen",
            "header": "Erling Ilsäe Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623114/theora/3523_f87058140c9f4dffa8711bb12573e643.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623114/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623114/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623114/broadcast/3523_0459200aae214aa98f697d303f4a28dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623114/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:02.160000",
            "durationSec": 1742.16,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-22T08:30:34.853000Z",
            "updatedTime": "2018-11-10T18:29:30.206831Z",
            "uploadedTime": "2009-09-22T08:30:34.853000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623114/theora/3523_f87058140c9f4dffa8711bb12573e643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623114/large_thumb/large.jpg"
        },
        {
            "id": 623118,
            "name": "Bill Stenber",
            "header": "Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623118/theora/3520_5045fb9dc2e34471ba4940e2b968e1fc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623118/broadcast/3520_17b2eacad5d84ce1b9b4f3814158e200.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623118/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:53.800000",
            "durationSec": 1733.8,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-21T10:46:04.153000Z",
            "updatedTime": "2018-11-10T18:29:30.201029Z",
            "uploadedTime": "2009-09-21T10:46:04.153000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623118/theora/3520_5045fb9dc2e34471ba4940e2b968e1fc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623118/large_thumb/large.jpg"
        },
        {
            "id": 623120,
            "name": "dlo juni 002",
            "header": "Det levande ord med Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623120/theora/3531_213ce8d995044355af7fcabc437753c5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623120/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623120/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623120/broadcast/3531_5cd321a9656641199f7b0db8d46f475b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623120/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:23:49.720000",
            "durationSec": 1429.72,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-24T14:21:08.180000Z",
            "updatedTime": "2018-11-10T18:29:30.198120Z",
            "uploadedTime": "2009-09-24T14:21:08.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623120/theora/3531_213ce8d995044355af7fcabc437753c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623120/large_thumb/large.jpg"
        },
        {
            "id": 623122,
            "name": "DET LEVENDE ORD del3",
            "header": "Det levende ord med Tommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623122/theora/3532_f9a617fd7de14a47a2be1a369b32fb9c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623122/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623122/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623122/broadcast/3532_8fa55a4aa62b4b67b59494b840022ed5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623122/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:39.720000",
            "durationSec": 1479.72,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-25T06:56:20.987000Z",
            "updatedTime": "2018-11-10T18:29:30.195374Z",
            "uploadedTime": "2009-09-25T06:56:20.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623122/theora/3532_f9a617fd7de14a47a2be1a369b32fb9c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623122/large_thumb/large.jpg"
        },
        {
            "id": 623011,
            "name": "Nornet TV del 24",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623011/theora/3303_dddbb8786ee24c53a6589372237a9857.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623011/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623011/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623011/broadcast/orig_f6f9414f02244c38ab16dc30f1bc6242.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623011/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T08:07:17.020000Z",
            "updatedTime": "2018-11-10T18:29:30.340608Z",
            "uploadedTime": "2009-08-27T08:07:17.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623011/theora/3303_dddbb8786ee24c53a6589372237a9857.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623011/large_thumb/large.jpg"
        },
        {
            "id": 622576,
            "name": "Nornet TV Del 01",
            "header": "Kristent magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622576/theora/2826_fdbbbba021474e3ea1f19668cb57510e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622576/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622576/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622576/broadcast/orig_22707d7068b7418c9a050ee07dd145ab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622576/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00.200000",
            "durationSec": 1800.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-12T14:37:17.470000Z",
            "updatedTime": "2018-11-10T18:29:30.531970Z",
            "uploadedTime": "2009-05-12T14:37:17.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622576/theora/2826_fdbbbba021474e3ea1f19668cb57510e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622576/large_thumb/large.jpg"
        },
        {
            "id": 623175,
            "name": "Dan S. Nordstrands naturvideo - høst",
            "header": "Naturvideo lagen av Dan S. Nordstrand - Charisma kultur og mediasenter",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623175/theora/3581_1821021f28b944afaaaa1448c91c4591.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623175/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623175/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623175/broadcast/3581_e8aa50371bea40a8a68e95057ed3fc66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623175/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:00.400000",
            "durationSec": 300.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-10-26T13:37:40.167000Z",
            "updatedTime": "2018-11-10T18:29:30.128462Z",
            "uploadedTime": "2009-10-26T13:37:40.167000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623175/theora/3581_1821021f28b944afaaaa1448c91c4591.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623175/large_thumb/large.jpg"
        },
        {
            "id": 623602,
            "name": "Svenn Thommy Fjeldberg og Tommy M Josefsson 2",
            "header": "10 min og Levande ord",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623602/theora/4286_3c1291170da947e09939013adcafa562.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623602/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623602/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623602/broadcast/4286_820eb72413f548f68798243fadac826d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623602/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:07.880000",
            "durationSec": 1687.88,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-05-05T10:16:09.853000Z",
            "updatedTime": "2018-11-10T18:29:29.607377Z",
            "uploadedTime": "2010-05-05T10:16:09.853000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623602/theora/4286_3c1291170da947e09939013adcafa562.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623602/large_thumb/large.jpg"
        },
        {
            "id": 623601,
            "name": "Svenn Thommy Fjeldberg og Thommy M Josefsson",
            "header": "Svenn Thommy Fjeldberg og Thommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623601/theora/4284_cdb9d67a69d84616a3e3c5afdeb68d42.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623601/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623601/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623601/broadcast/4284_8b3602a93cc245b881334572b6a38c93.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623601/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:53.120000",
            "durationSec": 1733.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-05-05T08:15:28.730000Z",
            "updatedTime": "2018-11-10T18:29:29.608745Z",
            "uploadedTime": "2010-05-05T08:15:28.730000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623601/theora/4284_cdb9d67a69d84616a3e3c5afdeb68d42.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623601/large_thumb/large.jpg"
        },
        {
            "id": 623599,
            "name": "Kenneth Copeland",
            "header": "Oral Roberts visjon om de siste tider",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623599/theora/4281_4266660812be4b1a85fec4ab670e6341.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623599/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623599/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623599/broadcast/4281_48de85ffc4fa459caf2a2576032ce26a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623599/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:39.360000",
            "durationSec": 1719.36,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2010-05-03T08:21:34.723000Z",
            "updatedTime": "2018-11-10T18:29:29.611471Z",
            "uploadedTime": "2010-05-03T08:21:34.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623599/theora/4281_4266660812be4b1a85fec4ab670e6341.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623599/large_thumb/large.jpg"
        },
        {
            "id": 622577,
            "name": "Nornet TV Del 02",
            "header": "Kristent magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622577/theora/2827_6b0c29472f894b87b499399ea36ce3d6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622577/broadcast/orig_4981ee00708d4a2bb9ca36ffeac56e38.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622577/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.720000",
            "durationSec": 1799.72,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-12T14:38:41.237000Z",
            "updatedTime": "2018-11-10T18:29:30.530578Z",
            "uploadedTime": "2009-05-12T14:38:41.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622577/theora/2827_6b0c29472f894b87b499399ea36ce3d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622577/large_thumb/large.jpg"
        },
        {
            "id": 623126,
            "name": "Det levende ord del 4",
            "header": "Det levende ord med Tommy M Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623126/theora/3533_490404a588104967ac9558f80416b2d8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623126/broadcast/3533_52074066438a4b2095e7cf19b1b58cdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623126/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:10:34.400000",
            "durationSec": 634.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-28T07:45:27.857000Z",
            "updatedTime": "2018-11-10T18:29:30.191229Z",
            "uploadedTime": "2009-09-28T07:45:27.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623126/theora/3533_490404a588104967ac9558f80416b2d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623126/large_thumb/large.jpg"
        },
        {
            "id": 623009,
            "name": "Nornet TV del 23",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623009/theora/3295_7d893880a9434397ae32ab489198184a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623009/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623009/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623009/broadcast/orig_d2f82653606844e0941f32c43f2cac62.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623009/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:59.960000",
            "durationSec": 1739.96,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-26T14:25:18.680000Z",
            "updatedTime": "2018-11-10T18:29:30.343291Z",
            "uploadedTime": "2009-08-26T14:25:18.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623009/theora/3295_7d893880a9434397ae32ab489198184a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623009/large_thumb/large.jpg"
        },
        {
            "id": 623008,
            "name": "Nornet TV del 22",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623008/theora/3290_d4d7b793010046a09f5425c1f42e03af.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623008/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623008/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623008/broadcast/orig_0c96bf3688bc4511915d44326459edab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623008/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-25T19:02:54.930000Z",
            "updatedTime": "2018-11-10T18:29:30.344780Z",
            "uploadedTime": "2009-08-25T19:02:54.930000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623008/theora/3290_d4d7b793010046a09f5425c1f42e03af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623008/large_thumb/large.jpg"
        }
    ]
}