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

{
    "count": 3487,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1850&ordering=name",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1750&ordering=name",
    "results": [
        {
            "id": 623939,
            "name": "Ifegeneia",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623939/theora/4767_8437ca51e0d249b6a6d7a80e462eea8b.ogv",
                "original": "https://upload.frikanalen.no/media/623939/original/orig_14587093ee874316b640e7dae819bcd0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623939/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623939/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623939/broadcast/4767_8ffe5ab9afa84d7f8fe25fe7d1de92af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623939/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:49.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T11:25:55.570000Z",
            "updatedTime": "2018-11-10T18:29:29.165231Z",
            "uploadedTime": "2010-09-27T11:25:55.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623939/theora/4767_8437ca51e0d249b6a6d7a80e462eea8b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623939/large_thumb/large.jpg"
        },
        {
            "id": 625722,
            "name": "ifupdown2, the ultimate Network Interface Manager : progress and status - Debconf 16",
            "header": "Existing tools for network interface configuration have several shortcomings when applied to network switches. These include the lack of ability to handle interface dependencies, incremental updates to interface configuration without disruption, and interface configuration validation. The lack of such functionality increases operational burden. We introduced ifupdown2, a new network interface manager for Linux.\n\nifupdown2 solves these problems through an implementation based on dependency graphs. The purpose of this talk is to briefly describes network interface configuration on Linux, the problems that arise when configuring a network switch and how ifupdown2 solves these problems and increases operational efficiencies overall.\n\nThis talk mostly targets networking people.\nWe also want to encourage people to contribute to this project by writing their own addon module to support new protocols (e.g. B.A.T.M.A.N.) :\nhttps://github.com/CumulusNetworks/ifupdown2 \n\nhttps://packages.debian.org/sid/ifupdown2\n\nVia this talk we also want to give a general up-date on the project. What we added over the year (e.g. VRF, etc.) and what is coming (e.g. better netlink support, better performance..etc.)\n\nTalk (45 mins) session with Julien Fortin during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625722/broadcast/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg",
                "original": "https://upload.frikanalen.no/media/625722/original/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625722/small_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.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:37:17.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/114/",
            "createdTime": "2016-07-22T17:14:56.555308Z",
            "updatedTime": "2018-11-10T18:29:26.812397Z",
            "uploadedTime": "2016-07-22T17:15:06.183953Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg"
        },
        {
            "id": 624826,
            "name": "I historiens lys 01",
            "header": "Boken som ble gjenoppdaget. Reformasjonen var avhengig av at Bibelen kunne være en bok som alle kunne lese. Tor Tjeransen går i Luthers fotspor for å finne ut hvordan bøkenes bok ble tilgjengelig for folket.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624826/theora/orig_be819d9afd164269979922ee5233aeb0.ogv",
                "original": "https://upload.frikanalen.no/media/624826/original/orig_be819d9afd164269979922ee5233aeb0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624826/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624826/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624826/broadcast/6156_982cb30fdc304276ae47a7af5f94f56b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624826/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:55:18.723000Z",
            "updatedTime": "2018-11-10T18:29:28.008645Z",
            "uploadedTime": "2012-03-29T09:55:18.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624826/theora/orig_be819d9afd164269979922ee5233aeb0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624826/large_thumb/large.jpg"
        },
        {
            "id": 624825,
            "name": "I historiens lys 02",
            "header": "Da kirken ville selge evig liv. Middelalderkirkens handel med menneskesjelers skjebne, viser at reformasjonen var helt nødvendig.  Tor Tjeransen er i Øst-Tyskland der han ser nærmere på denne mørke siden av kirkehistorien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624825/theora/orig_1e096836afc047708cf73c4016e1fb2b.ogv",
                "original": "https://upload.frikanalen.no/media/624825/original/orig_1e096836afc047708cf73c4016e1fb2b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624825/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624825/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624825/broadcast/6157_b901bdc81b604855953d4f96142daf53.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624825/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:55",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T09:58:19.707000Z",
            "updatedTime": "2018-11-10T18:29:28.010082Z",
            "uploadedTime": "2012-03-29T09:58:19.707000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624825/theora/orig_1e096836afc047708cf73c4016e1fb2b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624825/large_thumb/large.jpg"
        },
        {
            "id": 624827,
            "name": "I historiens lys 03",
            "header": "Fra sabbat til søndag. At de fleste kristne i dag har ukens første dag som hviledag i stedet for den syvende, har ikke sin grunn i Bibelen. Tor Tjeransen er i Roma der han peker på tre historiske årsaker til forandringen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624827/theora/orig_123bd4b523c8441793dce3ac3ab38642.ogv",
                "original": "https://upload.frikanalen.no/media/624827/original/orig_123bd4b523c8441793dce3ac3ab38642.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624827/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624827/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624827/broadcast/6158_43ef3b047e334735bf5c7c32fa81e56c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624827/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:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-29T10:01:24.257000Z",
            "updatedTime": "2018-11-10T18:29:28.007194Z",
            "uploadedTime": "2012-03-29T10:01:24.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624827/theora/orig_123bd4b523c8441793dce3ac3ab38642.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624827/large_thumb/large.jpg"
        },
        {
            "id": 624780,
            "name": "Ila Brass Band NM 2012",
            "header": "NM Brass 2012",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624780/theora/6065_4c59f5eeff8743ddaf24c0995e09257c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624780/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624780/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624780/broadcast/6065_c654a09e70954ec0b37008d752ac2ace.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624780/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:40.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-01T09:20:47.897000Z",
            "updatedTime": "2018-11-10T18:29:28.069969Z",
            "uploadedTime": "2012-03-01T09:20:47.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624780/theora/6065_4c59f5eeff8743ddaf24c0995e09257c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624780/large_thumb/large.jpg"
        },
        {
            "id": 624189,
            "name": "Immeasurable Peace",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624189/theora/5177_35cbd456fbfb494d9680a10b54a36b55.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624189/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624189/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624189/broadcast/5177_35cbd456fbfb494d9680a10b54a36b55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624189/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:12.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-18T09:44:01.540000Z",
            "updatedTime": "2018-11-10T18:29:28.846071Z",
            "uploadedTime": "2011-01-18T09:44:01.540000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624189/theora/5177_35cbd456fbfb494d9680a10b54a36b55.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624189/large_thumb/large.jpg"
        },
        {
            "id": 623546,
            "name": "Impact Finnmark 01",
            "header": "En gruppe ungdommer reiser til Finnmark for å fortelle om sin tro.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623546/theora/4184_7480f46c6db04cf4be7050992fe79b90.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623546/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623546/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623546/broadcast/4184_29da742ffd7f44df963172343c6d96ec.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623546/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:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:19:58.563000Z",
            "updatedTime": "2018-11-10T18:29:29.665170Z",
            "uploadedTime": "2010-03-31T07:19:58.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623546/theora/4184_7480f46c6db04cf4be7050992fe79b90.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623546/large_thumb/large.jpg"
        },
        {
            "id": 623545,
            "name": "Impact Finnmark 02",
            "header": "En gruppe ungdommer reiser til Finnmark for å fortelle om sin tro.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623545/theora/4185_8bfc25a3f310425e93e413a25fffcb6e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623545/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623545/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623545/broadcast/4185_abda477ac88948b1bd1fcfca3ebebd31.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623545/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": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:21:12.563000Z",
            "updatedTime": "2018-11-10T18:29:29.666571Z",
            "uploadedTime": "2010-03-31T07:21:12.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623545/theora/4185_8bfc25a3f310425e93e413a25fffcb6e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623545/large_thumb/large.jpg"
        },
        {
            "id": 626446,
            "name": "Infoplakat",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626446/theora/Infoplakat Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626446/broadcast/Infoplakat Frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626446/large_thumb/Infoplakat Frikanalen.jpg",
                "original": "https://upload.frikanalen.no/media/626446/original/Infoplakat Frikanalen.mp4"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:35.120000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-28T11:44:47.647078Z",
            "updatedTime": "2020-09-24T09:27:04.480219Z",
            "uploadedTime": "2020-08-28T11:50:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626446/theora/Infoplakat Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626446/large_thumb/Infoplakat Frikanalen.jpg"
        },
        {
            "id": 626445,
            "name": "Infoplakat Frikanalen",
            "header": "Informasjon om Frikanalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626445/theora/Infoplakat Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626445/broadcast/Infoplakat Frikanalen.dv",
                "original": "https://upload.frikanalen.no/media/626445/original/Infoplakat Frikanalen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626445/large_thumb/Infoplakat Frikanalen.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:35.120000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-26T21:45:57.548744Z",
            "updatedTime": "2020-09-24T09:21:36.887742Z",
            "uploadedTime": "2020-08-26T21:47:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626445/theora/Infoplakat Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626445/large_thumb/Infoplakat Frikanalen.jpg"
        },
        {
            "id": 623753,
            "name": "Informasjon om Frikanalen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623753/theora/4513_438f7ddc5ca845d496e3ebc54e4a6eff.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623753/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623753/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623753/broadcast/4513_970ea53b487142bca349ec9455f9b9f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623753/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:01:26.240000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-22T10:24:15Z",
            "updatedTime": "2019-06-19T11:05:28.218253Z",
            "uploadedTime": "2010-07-22T10:24:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623753/theora/4513_438f7ddc5ca845d496e3ebc54e4a6eff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623753/large_thumb/large.jpg"
        },
        {
            "id": 624172,
            "name": "Information om foreningen ckms",
            "header": "Information om foreningen ckms",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624172/theora/5165_f9bb68e1d6c24306b462aac4a1860da5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624172/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624172/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624172/broadcast/5165_748a4aa086a24046a51f31e78554f77a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624172/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:03:31.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-01-17T19:17:49.357000Z",
            "updatedTime": "2018-11-10T18:29:28.863674Z",
            "uploadedTime": "2011-01-17T19:17:49.357000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624172/theora/5165_f9bb68e1d6c24306b462aac4a1860da5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624172/large_thumb/large.jpg"
        },
        {
            "id": 624686,
            "name": "Ingunn Setterberg - Brilliance",
            "header": "Talentfabrikken - sesong 2 (2010)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624686/theora/5899_f7783446ebfd4a338a9187018d8e640b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624686/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624686/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624686/broadcast/5899_d5fdb7217b114bca83634a5650453da5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624686/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:35.200000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-12-30T11:48:40.807000Z",
            "updatedTime": "2018-11-10T18:29:28.195801Z",
            "uploadedTime": "2011-12-30T11:48:40.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624686/theora/5899_f7783446ebfd4a338a9187018d8e640b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624686/large_thumb/large.jpg"
        },
        {
            "id": 622350,
            "name": "Inside Israel april",
            "header": "Fokus på FNs behandling av Israel",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622350/theora/2400_30daa010929a47f3a19be8173348c9eb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622350/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622350/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622350/broadcast/orig_a841dad13b2347338e46c14cf116e898.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622350/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:27:37.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.843006Z",
            "uploadedTime": "2009-01-02T16:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622350/theora/2400_30daa010929a47f3a19be8173348c9eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622350/large_thumb/large.jpg"
        },
        {
            "id": 623512,
            "name": "Inside Israel April 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623512/theora/4176_5a94f60d40254b019742f0e77a9508ba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623512/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623512/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623512/broadcast/4176_2987457d687e4771b0085e60106f29af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623512/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:24:09.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-29T23:33:21.403000Z",
            "updatedTime": "2018-11-10T18:29:29.713740Z",
            "uploadedTime": "2010-03-29T23:33:21.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623512/theora/4176_5a94f60d40254b019742f0e77a9508ba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623512/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": 623763,
            "name": "Inside Israel august 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623763/theora/4525_f048b77cb3984efbac9d835348b79d85.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623763/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623763/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623763/broadcast/4525_62bbbd0497f646788dbcda6f5fae6968.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623763/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:26:02.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-07-24T12:09:29.510000Z",
            "updatedTime": "2018-11-10T18:29:29.410199Z",
            "uploadedTime": "2010-07-24T12:09:29.510000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623763/theora/4525_f048b77cb3984efbac9d835348b79d85.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623763/large_thumb/large.jpg"
        },
        {
            "id": 623251,
            "name": "Inside Israel Desember 2009",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623251/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623251/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623251/broadcast/3671_5b9180ecb77f4fdc948b625cccb2791b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623251/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:42.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-27T12:47:47.747000Z",
            "updatedTime": "2018-11-10T18:29:30.039217Z",
            "uploadedTime": "2009-11-27T12:47:47.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623251/large_thumb/large.jpg"
        },
        {
            "id": 624062,
            "name": "Inside Israel Desember 2010",
            "header": "Høydepunkter fra 2010.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624062/theora/4960_e798b1ae53434c879e44ac8c5dbf367f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624062/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624062/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624062/broadcast/4960_e798b1ae53434c879e44ac8c5dbf367f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624062/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:26:00.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-29T08:20:42.560000Z",
            "updatedTime": "2018-11-10T18:29:29.003553Z",
            "uploadedTime": "2010-11-29T08:20:42.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624062/theora/4960_e798b1ae53434c879e44ac8c5dbf367f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624062/large_thumb/large.jpg"
        },
        {
            "id": 624652,
            "name": "Inside Israel Desember 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624652/theora/orig_0edfaadce76f450b869803ba30f8b8cd.ogv",
                "original": "https://upload.frikanalen.no/media/624652/original/orig_0edfaadce76f450b869803ba30f8b8cd.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624652/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624652/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624652/broadcast/5851_f6265880f01a44b7ac4ef041393a926b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624652/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-12-01T14:53:46.707000Z",
            "updatedTime": "2018-11-10T18:29:28.241009Z",
            "uploadedTime": "2011-12-01T14:53:46.707000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624652/theora/orig_0edfaadce76f450b869803ba30f8b8cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624652/large_thumb/large.jpg"
        },
        {
            "id": 622314,
            "name": "Inside Israel februar",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622314/theora/2316_7041fe312665469e9789df24b87e4c88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622314/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622314/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622314/broadcast/orig_ICEJ - Inside Israel februar.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622314/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:28:52.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T14:36:00Z",
            "updatedTime": "2018-11-10T18:29:30.892868Z",
            "uploadedTime": "2009-01-02T14:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622314/theora/2316_7041fe312665469e9789df24b87e4c88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622314/large_thumb/large.jpg"
        },
        {
            "id": 623366,
            "name": "Inside Israel Februar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623366/theora/3934_2da9ec51f4144cb2b2d61366ce421405.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623366/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623366/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623366/broadcast/3934_10778f4810384298b6f96a0f29eb3e4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623366/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:41.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-01-29T08:17:27.807000Z",
            "updatedTime": "2018-11-10T18:29:29.887401Z",
            "uploadedTime": "2010-01-29T08:17:27.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623366/theora/3934_2da9ec51f4144cb2b2d61366ce421405.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623366/large_thumb/large.jpg"
        },
        {
            "id": 624227,
            "name": "Inside Israel Februar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624227/theora/orig_9629ff4ffe3c4a28a654158d289e4775.ogv",
                "original": "https://upload.frikanalen.no/media/624227/original/orig_9629ff4ffe3c4a28a654158d289e4775.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624227/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624227/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624227/broadcast/5214_c802154a9670433aad429c1f0a8d81a7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624227/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:59.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-31T09:46:51.937000Z",
            "updatedTime": "2018-11-10T18:29:28.799647Z",
            "uploadedTime": "2011-01-31T09:46:51.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624227/theora/orig_9629ff4ffe3c4a28a654158d289e4775.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624227/large_thumb/large.jpg"
        },
        {
            "id": 623291,
            "name": "Inside Israel Januar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623291/theora/3754_8de06be4a5c04106a64a2156be7b4e95.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623291/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623291/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623291/broadcast/3754_28e322d8eb4544268085b6e5db98a6a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623291/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:12.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-12-29T19:52:37.720000Z",
            "updatedTime": "2018-11-10T18:29:29.988362Z",
            "uploadedTime": "2009-12-29T19:52:37.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623291/theora/3754_8de06be4a5c04106a64a2156be7b4e95.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623291/large_thumb/large.jpg"
        },
        {
            "id": 624159,
            "name": "Inside Israel Januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624159/theora/5145_b490f6b63700460db2374032155dd8b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624159/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624159/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624159/broadcast/5145_b490f6b63700460db2374032155dd8b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624159/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:33.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-30T09:00:56.347000Z",
            "updatedTime": "2018-11-10T18:29:28.880324Z",
            "uploadedTime": "2010-12-30T09:00:56.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624159/theora/5145_b490f6b63700460db2374032155dd8b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624159/large_thumb/large.jpg"
        },
        {
            "id": 624679,
            "name": "Inside Israel Januar 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624679/theora/orig_710e64a39d2e420696b25ce1000a793a.ogv",
                "original": "https://upload.frikanalen.no/media/624679/original/orig_710e64a39d2e420696b25ce1000a793a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624679/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624679/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624679/broadcast/5889_640276f92eed45768bb3e04ee5e70601.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624679/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-12-29T13:48:32.827000Z",
            "updatedTime": "2018-11-10T18:29:28.205384Z",
            "uploadedTime": "2011-12-29T13:48:32.827000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624679/theora/orig_710e64a39d2e420696b25ce1000a793a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624679/large_thumb/large.jpg"
        },
        {
            "id": 623712,
            "name": "Inside Israel Juli 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623712/theora/4435_d9567e5720e94a218368c17a75a53626.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623712/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623712/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623712/broadcast/4435_735564e758054a648a148e7303a7913e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623712/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:26:05",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-06-20T00:40:44.180000Z",
            "updatedTime": "2018-11-10T18:29:29.471206Z",
            "uploadedTime": "2010-06-20T00:40:44.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623712/theora/4435_d9567e5720e94a218368c17a75a53626.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623712/large_thumb/large.jpg"
        },
        {
            "id": 622899,
            "name": "Inside Israel juli - august",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622899/theora/3138_d84f6fab0b1c418ca2db7080468387c1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622899/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622899/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622899/broadcast/orig_5dcf2f57b6be45888c4ec2aea1cd4736.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622899/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:29:45.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-13T13:59:21.867000Z",
            "updatedTime": "2018-11-10T18:29:30.453219Z",
            "uploadedTime": "2009-07-13T13:59:21.867000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622899/theora/3138_d84f6fab0b1c418ca2db7080468387c1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622899/large_thumb/large.jpg"
        },
        {
            "id": 623657,
            "name": "Inside Israel Juni 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623657/theora/4341_c3381c6e81ac46838d53a8074faea56a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623657/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623657/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623657/broadcast/4341_bb085f56100f409f9c77412912a3cd0b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623657/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:26:34.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-05-18T09:14:51.050000Z",
            "updatedTime": "2018-11-10T18:29:29.533341Z",
            "uploadedTime": "2010-05-18T09:14:51.050000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623657/theora/4341_c3381c6e81ac46838d53a8074faea56a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623657/large_thumb/large.jpg"
        },
        {
            "id": 622581,
            "name": "Inside Israel mai",
            "header": "Påstanden om Israels ulovelige okkupasjon",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622581/theora/2830_27a2753cecf24a18b99a8d6d2af84073.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622581/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622581/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622581/broadcast/orig_debed669edf744e6bd2623ad53a2c97e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622581/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:28:04.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-13T16:37:58.360000Z",
            "updatedTime": "2018-11-10T18:29:30.525032Z",
            "uploadedTime": "2009-05-13T16:37:58.360000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622581/theora/2830_27a2753cecf24a18b99a8d6d2af84073.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622581/large_thumb/large.jpg"
        },
        {
            "id": 623594,
            "name": "Inside Israel Mai 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623594/theora/4267_c9cd894f1cb2447c9bfecae84fc5bca1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623594/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623594/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623594/broadcast/4267_b8786ad69b834868984a6d5e781bae8f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623594/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:11.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-28T07:06:49.623000Z",
            "updatedTime": "2018-11-10T18:29:29.614176Z",
            "uploadedTime": "2010-04-28T07:06:49.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623594/theora/4267_c9cd894f1cb2447c9bfecae84fc5bca1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623594/large_thumb/large.jpg"
        },
        {
            "id": 622315,
            "name": "Inside Israel mars",
            "header": "Om Christian desk ved Yad Vashem",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622315/theora/2317_4f13a592db944761bcb2dfbc819ca511.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622315/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622315/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622315/broadcast/orig_f8639e96a25b442283cc5814147c0314.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622315/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:29:13.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T14:37:00Z",
            "updatedTime": "2018-11-10T18:29:30.891489Z",
            "uploadedTime": "2009-01-02T14:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622315/theora/2317_4f13a592db944761bcb2dfbc819ca511.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622315/large_thumb/large.jpg"
        },
        {
            "id": 623431,
            "name": "Inside Israel Mars 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623431/theora/3994_af1a615767c94cc9904f11f2bcebd9ac.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623431/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623431/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623431/broadcast/3994_2f1b7273eb754969be11170c96dae9b6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623431/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:24:30.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-02-28T11:18:55.460000Z",
            "updatedTime": "2018-11-10T18:29:29.802745Z",
            "uploadedTime": "2010-02-28T11:18:55.460000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623431/theora/3994_af1a615767c94cc9904f11f2bcebd9ac.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623431/large_thumb/large.jpg"
        },
        {
            "id": 624328,
            "name": "Inside Israel Mars 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
                "original": "https://upload.frikanalen.no/media/624328/original/orig_4daf993b47a5449791ce0ab0f4888f43.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624328/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624328/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624328/broadcast/5380_fad7056e185340c0bb5bfd91bd72c0c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624328/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T10:12:56.610000Z",
            "updatedTime": "2018-11-10T18:29:28.660128Z",
            "uploadedTime": "2011-02-28T10:12:56.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624328/large_thumb/large.jpg"
        },
        {
            "id": 624803,
            "name": "Inside Israel Mars 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624803/theora/orig_aeb4ce2167f64168bb8885041a259dcb.ogv",
                "original": "https://upload.frikanalen.no/media/624803/original/orig_aeb4ce2167f64168bb8885041a259dcb.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624803/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624803/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624803/broadcast/6095_46aefd397c2b4ba19b54cdb7a83370f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624803/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-08T18:25:27.710000Z",
            "updatedTime": "2018-11-10T18:29:28.039613Z",
            "uploadedTime": "2012-03-08T18:25:27.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624803/theora/orig_aeb4ce2167f64168bb8885041a259dcb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624803/large_thumb/large.jpg"
        },
        {
            "id": 623188,
            "name": "Inside Israel - november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623188/theora/3609_e512c88767b54ae2a8e80505c276e65a.ogv",
                "original": "https://upload.frikanalen.no/media/623188/original/orig_97345c6edc354aeb84aaa938260955aa.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623188/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623188/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623188/broadcast/3609_821867297c3c4d2a8ba90a6e073e5a47.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623188/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:27:27.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-29T14:38:12.130000Z",
            "updatedTime": "2018-11-10T18:29:30.113244Z",
            "uploadedTime": "2009-10-29T14:38:12.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623188/theora/3609_e512c88767b54ae2a8e80505c276e65a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623188/large_thumb/large.jpg"
        },
        {
            "id": 624021,
            "name": "Inside Israel november 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624021/theora/4910_f9efabdc9eec469eab7d0d52e72d9e82.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624021/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624021/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624021/broadcast/4910_f9efabdc9eec469eab7d0d52e72d9e82.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624021/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:09.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-10-25T18:36:31.227000Z",
            "updatedTime": "2018-11-10T18:29:29.056955Z",
            "uploadedTime": "2010-10-25T18:36:31.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624021/theora/4910_f9efabdc9eec469eab7d0d52e72d9e82.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624021/large_thumb/large.jpg"
        },
        {
            "id": 624632,
            "name": "Inside Israel November 2011",
            "header": "Intervju med Yoram Ettinger del 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624632/theora/orig_11865a72479d405b9dfc9f1868de5822.ogv",
                "original": "https://upload.frikanalen.no/media/624632/original/orig_11865a72479d405b9dfc9f1868de5822.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624632/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624632/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624632/broadcast/5815_98ddca9fb1f64b74a845b660fceb6713.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624632/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-11-06T17:47:25.547000Z",
            "updatedTime": "2018-11-10T18:29:28.263196Z",
            "uploadedTime": "2011-11-06T17:47:25.547000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624632/theora/orig_11865a72479d405b9dfc9f1868de5822.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624632/large_thumb/large.jpg"
        },
        {
            "id": 623187,
            "name": "Inside Israel - oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623187/theora/3608_f21ce8124a674e09ada36ef918c00ec1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623187/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623187/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623187/broadcast/3608_4ed4db031f6d455c9216e604f1299181.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623187/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:29:13.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-29T14:36:58.630000Z",
            "updatedTime": "2018-11-10T18:29:30.114581Z",
            "uploadedTime": "2009-10-29T14:36:58.630000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623187/theora/3608_f21ce8124a674e09ada36ef918c00ec1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623187/large_thumb/large.jpg"
        },
        {
            "id": 623974,
            "name": "Inside Israel Oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623974/theora/4784_ac307a35725e4eddaa99dda7530b9c04.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623974/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623974/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623974/broadcast/4784_ac307a35725e4eddaa99dda7530b9c04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623974/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:26:04.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-09-29T12:38:32.770000Z",
            "updatedTime": "2018-11-10T18:29:29.117691Z",
            "uploadedTime": "2010-09-29T12:38:32.770000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623974/theora/4784_ac307a35725e4eddaa99dda7530b9c04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623974/large_thumb/large.jpg"
        },
        {
            "id": 624631,
            "name": "Inside Israel Oktober 2011",
            "header": "Intervju med Yoram Ettinger del 1",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624631/theora/orig_dfbd8a4044ca4be6a7e24c440956bf93.ogv",
                "original": "https://upload.frikanalen.no/media/624631/original/orig_dfbd8a4044ca4be6a7e24c440956bf93.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624631/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624631/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624631/broadcast/5816_20f71782c5dc43029b7c115bfe1b463b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624631/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-11-06T17:53:21.630000Z",
            "updatedTime": "2018-11-10T18:29:28.264598Z",
            "uploadedTime": "2011-11-06T17:53:21.630000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624631/theora/orig_dfbd8a4044ca4be6a7e24c440956bf93.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624631/large_thumb/large.jpg"
        },
        {
            "id": 623049,
            "name": "Inside Israel september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623049/theora/3456_5d0cfb742af04e358334983506dc292d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623049/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623049/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623049/broadcast/3456_0e7e0fb1cb8a4e34899ffc8d9bfa84f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623049/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:27:31.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-11T17:26:09.020000Z",
            "updatedTime": "2018-11-10T18:29:30.293941Z",
            "uploadedTime": "2009-09-11T17:26:09.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623049/theora/3456_5d0cfb742af04e358334983506dc292d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623049/large_thumb/large.jpg"
        },
        {
            "id": 623897,
            "name": "Inside Israel September 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623897/theora/4667_ff6e8a8a72824c628906533eb551bebc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623897/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623897/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623897/broadcast/4667_6d1f1ff65f424a24a6ea50c2da6dc7d0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623897/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:13.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-08-26T21:19:45.947000Z",
            "updatedTime": "2018-11-10T18:29:29.223375Z",
            "uploadedTime": "2010-08-26T21:19:45.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623897/theora/4667_ff6e8a8a72824c628906533eb551bebc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623897/large_thumb/large.jpg"
        },
        {
            "id": 624555,
            "name": "Inside Israel September 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624555/theora/orig_686fb6e99cc54dd3b970485df116dff1.ogv",
                "original": "https://upload.frikanalen.no/media/624555/original/orig_686fb6e99cc54dd3b970485df116dff1.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624555/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624555/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624555/broadcast/5704_f4f15df74a684de583f60e4c7b7ef2e8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624555/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-08-17T13:33:35.690000Z",
            "updatedTime": "2018-11-10T18:29:28.364006Z",
            "uploadedTime": "2011-08-17T13:33:35.690000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624555/theora/orig_686fb6e99cc54dd3b970485df116dff1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624555/large_thumb/large.jpg"
        },
        {
            "id": 624572,
            "name": "Inspirerende Mikael",
            "header": "Mikael Andersson har skrevet sin selvbiografi: Armløs, beinløs, men ikke håpløs.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624572/theora/orig_370660b03c0344f9aa8562dff808d9c5.ogv",
                "original": "https://upload.frikanalen.no/media/624572/original/orig_370660b03c0344f9aa8562dff808d9c5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624572/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624572/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624572/broadcast/5750_85ece06f1bdf46599436e6f85e84dd24.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624572/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": "2011-09-08T12:33:50.103000Z",
            "updatedTime": "2018-11-10T18:29:28.344793Z",
            "uploadedTime": "2011-09-08T12:33:50.103000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624572/theora/orig_370660b03c0344f9aa8562dff808d9c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624572/large_thumb/large.jpg"
        },
        {
            "id": 623955,
            "name": "Interaktive Rockheim",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623955/theora/4781_37282fb010d945978d8978b202a7fe35.ogv",
                "original": "https://upload.frikanalen.no/media/623955/original/orig_7325de6d1b904dc889be933d7373c6e6.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623955/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623955/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623955/broadcast/4781_8789f5b122444f20a76d2019dfc4316a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623955/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:17.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:26:20Z",
            "updatedTime": "2018-11-10T18:29:29.143362Z",
            "uploadedTime": "2010-09-29T07:26:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623955/theora/4781_37282fb010d945978d8978b202a7fe35.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623955/large_thumb/large.jpg"
        },
        {
            "id": 627391,
            "name": "Internasjonal solidaritetsdag for Jerusalem (Al Quds)",
            "header": "Internasjonal solidaritetsdag for Jerusalem (Al Quds)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627391/theora/Internasjonal solidaritetsdag for Jerusalem (Al Quds).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627391/broadcast/Internasjonal solidaritetsdag for Jerusalem (Al Quds).dv",
                "largeThumb": "https://upload.frikanalen.no/media/627391/large_thumb/Internasjonal solidaritetsdag for Jerusalem (Al Quds).jpg",
                "original": "https://upload.frikanalen.no/media/627391/original/Internasjonal solidaritetsdag for Jerusalem (Al Quds).mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:25:16.766667",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-05-18T10:01:04.805278Z",
            "updatedTime": "2022-05-23T11:29:05.131990Z",
            "uploadedTime": "2022-05-18T10:13:38Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627391/theora/Internasjonal solidaritetsdag for Jerusalem (Al Quds).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627391/large_thumb/Internasjonal solidaritetsdag for Jerusalem (Al Quds).jpg"
        },
        {
            "id": 626777,
            "name": "Internasjonal solidaritetsdag for palestinske politiske fanger, 17. april",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626777/theora/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626777/broadcast/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.dv",
                "original": "https://upload.frikanalen.no/media/626777/original/Internasjonal solidaritetsdag for palestinske politiske fanger, 17. april",
                "largeThumb": "https://upload.frikanalen.no/media/626777/large_thumb/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:15:40.041754",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-04-17T13:47:54.604934Z",
            "updatedTime": "2021-04-17T14:19:24.600759Z",
            "uploadedTime": "2021-04-17T13:51:58.899742Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626777/theora/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626777/large_thumb/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.jpg"
        },
        {
            "id": 625883,
            "name": "Internett-aktivisme med Holder de Ord",
            "header": "Holder de ord er en partipolitisk uavhengig dugnadsprosjekt som jobber for å gi folk større innflytelse over politikk, gjennom åpne data fra Stortinget og en rekke web-baserte tjenester. Tiina Ruohonen skal presentere HDOs data og infrastruktur, samt muligheter for techies til å bidra til en mer faktabasert politisk debatt i forkant av Stortingsvalget 2017.\r\n\r\nTiina Ruohonen er en av grunnleggerne av Holder de ord. Hun har lang erfaring fra internasjonale organisasjoner, forskning og frivillighet. Tiina jobber ved CICERO Senter for klimaforskning og er også Fellow ved Massachusetts Institute of Technology (MIT).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625883/broadcast/20170509-holderdeord-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625883/small_thumb/20170509-holderdeord-frikanalen.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:07.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170509-holderdeord/",
            "createdTime": "2017-05-12T10:11:40.279637Z",
            "updatedTime": "2018-11-10T18:29:26.581918Z",
            "uploadedTime": "2017-05-12T10:23:13.845172Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg"
        }
    ]
}