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

{
    "count": 3494,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1400&ordering=-is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1300&ordering=-is_filler",
    "results": [
        {
            "id": 625163,
            "name": "Empo TV - del 128",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625163/small_thumb/Empo-1313.jpg",
                "theora": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625163/broadcast/Empo-1313.mpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:59.970000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-04-03T06:59:02Z",
            "updatedTime": "2020-08-30T19:38:51.863681Z",
            "uploadedTime": "2013-04-03T06:59:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg"
        },
        {
            "id": 625188,
            "name": "Empo TV - del 142",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625188/small_thumb/Empo-130704.jpg",
                "theora": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625188/broadcast/Empo-130704.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-07-04T08:53:05Z",
            "updatedTime": "2020-08-30T19:38:36.379087Z",
            "uploadedTime": "2013-07-04T08:53:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg"
        },
        {
            "id": 625641,
            "name": "Daily Tech News Show 21. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625641/broadcast/DTNS20160621.dv",
                "theora": "https://upload.frikanalen.no/media/625641/theora/DTNS20160621.ogv",
                "original": "https://upload.frikanalen.no/media/625641/original/DTNS20160621.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625641/large_thumb/DTNS20160621.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625641/small_thumb/DTNS20160621.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6704vid",
            "createdTime": "2016-06-22T07:44:03.352526Z",
            "updatedTime": "2018-11-10T18:29:26.935405Z",
            "uploadedTime": "2016-06-22T07:44:10.030638Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625641/theora/DTNS20160621.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625641/large_thumb/DTNS20160621.jpg"
        },
        {
            "id": 624262,
            "name": "Duplex - Egil",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624262/theora/5315_bb356d30f2064ad29469de4ab5088b53.ogv",
                "original": "https://upload.frikanalen.no/media/624262/original/orig_f1b0af046f20460392292459ddd09afd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624262/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624262/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624262/broadcast/5315_95684951425646c79135c4ebf62a77bd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624262/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:59.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-12T08:42:38Z",
            "updatedTime": "2018-11-10T18:29:28.752851Z",
            "uploadedTime": "2011-02-12T08:42:38Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624262/theora/5315_bb356d30f2064ad29469de4ab5088b53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624262/large_thumb/large.jpg"
        },
        {
            "id": 624261,
            "name": "Apropos - Horoskop",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624261/theora/5314_248b6219b29a4365b4d4628349dec985.ogv",
                "original": "https://upload.frikanalen.no/media/624261/original/orig_9fe2638dce06420b945a7c4754d2bfdb.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624261/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624261/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624261/broadcast/5314_a06fcd1885924a4586b02d99a51e8875.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624261/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:48.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-12T08:41:08.213000Z",
            "updatedTime": "2018-11-10T18:29:28.754207Z",
            "uploadedTime": "2011-02-12T08:41:08.213000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624261/theora/5314_248b6219b29a4365b4d4628349dec985.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624261/large_thumb/large.jpg"
        },
        {
            "id": 624260,
            "name": "Akkurat Nå! 13. februar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624260/theora/5303_6e4e0360db014e35aef629b6d914d60d.ogv",
                "original": "https://upload.frikanalen.no/media/624260/original/orig_9e910b7c763a40b7bc8696d89f7a189e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624260/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624260/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624260/broadcast/5303_0767674a7ed34f9ab73ae54cdc4836fd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624260/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:33.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-11T15:22:56.797000Z",
            "updatedTime": "2018-11-10T18:29:28.755996Z",
            "uploadedTime": "2011-02-11T15:22:56.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624260/theora/5303_6e4e0360db014e35aef629b6d914d60d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624260/large_thumb/large.jpg"
        },
        {
            "id": 624259,
            "name": "06_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624259/theora/5275_279cb7b8f6cf4a84b03545e63579c366.ogv",
                "original": "https://upload.frikanalen.no/media/624259/original/orig_fb07bb0c791a408f8e01fbfa07582909.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624259/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624259/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624259/broadcast/5275_fe2efe8651e245cabe3c4d47b186c175.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624259/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-02-04T13:35:22.400000Z",
            "updatedTime": "2018-11-10T18:29:28.757434Z",
            "uploadedTime": "2011-02-04T13:35:22.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624259/theora/5275_279cb7b8f6cf4a84b03545e63579c366.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624259/large_thumb/large.jpg"
        },
        {
            "id": 624258,
            "name": "Hap 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624258/theora/5302_39fcb84037b040ce8cce70f212bbfc53.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624258/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624258/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624258/broadcast/5302_b6f44a7b61054724836bc5137de6b87e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624258/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-11T13:49:14.707000Z",
            "updatedTime": "2018-11-10T18:29:28.758810Z",
            "uploadedTime": "2011-02-11T13:49:14.707000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624258/theora/5302_39fcb84037b040ce8cce70f212bbfc53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624258/large_thumb/large.jpg"
        },
        {
            "id": 626305,
            "name": "Shofar Mandeltreet",
            "header": "Bladet Evangelisten\r\nProgram 6",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626305/theora/Shofar 31 Mandeltreet.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626305/broadcast/Shofar 31 Mandeltreet.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626305/large_thumb/Shofar 31 Mandeltreet.jpg",
                "original": "https://upload.frikanalen.no/media/626305/original/Shofar 31 Mandeltreet.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:28.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T14:50:32.427909Z",
            "updatedTime": "2020-08-31T20:24:04.156371Z",
            "uploadedTime": "2020-02-03T15:03:44.926933Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626305/theora/Shofar 31 Mandeltreet.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626305/large_thumb/Shofar 31 Mandeltreet.jpg"
        },
        {
            "id": 624256,
            "name": "Møteplassen - Håp 1",
            "header": "Er det alltid håp, selv når krisene synes uoverstigelige?\r\nVi møter Asbjørn Kvalbein, Sverre Jølstad og Kristina Jølstad Moi.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624256/theora/5291_a7df177a0af840cc9bc192e2a3057671.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624256/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624256/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624256/broadcast/5291_d4298bf0a5d04f9eb12822f8c47d42eb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624256/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-11T11:50:55Z",
            "updatedTime": "2018-11-10T18:29:28.761579Z",
            "uploadedTime": "2011-02-11T11:50:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624256/theora/5291_a7df177a0af840cc9bc192e2a3057671.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624256/large_thumb/large.jpg"
        },
        {
            "id": 624253,
            "name": "De Levende Ord",
            "header": "De Levende Ord med Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624253/theora/5289_37f0d311e5194b62b302d0ff031d63cd.ogv",
                "original": "https://upload.frikanalen.no/media/624253/original/orig_75d36a204b554c59812cf4cf666cdef3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624253/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624253/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624253/broadcast/5289_27c49c8fe8a94000b7df7cbad0b8a19f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624253/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",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-10T08:36:23.317000Z",
            "updatedTime": "2018-11-10T18:29:28.764317Z",
            "uploadedTime": "2011-02-10T08:36:23.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624253/theora/5289_37f0d311e5194b62b302d0ff031d63cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624253/large_thumb/large.jpg"
        },
        {
            "id": 624252,
            "name": "Verdens Gjenfødelse",
            "header": "Verdens Gjenfødelse\nmed Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624252/theora/5286_6dc630514c3c406e83e9cb373cfa3c2b.ogv",
                "original": "https://upload.frikanalen.no/media/624252/original/orig_cd6ed6d242724bfd943cbb6ff3258850.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624252/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624252/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624252/broadcast/5286_59fd4ada7fa542b8acde3efeb104b706.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624252/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:55.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-10T08:08:35.493000Z",
            "updatedTime": "2018-11-10T18:29:28.765805Z",
            "uploadedTime": "2011-02-10T08:08:35.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624252/theora/5286_6dc630514c3c406e83e9cb373cfa3c2b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624252/large_thumb/large.jpg"
        },
        {
            "id": 624459,
            "name": "De Gode Nyheterna 20110620",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624459/theora/5569_a6d71bb4fa4543b493daf227005393a0.ogv",
                "original": "https://upload.frikanalen.no/media/624459/original/orig_fda051fbe65a491483d282b1091c2655.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624459/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624459/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624459/broadcast/5569_65eae8f978644670b107b11ae399fbb1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624459/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:32:44.180000Z",
            "updatedTime": "2018-11-10T18:29:28.489774Z",
            "uploadedTime": "2011-05-05T15:32:44.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624459/theora/5569_a6d71bb4fa4543b493daf227005393a0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624459/large_thumb/large.jpg"
        },
        {
            "id": 625158,
            "name": "Empo TV - del 121",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625158/small_thumb/Empo-130207.jpg",
                "theora": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625158/broadcast/Empo-130207.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:00Z",
            "updatedTime": "2020-08-30T19:37:39.872215Z",
            "uploadedTime": "2013-03-21T04:33:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg"
        },
        {
            "id": 624249,
            "name": "HelseExpo Mjøndalen 13",
            "header": "Høyt blodtrykk og kolesterol. Med lege og fysioterapeut Jan Fossum.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624249/theora/orig_c6a7ad7c3ff94dccbb448353b8caf7a4.ogv",
                "original": "https://upload.frikanalen.no/media/624249/original/orig_c6a7ad7c3ff94dccbb448353b8caf7a4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624249/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624249/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624249/broadcast/4354_ef9433baecfd4b99a6405004c08f23df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624249/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-21T07:23:23.413000Z",
            "updatedTime": "2018-11-10T18:29:28.770070Z",
            "uploadedTime": "2010-05-21T07:23:23.413000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624249/theora/orig_c6a7ad7c3ff94dccbb448353b8caf7a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624249/large_thumb/large.jpg"
        },
        {
            "id": 624248,
            "name": "HelseExpo Mjøndalen 15",
            "header": "Når mennesket dør! Med pastor Geir Fossum.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624248/theora/orig_0ec1703aaec74732ae460dea85c0213b.ogv",
                "original": "https://upload.frikanalen.no/media/624248/original/orig_0ec1703aaec74732ae460dea85c0213b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624248/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624248/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624248/broadcast/4356_b7a436bdcd7d4474813a6611ace7aa45.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624248/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:47.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-21T07:29:33.687000Z",
            "updatedTime": "2018-11-10T18:29:28.771446Z",
            "uploadedTime": "2010-05-21T07:29:33.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624248/theora/orig_0ec1703aaec74732ae460dea85c0213b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624248/large_thumb/large.jpg"
        },
        {
            "id": 624460,
            "name": "De Gode Nyheterna 20110815",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624460/theora/5566_66296c1d483a4ee08c7c49a1f5c21fad.ogv",
                "original": "https://upload.frikanalen.no/media/624460/original/orig_f80bfbca2fc74bd0b079ecadb79f547a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624460/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624460/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624460/broadcast/5566_3ce4ff608f224303b2606571e5cab20c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624460/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:31:05.943000Z",
            "updatedTime": "2018-11-10T18:29:28.488429Z",
            "uploadedTime": "2011-05-05T15:31:05.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624460/theora/5566_66296c1d483a4ee08c7c49a1f5c21fad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624460/large_thumb/large.jpg"
        },
        {
            "id": 624211,
            "name": "Akkurat Nå! 30. januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624211/theora/5197_e57a6060fd0a487fa1d0f6f80712bba9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624211/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624211/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624211/broadcast/5197_bf99483fd64547dc9ce04339bda06655.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624211/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:59.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-20T12:56:39.587000Z",
            "updatedTime": "2018-11-10T18:29:28.821865Z",
            "uploadedTime": "2011-01-20T12:56:39.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624211/theora/5197_e57a6060fd0a487fa1d0f6f80712bba9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624211/large_thumb/large.jpg"
        },
        {
            "id": 624461,
            "name": "De Gode Nyheterna 20110829",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624461/theora/5567_a7758fcd6d664291abdbe3a39fc8b768.ogv",
                "original": "https://upload.frikanalen.no/media/624461/original/orig_b2626f183c254fa28e82bd6100e89cb0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624461/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624461/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624461/broadcast/5567_8e7d73c79ac34e2a92b3c2d3fc3fdf36.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624461/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:31:25.240000Z",
            "updatedTime": "2018-11-10T18:29:28.487049Z",
            "uploadedTime": "2011-05-05T15:31:25.240000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624461/theora/5567_a7758fcd6d664291abdbe3a39fc8b768.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624461/large_thumb/large.jpg"
        },
        {
            "id": 624245,
            "name": "HelseExpo Mjøndalen 12",
            "header": "Å finne fred i en urolig verden. Robert Hansen foredrar.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624245/theora/orig_b7183635cf624ae7a81a699579ccef52.ogv",
                "original": "https://upload.frikanalen.no/media/624245/original/orig_b7183635cf624ae7a81a699579ccef52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624245/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624245/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624245/broadcast/5268_bc09db3978ea456cbb46c0551bf970d6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624245/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:21.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-03T10:57:49.297000Z",
            "updatedTime": "2018-11-10T18:29:28.775687Z",
            "uploadedTime": "2011-02-03T10:57:49.297000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624245/theora/orig_b7183635cf624ae7a81a699579ccef52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624245/large_thumb/large.jpg"
        },
        {
            "id": 625159,
            "name": "Empo TV - del 122",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625159/small_thumb/Empo-130214.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg",
                "theora": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625159/broadcast/Empo-130214.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:04Z",
            "updatedTime": "2020-08-30T19:37:25.177340Z",
            "uploadedTime": "2013-03-21T04:33:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg"
        },
        {
            "id": 624240,
            "name": "Ti minutt & Levende Ord",
            "header": "Svenn Thommy Fjeldberg og Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624240/theora/5274_011b46d553064e45881d17dacaea644c.ogv",
                "original": "https://upload.frikanalen.no/media/624240/original/orig_7c8f35c175d44dfa9767b37156e9c92f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624240/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624240/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624240/broadcast/5274_2f1690854c4448d9b0064a0fb3db5736.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624240/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:45.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T10:33:12.860000Z",
            "updatedTime": "2018-11-10T18:29:28.783005Z",
            "uploadedTime": "2011-02-04T10:33:12.860000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624240/theora/5274_011b46d553064e45881d17dacaea644c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624240/large_thumb/large.jpg"
        },
        {
            "id": 624239,
            "name": "Helse & Källan",
            "header": "Helse med Eva Britt Fjeldberg og Kællan med Cark henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
                "original": "https://upload.frikanalen.no/media/624239/original/orig_92785c2a6641430fa9f200203c8f0cdd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624239/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624239/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624239/broadcast/5273_203dddea4e2c4461a800fc19fea6f058.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624239/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:12.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T10:10:30.353000Z",
            "updatedTime": "2018-11-10T18:29:28.784435Z",
            "uploadedTime": "2011-02-04T10:10:30.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624239/large_thumb/large.jpg"
        },
        {
            "id": 624238,
            "name": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624238/theora/5272_69a2cd7c8be14cd9a5182dbe7dfbd4e9.ogv",
                "original": "https://upload.frikanalen.no/media/624238/original/orig_e9cc462bb8884e8cb1304a9952bd7b1d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624238/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624238/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624238/broadcast/5272_18bfa1383df54007bfac0a7e17e3a838.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624238/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:39.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T09:01:18.637000Z",
            "updatedTime": "2018-11-10T18:29:28.785798Z",
            "uploadedTime": "2011-02-04T09:01:18.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624238/theora/5272_69a2cd7c8be14cd9a5182dbe7dfbd4e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624238/large_thumb/large.jpg"
        },
        {
            "id": 625671,
            "name": "Daily Tech News Show 17. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625671/theora/DTNS20160715.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625671/broadcast/DTNS20160715.dv",
                "original": "https://upload.frikanalen.no/media/625671/original/DTNS20160715.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625671/large_thumb/DTNS20160715.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625671/small_thumb/DTNS20160715.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:44.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6953",
            "createdTime": "2016-07-17T07:17:13.625596Z",
            "updatedTime": "2018-11-10T18:29:26.892321Z",
            "uploadedTime": "2016-07-17T07:17:58.629310Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625671/theora/DTNS20160715.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625671/large_thumb/DTNS20160715.jpg"
        },
        {
            "id": 624236,
            "name": "Guds Ord",
            "header": "Guds Ord med bjørn kristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624236/theora/5270_8a89ec07185440cdb53625ce6e553cf3.ogv",
                "original": "https://upload.frikanalen.no/media/624236/original/orig_318d0cdb5a1b4c50bd64c86d76cc3640.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624236/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624236/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624236/broadcast/5270_5559049cc4364034b21ee9af58c9359e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624236/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:55",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T08:21:41.430000Z",
            "updatedTime": "2018-11-10T18:29:28.788568Z",
            "uploadedTime": "2011-02-04T08:21:41.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624236/theora/5270_8a89ec07185440cdb53625ce6e553cf3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624236/large_thumb/large.jpg"
        },
        {
            "id": 624462,
            "name": "LevandeOrd & 10min 20110822",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624462/theora/5570_37f6909a9e134c21b983ba446ddd39bb.ogv",
                "original": "https://upload.frikanalen.no/media/624462/original/orig_a2f71a30d28b4c789e4cf2be638cc0e0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624462/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624462/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624462/broadcast/5570_2f4670959e324de88ecad2f17833d8d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624462/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:43:39.120000Z",
            "updatedTime": "2018-11-10T18:29:28.485689Z",
            "uploadedTime": "2011-05-05T15:43:39.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624462/theora/5570_37f6909a9e134c21b983ba446ddd39bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624462/large_thumb/large.jpg"
        },
        {
            "id": 624233,
            "name": "Redd pres.- Fadder Lars Helle",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624233/theora/5262_52770e36c27d42d0a5f265ca1d2c4b53.ogv",
                "original": "https://upload.frikanalen.no/media/624233/original/orig_38fd8bf1ec4a4105b918c8e9b715b447.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624233/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624233/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624233/broadcast/5262_da7f6f632357434cbe4c7da368a83cc9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624233/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:04:09.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:47:42.623000Z",
            "updatedTime": "2018-11-10T18:29:28.791383Z",
            "uploadedTime": "2011-02-03T08:47:42.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624233/theora/5262_52770e36c27d42d0a5f265ca1d2c4b53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624233/large_thumb/large.jpg"
        },
        {
            "id": 624463,
            "name": "LevandeOrd & 10min 20110627",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624463/theora/5571_2d057312bc304ab09f70e209938897b9.ogv",
                "original": "https://upload.frikanalen.no/media/624463/original/orig_888d6e928f914849940bb46066259083.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624463/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624463/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624463/broadcast/5571_0112bde9e28d42e895dcc5538fc97209.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624463/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:44:17.950000Z",
            "updatedTime": "2018-11-10T18:29:28.484296Z",
            "uploadedTime": "2011-05-05T15:44:17.950000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624463/theora/5571_2d057312bc304ab09f70e209938897b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624463/large_thumb/large.jpg"
        },
        {
            "id": 625169,
            "name": "Empo TV - del 131",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625169/small_thumb/Empo-130418.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.jpg",
                "theora": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625169/broadcast/Empo-130418.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-18T11:33:15Z",
            "updatedTime": "2020-08-30T19:36:40.152137Z",
            "uploadedTime": "2013-04-18T11:33:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.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",
            "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": 624464,
            "name": "LevandeOrd & 10min 20110530",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624464/theora/5573_73b2ecaec6f64bbfab860367d401beca.ogv",
                "original": "https://upload.frikanalen.no/media/624464/original/orig_6e22532a8b814c7495bbfccc1fc69dfe.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624464/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624464/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624464/broadcast/5573_5e9ada798511409586b26023643727c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624464/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:45:41.747000Z",
            "updatedTime": "2018-11-10T18:29:28.482857Z",
            "uploadedTime": "2011-05-05T15:45:41.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624464/theora/5573_73b2ecaec6f64bbfab860367d401beca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624464/large_thumb/large.jpg"
        },
        {
            "id": 624228,
            "name": "Redd pres.- Krise i medienorge",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624228/theora/5260_c93bbc2e6c1f47eea3db7f13280bf1b9.ogv",
                "original": "https://upload.frikanalen.no/media/624228/original/orig_b3789a0a622c4b92a3dc2ab63350f09d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624228/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624228/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624228/broadcast/5260_7156f49efd4440828e4f47edc1bc1472.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624228/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:37.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:46:16.153000Z",
            "updatedTime": "2018-11-10T18:29:28.798232Z",
            "uploadedTime": "2011-02-03T08:46:16.153000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624228/theora/5260_c93bbc2e6c1f47eea3db7f13280bf1b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624228/large_thumb/large.jpg"
        },
        {
            "id": 624465,
            "name": "LevandeOrd & 10min 20110613",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624465/theora/5576_040bc762377548f8bcb12f5939466062.ogv",
                "original": "https://upload.frikanalen.no/media/624465/original/orig_51b23c3b5df04acabdc9314839bb39ef.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624465/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624465/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624465/broadcast/5576_21fb8c308d5649bc9412d5094ab07846.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624465/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:47:40.943000Z",
            "updatedTime": "2018-11-10T18:29:28.481515Z",
            "uploadedTime": "2011-05-05T15:47:40.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624465/theora/5576_040bc762377548f8bcb12f5939466062.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624465/large_thumb/large.jpg"
        },
        {
            "id": 625170,
            "name": "Empo TV - del 132",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625170/small_thumb/Empo-130425.jpg",
                "theora": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625170/broadcast/Empo-130425.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-25T12:03:02Z",
            "updatedTime": "2020-08-30T19:36:28.822486Z",
            "uploadedTime": "2013-04-25T12:03:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg"
        },
        {
            "id": 625662,
            "name": "Daily Tech News Show 06. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625662/broadcast/DTNS20160706.dv",
                "theora": "https://upload.frikanalen.no/media/625662/theora/DTNS20160706.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625662/small_thumb/DTNS20160706.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625662/large_thumb/DTNS20160706.jpg",
                "original": "https://upload.frikanalen.no/media/625662/original/DTNS20160706.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:06:29.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6860vid",
            "createdTime": "2016-07-07T11:10:53.064638Z",
            "updatedTime": "2018-11-10T18:29:26.905047Z",
            "uploadedTime": "2016-07-07T11:10:57.681339Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625662/theora/DTNS20160706.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625662/large_thumb/DTNS20160706.jpg"
        },
        {
            "id": 624466,
            "name": "Lev.Ord & Gospel Mir..20110525",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624466/theora/5578_1a7d1b9d4a9245618e6e2cd9cf1f2dc5.ogv",
                "original": "https://upload.frikanalen.no/media/624466/original/orig_8f1b281cbafd4510a64cd2036626a361.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624466/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624466/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624466/broadcast/5578_df98bd18fc97451b81405440fa1f6ac9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624466/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:35.807000Z",
            "updatedTime": "2018-11-10T18:29:28.480168Z",
            "uploadedTime": "2011-05-05T18:02:35.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624466/theora/5578_1a7d1b9d4a9245618e6e2cd9cf1f2dc5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624466/large_thumb/large.jpg"
        },
        {
            "id": 624467,
            "name": "Lev.Ord & Gospel Mir..20110720",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624467/theora/5581_e2c31a2c48db418686e6da28b9b9121c.ogv",
                "original": "https://upload.frikanalen.no/media/624467/original/orig_6c1f9ec1449d4c2581989495fa7970d4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624467/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624467/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624467/broadcast/5581_12057b6961cf42b3a21a57709984756e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624467/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:05:05.157000Z",
            "updatedTime": "2018-11-10T18:29:28.478784Z",
            "uploadedTime": "2011-05-05T18:05:05.157000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624467/theora/5581_e2c31a2c48db418686e6da28b9b9121c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624467/large_thumb/large.jpg"
        },
        {
            "id": 625176,
            "name": "Empo TV - del 134",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625176/small_thumb/Empo-130509.jpg",
                "theora": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625176/broadcast/Empo-130509.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-09T13:24:54Z",
            "updatedTime": "2020-08-30T19:36:01.585283Z",
            "uploadedTime": "2013-05-09T13:24:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg"
        },
        {
            "id": 624469,
            "name": "Lev.Ord & Gospel Mir..20110608",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624469/theora/5577_c0c23c1a9f22424b90545d16b87bcad2.ogv",
                "original": "https://upload.frikanalen.no/media/624469/original/orig_aeff0ed1e45745deadc4a4518bf130e8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624469/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624469/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624469/broadcast/5577_958b76ba637a4080b64ed1905c512ce1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624469/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:16.493000Z",
            "updatedTime": "2018-11-10T18:29:28.477446Z",
            "uploadedTime": "2011-05-05T18:02:16.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624469/theora/5577_c0c23c1a9f22424b90545d16b87bcad2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624469/large_thumb/large.jpg"
        },
        {
            "id": 624470,
            "name": "Lev.Ord & Gospel Mir..20110706",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624470/theora/5580_9890ced2c03f4ff685525c6d50d48d80.ogv",
                "original": "https://upload.frikanalen.no/media/624470/original/orig_cea45459da584164a42e0d968da887a6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624470/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624470/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624470/broadcast/5580_ca1acbe4794b43a2bfa5030fa753c026.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624470/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:04:26.187000Z",
            "updatedTime": "2018-11-10T18:29:28.476105Z",
            "uploadedTime": "2011-05-05T18:04:26.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624470/theora/5580_9890ced2c03f4ff685525c6d50d48d80.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624470/large_thumb/large.jpg"
        },
        {
            "id": 625177,
            "name": "Empo TV - del 135",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625177/small_thumb/Empo-130516.jpg",
                "theora": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625177/broadcast/Empo-130516.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-16T08:26:33Z",
            "updatedTime": "2020-08-30T19:35:47.324546Z",
            "uploadedTime": "2013-05-16T08:26:34Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg"
        },
        {
            "id": 624471,
            "name": "Lev.Ord & Gospel Mir..20110831",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624471/theora/5582_433ffa3d95764b2ea184acdf0299a0a9.ogv",
                "original": "https://upload.frikanalen.no/media/624471/original/orig_796cc634cded43ef8e22513f763f6fec.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624471/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624471/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624471/broadcast/5582_cca9e2c4ca6540a0a89a798d8e6c30f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624471/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:06:50.660000Z",
            "updatedTime": "2018-11-10T18:29:28.474706Z",
            "uploadedTime": "2011-05-05T18:06:50.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624471/theora/5582_433ffa3d95764b2ea184acdf0299a0a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624471/large_thumb/large.jpg"
        },
        {
            "id": 624473,
            "name": "Lev.Ord & Gospel Mir..20110817",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624473/theora/5583_c9a2f8519efa4bb886019f942609e73e.ogv",
                "original": "https://upload.frikanalen.no/media/624473/original/orig_26c2096e85624d82b979760e917cbf54.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624473/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624473/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624473/broadcast/5583_8da1432351c74821ace397cf40448d8f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624473/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:07:29.443000Z",
            "updatedTime": "2018-11-10T18:29:28.471798Z",
            "uploadedTime": "2011-05-05T18:07:29.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624473/theora/5583_c9a2f8519efa4bb886019f942609e73e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624473/large_thumb/large.jpg"
        },
        {
            "id": 624474,
            "name": "Lev.Ord & Gospel Mir..20110803",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624474/theora/5584_13233ba5ead14155831eb4e107087a0a.ogv",
                "original": "https://upload.frikanalen.no/media/624474/original/orig_d287dfa4ea834e0f9551adb1ed477c6b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624474/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624474/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624474/broadcast/5584_aa05b5caf4264cbaab6a1d7640a0d51b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624474/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:08:08.677000Z",
            "updatedTime": "2018-11-10T18:29:28.470415Z",
            "uploadedTime": "2011-05-05T18:08:08.677000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624474/theora/5584_13233ba5ead14155831eb4e107087a0a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624474/large_thumb/large.jpg"
        },
        {
            "id": 624475,
            "name": "Lev.Ord & Gospel Mir..20110622",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
                "original": "https://upload.frikanalen.no/media/624475/original/orig_5f1aed88f95547f6b5c5f90354cfdd3d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624475/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624475/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624475/broadcast/5579_8a0010bf89de4c34b51a3cf04c9d61ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624475/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:55.417000Z",
            "updatedTime": "2018-11-10T18:29:28.469054Z",
            "uploadedTime": "2011-05-05T18:02:55.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624475/large_thumb/large.jpg"
        },
        {
            "id": 624212,
            "name": "Filmandmeldelse: The Town",
            "header": "Anmeldelse av filmen The town.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624212/theora/5216_eea47146eaaa4c5788565664b2243188.ogv",
                "original": "https://upload.frikanalen.no/media/624212/original/orig_ba319eeb8fdc42ef9cdfda0a37730e57.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624212/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624212/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624212/broadcast/5216_b44ac6ae04e447be99b367a948e8f2dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624212/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:37.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T19:50:18Z",
            "updatedTime": "2018-11-10T18:29:28.820484Z",
            "uploadedTime": "2011-01-31T19:50:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624212/theora/5216_eea47146eaaa4c5788565664b2243188.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624212/large_thumb/large.jpg"
        },
        {
            "id": 625184,
            "name": "Empo TV - del 138",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625184/small_thumb/Empo-130606.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625184/broadcast/Empo-130606.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-06-06T01:34:41Z",
            "updatedTime": "2020-08-30T19:35:31.324966Z",
            "uploadedTime": "2013-06-06T01:34:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg"
        },
        {
            "id": 625183,
            "name": "Empo TV - del 137",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625183/small_thumb/Empo-130530.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625183/broadcast/Empo-130530.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-30T07:22:04Z",
            "updatedTime": "2020-08-30T19:35:01.723818Z",
            "uploadedTime": "2013-05-30T07:22:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg"
        },
        {
            "id": 625663,
            "name": "Daily Tech News Show 07. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625663/broadcast/DTNS20160707.dv",
                "theora": "https://upload.frikanalen.no/media/625663/theora/DTNS20160707.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625663/small_thumb/DTNS20160707.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625663/large_thumb/DTNS20160707.jpg",
                "original": "https://upload.frikanalen.no/media/625663/original/DTNS20160707.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:02:14.770000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6872vid",
            "createdTime": "2016-07-08T11:27:00.823250Z",
            "updatedTime": "2018-11-10T18:29:26.903684Z",
            "uploadedTime": "2016-07-08T11:27:06.100548Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625663/theora/DTNS20160707.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625663/large_thumb/DTNS20160707.jpg"
        }
    ]
}