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

{
    "count": 3453,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1250&ordering=-description",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1150&ordering=-description",
    "results": [
        {
            "id": 625130,
            "name": "Opprinnelsen, 08 Jesus",
            "header": "Gud har ikke bare skapt, men han opprettholder også skaperverket.Og han har et endelig mål han arbeider mot. Programleder er Terje Bjerka.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625130/theora/orig_a8ecddc005b44c5a8e6b9edca49fd8d4.ogv",
                "original": "https://upload.frikanalen.no/media/625130/original/orig_a8ecddc005b44c5a8e6b9edca49fd8d4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625130/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625130/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625130/broadcast/6635_45335697a47b48b78dc90d828e15a710.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625130/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T13:54:55.800000Z",
            "updatedTime": "2018-11-10T18:29:27.617527Z",
            "uploadedTime": "2012-12-31T13:54:55.800000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625130/theora/orig_a8ecddc005b44c5a8e6b9edca49fd8d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625130/large_thumb/large.jpg"
        },
        {
            "id": 625700,
            "name": "Meet MariaDB 10.2 - Debconf 16",
            "header": "New MariaDB major release is out of the door. It has new unique features, performance enhancements, as well as better MySQL compatibility. This talk will go over everything new that MariaDB 10.2 has to offer. It will describe all new features, both MySQL compatible, and MariaDB-only ones and show usage examples and practical use cases.\n\nTalk (45 mins) session with Sergei Golubchik during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625700/theora/Meet_MariaDB_102.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625700/broadcast/Meet_MariaDB_102.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625700/large_thumb/Meet_MariaDB_102.jpg",
                "original": "https://upload.frikanalen.no/media/625700/original/Meet_MariaDB_102.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625700/small_thumb/Meet_MariaDB_102.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:31:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/68/",
            "createdTime": "2016-07-22T06:28:07.340043Z",
            "updatedTime": "2018-11-10T18:29:26.843426Z",
            "uploadedTime": "2016-07-22T06:28:12.712846Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625700/theora/Meet_MariaDB_102.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625700/large_thumb/Meet_MariaDB_102.jpg"
        },
        {
            "id": 625129,
            "name": "Opprinnelsen, 07 en gåte",
            "header": "Vår verden gir vitnesbyrd om både godhet og ondskap. Er ondskapen et bevis for at Gud ikke finnes, eller finnes en annen forklaring? Programleder er Terje Bjerka.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625129/theora/orig_ecaa51c68c244bc392594c253eacbfc7.ogv",
                "original": "https://upload.frikanalen.no/media/625129/original/orig_ecaa51c68c244bc392594c253eacbfc7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625129/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625129/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625129/broadcast/6634_3904a92bd42c4f7586b1a20008b80b7c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625129/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T13:51:08.863000Z",
            "updatedTime": "2018-11-10T18:29:27.618894Z",
            "uploadedTime": "2012-12-31T13:51:08.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625129/theora/orig_ecaa51c68c244bc392594c253eacbfc7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625129/large_thumb/large.jpg"
        },
        {
            "id": 624399,
            "name": "Stjernespekket kanonåpning",
            "header": "Det var mange kjente fjes da filmbransjen delte ut Kanonprisen i festivalteltet på Torget mandag kveld.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624399/theora/5504_24a8ce8abfab4d91b73cc7f7f5a5d5af.ogv",
                "original": "https://upload.frikanalen.no/media/624399/original/orig_14867d76c7e842c2b03eb52f7e7d5821.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624399/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624399/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624399/broadcast/5504_758f2fdd17f1499ebafbc2b93b3224aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624399/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:07.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T11:51:17.473000Z",
            "updatedTime": "2018-11-10T18:29:28.570556Z",
            "uploadedTime": "2011-04-08T11:51:17.473000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624399/theora/5504_24a8ce8abfab4d91b73cc7f7f5a5d5af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624399/large_thumb/large.jpg"
        },
        {
            "id": 624352,
            "name": "10_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624352/theora/5279_05571497a4504d2fb3755cb073df368a.ogv",
                "original": "https://upload.frikanalen.no/media/624352/original/orig_69f6e3fec93644dbafe265f2a48fc7a4.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624352/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624352/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624352/broadcast/5279_d16970ea6e4b4efdb231aff04ab79800.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624352/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:51",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-02-04T13:55:57.113000Z",
            "updatedTime": "2018-11-10T18:29:28.629318Z",
            "uploadedTime": "2011-02-04T13:55:57.113000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624352/theora/5279_05571497a4504d2fb3755cb073df368a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624352/large_thumb/large.jpg"
        },
        {
            "id": 624431,
            "name": "Empo tv - del 45",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624431/theora/5498_e69d38285c9949cf94d5092158f0a588.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624431/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624431/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624431/broadcast/5498_f9cf21c4ca8f49c994ea1a3770b91106.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624431/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:55.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-04-06T13:26:15.003000Z",
            "updatedTime": "2020-08-30T19:56:31.344628Z",
            "uploadedTime": "2011-04-06T13:26:15.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624431/theora/5498_e69d38285c9949cf94d5092158f0a588.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624431/large_thumb/large.jpg"
        },
        {
            "id": 625125,
            "name": "03_13 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625125/theora/6650_349d8cd1c8034d19b7da69715b8bfcdd.ogv",
                "original": "https://upload.frikanalen.no/media/625125/original/orig_4a2f296e0dbb499aa08cde360eee836b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625125/broadcast/6650_75c88e9a905547dbb3a85d1d21cfddd8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625125/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:54:59",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2013-01-15T23:47:04.307000Z",
            "updatedTime": "2018-11-10T18:29:27.624497Z",
            "uploadedTime": "2013-01-15T23:47:04.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625125/theora/6650_349d8cd1c8034d19b7da69715b8bfcdd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625125/large_thumb/large.jpg"
        },
        {
            "id": 624384,
            "name": "Country Team",
            "header": "Kåre og lena Johnsen spiller og synger på ckms`s sang cafè i Charlottenberg 26 mars 2011 del 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624384/theora/orig_68be5e8c5fad42f7a1f3092226c8e216.ogv",
                "original": "https://upload.frikanalen.no/media/624384/original/orig_68be5e8c5fad42f7a1f3092226c8e216.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624384/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624384/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624384/broadcast/5482_168401f106bf44b4a8bf0606377b0bb1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624384/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:37.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-03-29T19:48:05.240000Z",
            "updatedTime": "2018-11-10T18:29:28.588597Z",
            "uploadedTime": "2011-03-29T19:48:05.240000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624384/theora/orig_68be5e8c5fad42f7a1f3092226c8e216.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624384/large_thumb/large.jpg"
        },
        {
            "id": 624416,
            "name": "Akkurat Nå 17. april 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624416/theora/5519_6d37c56adb0d460690648ace23999cab.ogv",
                "original": "https://upload.frikanalen.no/media/624416/original/orig_7a902b6f3fbf4908bf73826c4d8dd9f4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624416/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624416/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624416/broadcast/5519_735b0e99af6147fa994c15a4ccf398df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624416/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:54:56.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-13T07:00:51.937000Z",
            "updatedTime": "2018-11-10T18:29:28.548608Z",
            "uploadedTime": "2011-04-13T07:00:51.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624416/theora/5519_6d37c56adb0d460690648ace23999cab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624416/large_thumb/large.jpg"
        },
        {
            "id": 625698,
            "name": "Daily Tech News Show 21. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625698/theora/DTNS20160721.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625698/broadcast/DTNS20160721.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625698/small_thumb/DTNS20160721.jpg",
                "original": "https://upload.frikanalen.no/media/625698/original/DTNS20160721.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625698/large_thumb/DTNS20160721.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:50.390000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7010vid",
            "createdTime": "2016-07-21T22:03:59.291866Z",
            "updatedTime": "2018-11-10T18:29:26.846263Z",
            "uploadedTime": "2016-07-21T22:04:03.735353Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625698/theora/DTNS20160721.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625698/large_thumb/DTNS20160721.jpg"
        },
        {
            "id": 625697,
            "name": "Putting GNU/kFreeBSD into production - Debconf 16",
            "header": "Debian GNU/kFreeBSD is still under active development.  I'll show some projects that have been ongoing since the last DebConf, and some new features being planned for stretch.\n\nThen I'd like to show what GNU/kFreeBSD's users are doing with it.  I'll describe some use cases in more detail: using free software in place of proprietary appliances, which could apply to Debian and ZFS more generally.  And we even have a downstream distribution now, so we'll see how that's been a useful collaboration already.\n\nTalk (20 mins) session with Steven Chamberlain during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625697/broadcast/Putting_GNUkFreeBSD_into_production.dv",
                "theora": "https://upload.frikanalen.no/media/625697/theora/Putting_GNUkFreeBSD_into_production.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625697/large_thumb/Putting_GNUkFreeBSD_into_production.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625697/small_thumb/Putting_GNUkFreeBSD_into_production.jpg",
                "original": "https://upload.frikanalen.no/media/625697/original/Putting_GNUkFreeBSD_into_production.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:00.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/80/",
            "createdTime": "2016-07-21T22:02:51.234258Z",
            "updatedTime": "2018-11-10T18:29:26.847675Z",
            "uploadedTime": "2016-07-21T22:02:56.434918Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625697/theora/Putting_GNUkFreeBSD_into_production.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625697/large_thumb/Putting_GNUkFreeBSD_into_production.jpg"
        },
        {
            "id": 624411,
            "name": "Utrop TV - Studio5",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624411/theora/5445_fc5fad991c934cca8b488f6fe8a65ccc.ogv",
                "original": "https://upload.frikanalen.no/media/624411/original/orig_aa68c93b7fca47b7b4d3d3674acf9aba.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624411/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624411/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624411/broadcast/5445_3d3c6870d03e43aea455f9ab7695f3c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624411/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:57.320000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-14T13:19:34.567000Z",
            "updatedTime": "2018-11-10T18:29:28.554054Z",
            "uploadedTime": "2011-03-14T13:19:34.567000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624411/theora/5445_fc5fad991c934cca8b488f6fe8a65ccc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624411/large_thumb/large.jpg"
        },
        {
            "id": 624409,
            "name": "Den norske kirke i eksil 82",
            "header": "Tiende hva betyr den for menigheten?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624409/theora/5517_03a518bc94b643b684e9a2a2d5d76d23.ogv",
                "original": "https://upload.frikanalen.no/media/624409/original/orig_ef1e4f85bcfc4fb6b1cdf522459fe30f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624409/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624409/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624409/broadcast/5517_8d12a97d2d084b66850d80338817b010.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624409/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:48.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-09T17:07:17.300000Z",
            "updatedTime": "2018-11-10T18:29:28.556793Z",
            "uploadedTime": "2011-04-09T17:07:17.300000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624409/theora/5517_03a518bc94b643b684e9a2a2d5d76d23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624409/large_thumb/large.jpg"
        },
        {
            "id": 624408,
            "name": "14_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624408/theora/5424_9f61dea4c3d8470e95a4418487cc25c0.ogv",
                "original": "https://upload.frikanalen.no/media/624408/original/orig_fccd0aec47234bd88314ad0aa986f3d0.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624408/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624408/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624408/broadcast/5424_7782ce1b887c4748bf154a1f86c2dfb5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624408/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:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:22:58.173000Z",
            "updatedTime": "2018-11-10T18:29:28.558165Z",
            "uploadedTime": "2011-03-09T10:22:58.173000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624408/theora/5424_9f61dea4c3d8470e95a4418487cc25c0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624408/large_thumb/large.jpg"
        },
        {
            "id": 625126,
            "name": "Empo TV - del 119",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625126/theora/6608_5566d89bd2824b11a3ea1ab595a4f1d4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625126/broadcast/6608_60e2a2a004c942e5b2f5df4450955ff1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625126/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-12-18T16:54:25.970000Z",
            "updatedTime": "2020-08-30T19:40:27.459673Z",
            "uploadedTime": "2012-12-18T16:54:25.970000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625126/theora/6608_5566d89bd2824b11a3ea1ab595a4f1d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625126/large_thumb/large.jpg"
        },
        {
            "id": 624406,
            "name": "Seriemesterne: Oppgrader",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624406/theora/5502_f040e7b9fec64a2f80d1b75c680f929b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624406/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624406/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624406/broadcast/5502_0ef50ff2e4884530878e4a389687a99a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624406/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:13.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-07T11:08:45.500000Z",
            "updatedTime": "2018-11-10T18:29:28.560940Z",
            "uploadedTime": "2011-04-07T11:08:45.500000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624406/theora/5502_f040e7b9fec64a2f80d1b75c680f929b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624406/large_thumb/large.jpg"
        },
        {
            "id": 624405,
            "name": "Hva tjener far din? Episode 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624405/theora/5501_f164b64001a3490d91e394f2733f5475.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624405/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624405/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624405/broadcast/5501_6d809e467e4d4884915038b91d22f18e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624405/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:26.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-07T11:06:41.417000Z",
            "updatedTime": "2018-11-10T18:29:28.562280Z",
            "uploadedTime": "2011-04-07T11:06:41.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624405/theora/5501_f164b64001a3490d91e394f2733f5475.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624405/large_thumb/large.jpg"
        },
        {
            "id": 624404,
            "name": "Nordens mørke krimgåte",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624404/theora/5503_6be0271eecb2486198d1cd458b1f690c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624404/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624404/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624404/broadcast/5503_4914c7fb618a469582128cd952f6a163.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624404/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:54.360000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-07T11:10:59.237000Z",
            "updatedTime": "2018-11-10T18:29:28.563662Z",
            "uploadedTime": "2011-04-07T11:10:59.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624404/theora/5503_6be0271eecb2486198d1cd458b1f690c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624404/large_thumb/large.jpg"
        },
        {
            "id": 624403,
            "name": "FAQ om datalagringsdirektivet",
            "header": "Student-TV gir deg svar på det mest grunnleggende om datalagringsdirektivet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624403/theora/5515_d342963a7a514b2b85a985c1d4b35d73.ogv",
                "original": "https://upload.frikanalen.no/media/624403/original/orig_e5f90608d2cc416c8ca5945f4b426560.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624403/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624403/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624403/broadcast/5515_08a3a4b4184d494c8c9b42a43351031f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624403/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:01:57.490000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:27:42.183000Z",
            "updatedTime": "2018-11-10T18:29:28.565003Z",
            "uploadedTime": "2011-04-08T12:27:42.183000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624403/theora/5515_d342963a7a514b2b85a985c1d4b35d73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624403/large_thumb/large.jpg"
        },
        {
            "id": 625123,
            "name": "Folkehelsens røtter 08",
            "header": "Per de Lange tar oss med tilbake i historienn for å vise den lange veien fram til dagens kunnskap innen folkehelsen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625123/theora/orig_5396c2763dc24d47a7906a6f5539895b.ogv",
                "original": "https://upload.frikanalen.no/media/625123/original/orig_5396c2763dc24d47a7906a6f5539895b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625123/broadcast/6641_33cd96c50f2d42bf8a85f765608aa263.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625123/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T14:26:42.217000Z",
            "updatedTime": "2018-11-10T18:29:27.627195Z",
            "uploadedTime": "2012-12-31T14:26:42.217000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625123/theora/orig_5396c2763dc24d47a7906a6f5539895b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625123/large_thumb/large.jpg"
        },
        {
            "id": 624398,
            "name": "Inside Israel april 2011",
            "header": "Oslo symposium\n\nDet er med stor glede vi ønsker velkommen til Oslo Symposium 2011. I to dager har profilerte tenkere og reflekterte samfunnsaktører diskutert de store emnene for vårt land og for vår fremtid.\n\nFor mer informasjon:\n\nwww.oslosymposium.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624398/theora/orig_2143d87cc27e4d55bc14385600ccec52.ogv",
                "original": "https://upload.frikanalen.no/media/624398/original/orig_2143d87cc27e4d55bc14385600ccec52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624398/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624398/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624398/broadcast/5500_51ab57b02ab940fea4d930ecdde7748c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624398/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:58.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-06T17:37:46.227000Z",
            "updatedTime": "2018-11-10T18:29:28.571936Z",
            "uploadedTime": "2011-04-06T17:37:46.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624398/theora/orig_2143d87cc27e4d55bc14385600ccec52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624398/large_thumb/large.jpg"
        },
        {
            "id": 625122,
            "name": "Folkehelsens røtter 09",
            "header": "Per de Lange tar oss med tilbake i historienn for å vise den lange veien fram til dagens kunnskap innen folkehelsen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625122/theora/orig_e0969cddbffc41f9a6845bedb431ac30.ogv",
                "original": "https://upload.frikanalen.no/media/625122/original/orig_e0969cddbffc41f9a6845bedb431ac30.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625122/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625122/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625122/broadcast/6642_8653f430f0234b09b40e1457fbe8e03d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625122/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:52.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T14:35:28.293000Z",
            "updatedTime": "2018-11-10T18:29:27.628566Z",
            "uploadedTime": "2012-12-31T14:35:28.293000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625122/theora/orig_e0969cddbffc41f9a6845bedb431ac30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625122/large_thumb/large.jpg"
        },
        {
            "id": 624395,
            "name": "Facebook-revolusjonen",
            "header": "Sosiale medier fungerte som sosiale våpen i den egyptiske revolusjonen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624395/theora/5494_714b4542c28344839c607ae76c116981.ogv",
                "original": "https://upload.frikanalen.no/media/624395/original/orig_d74a2539b2864b8da1be43514c68af7b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624395/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624395/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624395/broadcast/5494_72af427337ed429eac9b39e30ea48575.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624395/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:52.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:36:30.693000Z",
            "updatedTime": "2018-11-10T18:29:28.576006Z",
            "uploadedTime": "2011-03-31T16:36:30.693000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624395/theora/5494_714b4542c28344839c607ae76c116981.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624395/large_thumb/large.jpg"
        },
        {
            "id": 624311,
            "name": "De Levende Ord",
            "header": "De Levende Ord med Tommy M.Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624311/theora/5373_b6b2e6c2d0134c7580a00c4a0dbc807f.ogv",
                "original": "https://upload.frikanalen.no/media/624311/original/orig_f84d713fbfc348899257d696342dcedc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624311/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624311/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624311/broadcast/5373_40e98ebb128949cc90f8165b5b2ed229.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624311/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-23T13:26:21.717000Z",
            "updatedTime": "2018-11-10T18:29:28.682515Z",
            "uploadedTime": "2011-02-23T13:26:21.717000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624311/theora/5373_b6b2e6c2d0134c7580a00c4a0dbc807f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624311/large_thumb/large.jpg"
        },
        {
            "id": 624417,
            "name": "Empo tv - del 44",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624417/theora/5497_3275d253a6344e56825326d55c7ace67.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624417/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624417/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624417/broadcast/5497_a0c61d936f6646cf8c531d22ed686ac3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624417/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:02.880000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-04-06T13:23:05.177000Z",
            "updatedTime": "2020-08-30T19:58:31.577756Z",
            "uploadedTime": "2011-04-06T13:23:05.177000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624417/theora/5497_3275d253a6344e56825326d55c7ace67.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624417/large_thumb/large.jpg"
        },
        {
            "id": 624397,
            "name": "Empo tv - del 42",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624397/theora/5474_98aac78912254174a39386b137b9bf63.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624397/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624397/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624397/broadcast/5474_184136b2957a49b09d0ea82785991edc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624397/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:52.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-03-24T10:37:35.727000Z",
            "updatedTime": "2020-08-30T19:58:59.815165Z",
            "uploadedTime": "2011-03-24T10:37:35.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624397/theora/5474_98aac78912254174a39386b137b9bf63.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624397/large_thumb/large.jpg"
        },
        {
            "id": 624394,
            "name": "Demonstrasjon mot DLD",
            "header": "Onsdag demonstrerte over 200 personer mot datalagringsdirektivet i Trondheim. Alle partiene var representert i demonstrasjonen, selv ja-partiene Ap og Høyre",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624394/theora/5493_17a8099a35004e3eb9ccfc97cbf3b659.ogv",
                "original": "https://upload.frikanalen.no/media/624394/original/orig_59d208c459e54284a890dcecf877625a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624394/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624394/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624394/broadcast/5493_ae19e160a628423590754ddcc904c7dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624394/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:01:47.010000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:32:45.687000Z",
            "updatedTime": "2018-11-10T18:29:28.577341Z",
            "uploadedTime": "2011-03-31T16:32:45.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624394/theora/5493_17a8099a35004e3eb9ccfc97cbf3b659.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624394/large_thumb/large.jpg"
        },
        {
            "id": 625119,
            "name": "Folkehelsens røtter 06",
            "header": "Per de Lange tar oss med tilbake i historien og forteller om folkehelsevitenskapens kronglete vei fram til dagens anbefalinger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625119/theora/orig_e6a8a3eaa2064f05abc0d43eb94479a5.ogv",
                "original": "https://upload.frikanalen.no/media/625119/original/orig_e6a8a3eaa2064f05abc0d43eb94479a5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625119/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625119/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625119/broadcast/6628_3090077363ca4a3397458c496176981e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625119/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:55.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-28T09:08:12.247000Z",
            "updatedTime": "2018-11-10T18:29:27.632632Z",
            "uploadedTime": "2012-12-28T09:08:12.247000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625119/theora/orig_e6a8a3eaa2064f05abc0d43eb94479a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625119/large_thumb/large.jpg"
        },
        {
            "id": 625118,
            "name": "Opprinnelsen, 06 Syndefallet",
            "header": "En av Guds skapninger gjorde opprør i Guds nyskapte verden. Hvorfor kunne ikke Gud bare drepe Satan før han fikk gjort mye skade? Programleder er Terje Bjerka.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625118/theora/orig_444cfa27c4284e6ca1c1123ab1234e3f.ogv",
                "original": "https://upload.frikanalen.no/media/625118/original/orig_444cfa27c4284e6ca1c1123ab1234e3f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625118/broadcast/6633_6102a1ef208e4c8fb32fc2740853bb18.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625118/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T13:46:06.850000Z",
            "updatedTime": "2018-11-10T18:29:27.634013Z",
            "uploadedTime": "2012-12-31T13:46:06.850000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625118/theora/orig_444cfa27c4284e6ca1c1123ab1234e3f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625118/large_thumb/large.jpg"
        },
        {
            "id": 625844,
            "name": "Daily Tech News Show 15. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625844/theora/DTNS20161115.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625844/broadcast/DTNS20161115.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625844/large_thumb/DTNS20161115.jpg",
                "original": "https://upload.frikanalen.no/media/625844/original/DTNS20161115.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625844/small_thumb/DTNS20161115.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:25.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8015vid",
            "createdTime": "2016-12-15T11:30:52.547303Z",
            "updatedTime": "2018-11-10T18:29:26.634608Z",
            "uploadedTime": "2016-12-15T11:31:05.091123Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625844/theora/DTNS20161115.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625844/large_thumb/DTNS20161115.jpg"
        },
        {
            "id": 624390,
            "name": "Atomkraftens fremtid",
            "header": "Hvor står vi i atomspørsmålet etter hendelsene i Japan?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624390/theora/5480_d6e94fda8c5643268a3af73d603d4e68.ogv",
                "original": "https://upload.frikanalen.no/media/624390/original/orig_badd3dc9ec7f40e08196ad717a765eef.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624390/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624390/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624390/broadcast/5480_b0548745465b4d4ba78615421c84a2d4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624390/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:40.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:49:38.183000Z",
            "updatedTime": "2018-11-10T18:29:28.582978Z",
            "uploadedTime": "2011-03-24T20:49:38.183000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624390/theora/5480_d6e94fda8c5643268a3af73d603d4e68.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624390/large_thumb/large.jpg"
        },
        {
            "id": 624389,
            "name": "Drømmejobben kommer",
            "header": "Selv om ikke alle studieretninger gir et like klart bilde av den...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624389/theora/5475_23c555ef96da4ad4b685fef0c4c95c46.ogv",
                "original": "https://upload.frikanalen.no/media/624389/original/orig_31e8864b86a74408b076e66d17a50e57.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624389/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624389/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624389/broadcast/5475_efcacb8d7de24484a1e08c12bb910333.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624389/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:41.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:37:12.347000Z",
            "updatedTime": "2018-11-10T18:29:28.584386Z",
            "uploadedTime": "2011-03-24T20:37:12.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624389/theora/5475_23c555ef96da4ad4b685fef0c4c95c46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624389/large_thumb/large.jpg"
        },
        {
            "id": 624388,
            "name": "Går i strupen på overtru",
            "header": "Religion, homeopati og overnaturlege evner er rein svindel for å lure pengar av folk. Det meiner James Randi som nyleg besøkte Samfundet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624388/theora/5487_51981530dabc4d1d86f1719dbb1dad7b.ogv",
                "original": "https://upload.frikanalen.no/media/624388/original/orig_f9d4ccc718e249e59123e2ffd187e806.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624388/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624388/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624388/broadcast/5487_9266bf6ba2ad4d35acad7bb00808185c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624388/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:56.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-31T15:38:29.657000Z",
            "updatedTime": "2018-11-10T18:29:28.585740Z",
            "uploadedTime": "2011-03-31T15:38:29.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624388/theora/5487_51981530dabc4d1d86f1719dbb1dad7b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624388/large_thumb/large.jpg"
        },
        {
            "id": 624387,
            "name": "Earth Hour",
            "header": "Earth Hour har blitt arrangert for femte året på rad. Vi har tatt pulsen på engasjementet i Trondheim.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624387/theora/5486_9bc64061cda54a2a9591b8e1cfbaa1b9.ogv",
                "original": "https://upload.frikanalen.no/media/624387/original/orig_86cf547252b94989a8ca8f7c0aa086e8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624387/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624387/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624387/broadcast/5486_2c105688a729489993ba9195944b1f66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624387/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:01:01.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-31T15:35:18.777000Z",
            "updatedTime": "2018-11-10T18:29:28.587168Z",
            "uploadedTime": "2011-03-31T15:35:18.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624387/theora/5486_9bc64061cda54a2a9591b8e1cfbaa1b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624387/large_thumb/large.jpg"
        },
        {
            "id": 627982,
            "name": "Diesen og Mearsheimer om Kina versus USA",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627982/theora/Diesen_Mearsheimer_IV.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627982/broadcast/Diesen_Mearsheimer_IV.dv",
                "original": "https://upload.frikanalen.no/media/627982/original/Diesen_Mearsheimer_IV.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627982/large_thumb/Diesen_Mearsheimer_IV.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:55:49.580000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-23T10:33:32.118581Z",
            "updatedTime": "2024-11-25T07:50:47.121507Z",
            "uploadedTime": "2024-11-23T10:37:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627982/theora/Diesen_Mearsheimer_IV.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627982/large_thumb/Diesen_Mearsheimer_IV.jpg"
        },
        {
            "id": 625115,
            "name": "Opprinnelsen, 03 Fullført",
            "header": "Da Gud fullførte skapelsen av himmel og jord gav han til slutt menneskene en viktig gave. Programleder er Terje Bjerka.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625115/theora/orig_fcb99a9118da4bd68c56d7ef6b05e569.ogv",
                "original": "https://upload.frikanalen.no/media/625115/original/orig_fcb99a9118da4bd68c56d7ef6b05e569.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625115/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625115/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625115/broadcast/6630_1656abfe5613463f83a3bd1d22c3e5c0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625115/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-31T13:31:05.343000Z",
            "updatedTime": "2018-11-10T18:29:27.638203Z",
            "uploadedTime": "2012-12-31T13:31:05.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625115/theora/orig_fcb99a9118da4bd68c56d7ef6b05e569.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625115/large_thumb/large.jpg"
        },
        {
            "id": 624381,
            "name": "Country team Johnsen Del 1",
            "header": "Kåre og Lena Johnsen synger og spiller. Ett opptak fra ett sang Cafè möte arrangert av ckms tv. Charlottenberg 26 mars 2011",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624381/theora/orig_d947bd05eddd4ff48967fd0dd5859fcf.ogv",
                "original": "https://upload.frikanalen.no/media/624381/original/orig_d947bd05eddd4ff48967fd0dd5859fcf.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624381/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624381/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624381/broadcast/5481_30717c089b7647a6adde95cd53b581ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624381/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:57.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-03-28T13:06:30.070000Z",
            "updatedTime": "2018-11-10T18:29:28.593092Z",
            "uploadedTime": "2011-03-28T13:06:30.070000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624381/theora/orig_d947bd05eddd4ff48967fd0dd5859fcf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624381/large_thumb/large.jpg"
        },
        {
            "id": 624380,
            "name": "Frivillig i filmens tjeneste",
            "header": "Filmfestivalen Kosmorama går snart av stabelen. Mange av bidragsyterne er frivillige studenter.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624380/theora/5479_fd9bdc8f3d874a6097c1f93a43c1cf4b.ogv",
                "original": "https://upload.frikanalen.no/media/624380/original/orig_85132394ad5c459eab9ab0b51c4e02cb.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624380/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624380/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624380/broadcast/5479_bcd2bc617a094a8ebcad8294691ba3df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624380/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:01:59.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:45:45.077000Z",
            "updatedTime": "2018-11-10T18:29:28.594500Z",
            "uploadedTime": "2011-03-24T20:45:45.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624380/theora/5479_fd9bdc8f3d874a6097c1f93a43c1cf4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624380/large_thumb/large.jpg"
        },
        {
            "id": 625692,
            "name": "Lessons from 15 years of NBD - Debconf 16",
            "header": "In 2001, I uploaded the very first nbd-client and nbd-server packages into Debian. A few years later, I took over upstream maintenance. Much has changed in that time, both in Debian and in the wider open source community. Some of it had an impact on NBD, some of it did not.\n\nThis talk will reflect on 15 years of NBD history, contrast it against Debian's history over the same time period, and see what we can learn from it.\n\nTalk (20 mins) session with Wouter Verhelst during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625692/broadcast/Lessons_from_15_years_of_NBD.dv",
                "theora": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625692/small_thumb/Lessons_from_15_years_of_NBD.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg",
                "original": "https://upload.frikanalen.no/media/625692/original/Lessons_from_15_years_of_NBD.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:41.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/58/",
            "createdTime": "2016-07-21T16:19:14.054267Z",
            "updatedTime": "2018-11-10T18:29:26.854572Z",
            "uploadedTime": "2016-07-21T16:19:21.348898Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg"
        },
        {
            "id": 624377,
            "name": "Den norske kirke i eksil 81",
            "header": "Be så skal du få.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624377/theora/orig_896349e27cbd46d99e6ee62d2199d42c.ogv",
                "original": "https://upload.frikanalen.no/media/624377/original/orig_896349e27cbd46d99e6ee62d2199d42c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624377/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624377/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624377/broadcast/5465_cd4737116c454ef4a6f673050f6764f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624377/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:13.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-19T19:03:44.997000Z",
            "updatedTime": "2018-11-10T18:29:28.597266Z",
            "uploadedTime": "2011-03-19T19:03:44.997000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624377/theora/orig_896349e27cbd46d99e6ee62d2199d42c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624377/large_thumb/large.jpg"
        },
        {
            "id": 624376,
            "name": "11_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624376/theora/5420_d6ba4dd1cd464328a3b27fc2e935e709.ogv",
                "original": "https://upload.frikanalen.no/media/624376/original/orig_213c3b93f37e4161b0dffad7e66be2b4.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624376/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624376/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624376/broadcast/5420_88147a6605ed4c1b943cb9be383c01d6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624376/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:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:18:17.010000Z",
            "updatedTime": "2018-11-10T18:29:28.598611Z",
            "uploadedTime": "2011-03-09T10:18:17.010000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624376/theora/5420_d6ba4dd1cd464328a3b27fc2e935e709.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624376/large_thumb/large.jpg"
        },
        {
            "id": 624375,
            "name": "12_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624375/theora/5421_2776a6933e9a46bcb7776fd24dcc3619.ogv",
                "original": "https://upload.frikanalen.no/media/624375/original/orig_8229ac7892014609b51bb67e7cad40a8.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624375/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624375/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624375/broadcast/5421_c9fc17b342bd46819ab93bdb2ec0bc26.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624375/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:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:19:37.560000Z",
            "updatedTime": "2018-11-10T18:29:28.599984Z",
            "uploadedTime": "2011-03-09T10:19:37.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624375/theora/5421_2776a6933e9a46bcb7776fd24dcc3619.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624375/large_thumb/large.jpg"
        },
        {
            "id": 625111,
            "name": "52_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
                "original": "https://upload.frikanalen.no/media/625111/original/orig_16cd2bded0084d0590a700a9659d8e1e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625111/broadcast/6619_42ba2fbbd67a4103895d61e587d41bca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625111/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:54:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-21T08:29:46.513000Z",
            "updatedTime": "2018-11-10T18:29:27.643732Z",
            "uploadedTime": "2012-12-21T08:29:46.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625111/large_thumb/large.jpg"
        },
        {
            "id": 624372,
            "name": "Country Team 20110425",
            "header": "Country Team med Kåre og Lena Johnsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624372/theora/orig_5c560b9d7eaf4dc584560f79bcdd29f0.ogv",
                "original": "https://upload.frikanalen.no/media/624372/original/orig_5c560b9d7eaf4dc584560f79bcdd29f0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624372/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624372/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624372/broadcast/5466_c37556a01f95462c8f84f8c33b645898.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624372/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:10.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-21T08:22:27.983000Z",
            "updatedTime": "2018-11-10T18:29:28.604196Z",
            "uploadedTime": "2011-03-21T08:22:27.983000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624372/theora/orig_5c560b9d7eaf4dc584560f79bcdd29f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624372/large_thumb/large.jpg"
        },
        {
            "id": 624371,
            "name": "De Levende Ord 20110427",
            "header": "De Levende Ord med Tommy M.Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624371/theora/5464_533a743d08214274936406868132256d.ogv",
                "original": "https://upload.frikanalen.no/media/624371/original/orig_65216b00f4984d45a1c595d80ac2d822.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624371/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624371/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624371/broadcast/5464_8019ea81001c43e5a5c5f7f1b5f3bf13.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624371/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-03-19T13:08:35.640000Z",
            "updatedTime": "2018-11-10T18:29:28.605558Z",
            "uploadedTime": "2011-03-19T13:08:35.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624371/theora/5464_533a743d08214274936406868132256d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624371/large_thumb/large.jpg"
        },
        {
            "id": 624370,
            "name": "De Levende Ord 20110411",
            "header": "De Levende Ord med Tommy M.Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624370/theora/5463_a31de1a419414eb5b7b380d4a58f3d42.ogv",
                "original": "https://upload.frikanalen.no/media/624370/original/orig_da61d3cad3c240a1854d42318b50038a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624370/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624370/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624370/broadcast/5463_c1fcfb7dfbfb48939a3c8aaf8c4233f2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624370/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-03-19T12:57:17.650000Z",
            "updatedTime": "2018-11-10T18:29:28.606903Z",
            "uploadedTime": "2011-03-19T12:57:17.650000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624370/theora/5463_a31de1a419414eb5b7b380d4a58f3d42.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624370/large_thumb/large.jpg"
        },
        {
            "id": 624369,
            "name": "Redusert støtte til studbolig",
            "header": "Studentersamskipnaden får mindre støtte fra Kunnskapsdepartementet til å bygge hybeler enn før.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624369/theora/5460_29072009e85948ceb5a765eef6eb2270.ogv",
                "original": "https://upload.frikanalen.no/media/624369/original/orig_67e597389bc14f39b6050dfbcb24477b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624369/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624369/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624369/broadcast/5460_8e0af9f09b8d4bba99f72a2e34ea63fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624369/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:01:09.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-18T18:54:51.023000Z",
            "updatedTime": "2018-11-10T18:29:28.608292Z",
            "uploadedTime": "2011-03-18T18:54:51.023000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624369/theora/5460_29072009e85948ceb5a765eef6eb2270.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624369/large_thumb/large.jpg"
        },
        {
            "id": 624368,
            "name": "NTNUI har fått ny leder",
            "header": "Jens Sveen Frogner forteller oss hvilke planer han har for NTNUIs fremtid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624368/theora/5459_4ea7bd756ea44bf7aa8b999ad735495d.ogv",
                "original": "https://upload.frikanalen.no/media/624368/original/orig_b4be2a509bc74166ad57462dc907e0cf.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624368/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624368/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624368/broadcast/5459_710754a2f3bd4e8880035aebf27e7249.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624368/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:01:08.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-18T18:52:44.100000Z",
            "updatedTime": "2018-11-10T18:29:28.609639Z",
            "uploadedTime": "2011-03-18T18:52:44.100000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624368/theora/5459_4ea7bd756ea44bf7aa8b999ad735495d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624368/large_thumb/large.jpg"
        },
        {
            "id": 625107,
            "name": "Det nye Kina",
            "header": "Stadig flere kinesere finner mening i livet ved å slutte seg til Kristen tro. Gunnar Jørgensen gir i programmet en rapport om møte med kristenledere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625107/theora/orig_e8c21906c3d44d4aa8371cd5d287c981.ogv",
                "original": "https://upload.frikanalen.no/media/625107/original/orig_e8c21906c3d44d4aa8371cd5d287c981.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625107/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625107/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625107/broadcast/6614_5544216c9e4140faaaffd9b6b46caa0d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625107/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-20T11:40:16.737000Z",
            "updatedTime": "2018-11-10T18:29:27.649101Z",
            "uploadedTime": "2012-12-20T11:40:16.737000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625107/theora/orig_e8c21906c3d44d4aa8371cd5d287c981.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625107/large_thumb/large.jpg"
        },
        {
            "id": 624064,
            "name": "Jule evangeliet",
            "header": "Jule evangelie, lest av Dan S. Nordstand - www.ckms.tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624064/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624064/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624064/broadcast/4966_6136d4173f634a7e8ac106bf49c13167.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624064/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:55.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T21:02:21.163000Z",
            "updatedTime": "2018-11-10T18:29:29.000817Z",
            "uploadedTime": "2010-11-30T21:02:21.163000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624064/large_thumb/large.jpg"
        }
    ]
}