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

{
    "count": 3453,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1100&ordering=duration",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1000&ordering=duration",
    "results": [
        {
            "id": 623618,
            "name": "Pønsj: Typisk norsk",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
                "original": "https://upload.frikanalen.no/media/623618/original/orig_2dcf7dd0fe634535a685cc1e237a0b63.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623618/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623618/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623618/broadcast/4307_12ef19a4cfc34449b5fc24e5c0430549.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623618/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:19:12.350000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:19:22.090000Z",
            "updatedTime": "2018-11-10T18:29:29.585450Z",
            "uploadedTime": "2010-05-12T04:19:22.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623618/large_thumb/large.jpg"
        },
        {
            "id": 624806,
            "name": "Dagen Derpå: Entrepenørskap",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624806/theora/6043_f67f91cff83a4ba4826387c2f3637a36.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624806/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624806/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624806/broadcast/6043_f67f91cff83a4ba4826387c2f3637a36.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624806/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:13.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-19T20:43:18Z",
            "updatedTime": "2018-11-10T18:29:28.035478Z",
            "uploadedTime": "2012-02-19T20:43:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624806/theora/6043_f67f91cff83a4ba4826387c2f3637a36.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624806/large_thumb/large.jpg"
        },
        {
            "id": 625709,
            "name": "Android SDK Tools in Debian - Debconf 16",
            "header": "android-tools is a young packaging team which focuses on bringing a usable Android SDK/NDK to Debian. This talk describes the rationale, people involved and current status of our packages. We also would like to call for more people join us.\n\nAndroid one of the most popular mobile operating systems in the world, which also makes the SDK vital to us. However not every developer in the world can easily download Android's SDK. In some corner of the world, people prefer to rely on third party mirror or even developer-provided binaries on some web drives. XcodeGhost on iOS side was caused by similar reasons. Additionally, official released Android SDK binaries are proprietary software. By building the SDK from source and deploy it to all Debian mirrors spread over the world, all developers can easily get it and are safe to use it.\n\nThe packaging force of Android SDK started as student projects of Google Summer of Code 2015 and 2016.\n\nTalk (20 mins) session with Kai-Chung Yan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625709/theora/Android_SDK_Tools_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625709/broadcast/Android_SDK_Tools_in_Debian.dv",
                "original": "https://upload.frikanalen.no/media/625709/original/Android_SDK_Tools_in_Debian.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625709/small_thumb/Android_SDK_Tools_in_Debian.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625709/large_thumb/Android_SDK_Tools_in_Debian.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:19:13.890000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/18/",
            "createdTime": "2016-07-22T11:40:43.956394Z",
            "updatedTime": "2018-11-10T18:29:26.830908Z",
            "uploadedTime": "2016-07-22T11:40:51.698685Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625709/theora/Android_SDK_Tools_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625709/large_thumb/Android_SDK_Tools_in_Debian.jpg"
        },
        {
            "id": 627889,
            "name": "Norden fra fredssone til krigssone",
            "header": "",
            "description": "\"Hva betyr endring av det sikkerhetspolitiske landskapet i Norden med NATO-utvidelser, økte militære aktiviteter og opprettelsen av flere amerikanske militære base-områder i  nordiske land. Denne filmen  vil belyse noen sikkerhetspolitiske forhold i Norges nærområder, i Norden og i Arktis i lys av de nye forholdene. Vi vil se nærmere på aktiviteter og konsekvenser knyttet til krigsfare, økt spenning og fare ved atomvåpen. Filmen er utgitt av \"Stopp NATO\" med økonomisk støtte fra Utenriksdepartementet via Norges Fredsråd\"",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627889/theora/Norden-krigssone.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627889/broadcast/Norden-krigssone.dv",
                "original": "https://upload.frikanalen.no/media/627889/original/Norden-krigssone.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627889/large_thumb/Norden-krigssone.jpg"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:19:16.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-06-23T08:48:36.192080Z",
            "updatedTime": "2024-06-23T09:04:20.518003Z",
            "uploadedTime": "2024-06-23T08:52:23.086379Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627889/theora/Norden-krigssone.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627889/large_thumb/Norden-krigssone.jpg"
        },
        {
            "id": 625478,
            "name": "TED - Melissa Fleming: A boat carrying 500 refugees sunk at sea. The story of two survivors",
            "header": "Aboard an overloaded ship carrying more than 500 refugees, a young woman becomes an unlikely hero. This single, powerful story, told by Melissa Fleming of the UN's refugee agency, gives a human face to the sheer numbers of human beings trying to escape to better lives ... as the refugee ships keep coming ...\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625478/small_thumb/MelissaFleming_2015X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625478/large_thumb/MelissaFleming_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625478/original/MelissaFleming_2015X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625478/broadcast/MelissaFleming_2015X.dv",
                "theora": "https://upload.frikanalen.no/media/625478/theora/MelissaFleming_2015X.ogv"
            },
            "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:19:19.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MelissaFleming_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.193546Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625478/theora/MelissaFleming_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625478/large_thumb/MelissaFleming_2015X.jpg"
        },
        {
            "id": 625708,
            "name": "Advancing container support in Debian - Debconf 16",
            "header": "Containers and related technologies have emerged (or re-emerged depending on your point of view) as both a complement and substitute to virtualisation.  The Debian Go Packaging Team has been hard at work packaging the latest releases of Docker, Kubernetes and Rocket to ensure that the Debian community can use DFSG-compliant versions of.  This talk will discuss that challenges of packaging software in the Go language and show how containerisation actually plays to Debian's strengths as a stable, free and unencumbered operating system.\n\nTalk (20 mins) session with Tim Potter during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625708/theora/Advancing_container_support_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625708/broadcast/Advancing_container_support_in_Debian.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625708/small_thumb/Advancing_container_support_in_Debian.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625708/large_thumb/Advancing_container_support_in_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625708/original/Advancing_container_support_in_Debian.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:20.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/75/",
            "createdTime": "2016-07-22T11:24:47.368604Z",
            "updatedTime": "2018-11-10T18:29:26.832371Z",
            "uploadedTime": "2016-07-22T11:24:53.407974Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625708/theora/Advancing_container_support_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625708/large_thumb/Advancing_container_support_in_Debian.jpg"
        },
        {
            "id": 626962,
            "name": "Protestmøtet 8. okt., innlegg av Fredrik Heffermehl",
            "header": "Den 8. oktober 2021 holdt Fredrik Heffermehl åpningsinnlegget på protestmøtet mot avståelse av norsk suverenitet til usa.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626962/theora/HeffermehlProtestmotet.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626962/broadcast/HeffermehlProtestmotet.dv",
                "original": "https://upload.frikanalen.no/media/626962/original/HeffermehlProtestmotet.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626962/large_thumb/HeffermehlProtestmotet.jpg"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:19:24.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-10-26T20:51:40.947013Z",
            "updatedTime": "2021-10-27T19:22:51.601575Z",
            "uploadedTime": "2021-10-27T02:17:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626962/theora/HeffermehlProtestmotet.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626962/large_thumb/HeffermehlProtestmotet.jpg"
        },
        {
            "id": 627882,
            "name": "Shofar - Israel under beleiring",
            "header": "",
            "description": "14.april skjedde det et stort under. Med rakettregn over Israel\nfra Iran, ble 99% av alle missiler skutt ned. Det er et stort Guds under\nat det Israelske luftvært system kunne gjøre dette. I tillegg er det\nkrig mot Hamas, Hisbolla og Fatha. Gud verner sitt folk.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627882/theora/Shofar 224 Israel under beleiring.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627882/broadcast/Shofar 224 Israel under beleiring.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627882/large_thumb/Shofar 224 Israel under beleiring.jpg",
                "original": "https://upload.frikanalen.no/media/627882/original/Shofar 224 Israel under beleiring.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:28.860000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-06-05T21:23:19.044183Z",
            "updatedTime": "2024-06-05T22:25:18.836295Z",
            "uploadedTime": "2024-06-05T22:05:01.697561Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627882/theora/Shofar 224 Israel under beleiring.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627882/large_thumb/Shofar 224 Israel under beleiring.jpg"
        },
        {
            "id": 623628,
            "name": "Pønsj: Uke 18",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623628/theora/4315_c3baea1b89a2434cb1d01fac2be4d4de.ogv",
                "original": "https://upload.frikanalen.no/media/623628/original/orig_c0491dd7ccee495c9088f73dee5cfcde.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623628/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623628/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623628/broadcast/4315_0c7e2ffbc2724cdcbb496cf366acfaa2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623628/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:19:31.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:42:15.107000Z",
            "updatedTime": "2018-11-10T18:29:29.571790Z",
            "uploadedTime": "2010-05-12T04:42:15.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623628/theora/4315_c3baea1b89a2434cb1d01fac2be4d4de.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623628/large_thumb/large.jpg"
        },
        {
            "id": 623619,
            "name": "Pønsj: Kokkekamp",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
                "original": "https://upload.frikanalen.no/media/623619/original/orig_d1f6a6ac9406406da3974b16454d1949.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623619/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623619/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623619/broadcast/4308_84d7508660a24b8da0bbf4870030d907.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623619/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:19:32.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:20:51.403000Z",
            "updatedTime": "2018-11-10T18:29:29.584101Z",
            "uploadedTime": "2010-05-12T04:20:51.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623619/large_thumb/large.jpg"
        },
        {
            "id": 622415,
            "name": "Ekstremsportveko 2006 del 7",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622415/theora/1720_6ec58103293e4b81a14b6dc2089bda5d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622415/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622415/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622415/broadcast/orig_Ekstremsportveko 2006 del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622415/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:19:34.040000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:40:00Z",
            "updatedTime": "2018-11-10T18:29:30.755194Z",
            "uploadedTime": "2009-01-02T04:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622415/theora/1720_6ec58103293e4b81a14b6dc2089bda5d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622415/large_thumb/large.jpg"
        },
        {
            "id": 626440,
            "name": "Shofar Fortellingen om talentene",
            "header": "Bladet Evangelisten\r\nprogram 34",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626440/theora/Shofar 53 Fortellingen om talentene.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626440/broadcast/Shofar 53 Fortellingen om talentene.dv",
                "original": "https://upload.frikanalen.no/media/626440/original/Shofar 53 Fortellingen om talentene.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626440/large_thumb/Shofar 53 Fortellingen om talentene.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:34.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-23T12:15:33.507114Z",
            "updatedTime": "2020-08-31T20:19:18.438184Z",
            "uploadedTime": "2020-08-23T12:23:28.208792Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626440/theora/Shofar 53 Fortellingen om talentene.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626440/large_thumb/Shofar 53 Fortellingen om talentene.jpg"
        },
        {
            "id": 626818,
            "name": "Er jøder del av «menneskeheten»",
            "header": "Er jøder del av «menneskeheten»",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626818/theora/Er jøder del av «menneskeheten» new.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626818/broadcast/Er jøder del av «menneskeheten» new.dv",
                "original": "https://upload.frikanalen.no/media/626818/original/Er jøder del av «menneskeheten» new.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626818/large_thumb/Er jøder del av «menneskeheten» new.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:19:34.875000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-01T19:20:45.206258Z",
            "updatedTime": "2021-06-02T00:25:21.423237Z",
            "uploadedTime": "2021-06-02T00:16:54.894289Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626818/theora/Er jøder del av «menneskeheten» new.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626818/large_thumb/Er jøder del av «menneskeheten» new.jpg"
        },
        {
            "id": 624250,
            "name": "TED - Verden trenger alle hjerner",
            "header": "Temple Grandin fick diagnosen autism som barn, och talar om hur hennes sinne fungerar. Hon delar med sig av sin förmåga att \"tänka bildligt\", som har hjälpt henne lösa problem typiska hjärnor missar. Hon argumenterar att världen behöver människor i autismspektrumet: bildliga tänkare, mönstertänkande och alla möjliga smarta nördar.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624250/theora/5284_a4d1c4a20a5f4b75857951364bf06eb7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624250/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624250/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624250/broadcast/5284_a4d1c4a20a5f4b75857951364bf06eb7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624250/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:19:39.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-08T15:30:14.220000Z",
            "updatedTime": "2018-11-10T18:29:28.768682Z",
            "uploadedTime": "2011-02-08T15:30:14.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624250/theora/5284_a4d1c4a20a5f4b75857951364bf06eb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624250/large_thumb/large.jpg"
        },
        {
            "id": 624910,
            "name": "AR6089 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624910/theora/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.ogv",
                "original": "https://upload.frikanalen.no/media/624910/original/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624910/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624910/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624910/broadcast/6284_e3e30a1bd50943ce98da7a51ebfd9056.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624910/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:40.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-05-26T18:50:46.300000Z",
            "updatedTime": "2018-11-10T18:29:27.901271Z",
            "uploadedTime": "2012-05-26T18:50:46.300000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624910/theora/orig_21f036ef75af4bbb8cdff25d5d3ef1d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624910/large_thumb/large.jpg"
        },
        {
            "id": 622333,
            "name": "UKA-Magasinet Del 5",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622333/theora/2367_c30ec5eb3e114f98af97e684bce481df.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622333/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622333/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622333/broadcast/orig_5c4fc72d5e534cfea7aab2e61bb74f04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622333/large_thumb/large.jpg"
            },
            "creator": "trygve.hongset@stud.hihm.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:19:42",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:27:00Z",
            "updatedTime": "2023-07-12T21:20:03.071612Z",
            "uploadedTime": "2009-01-02T15:27:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622333/theora/2367_c30ec5eb3e114f98af97e684bce481df.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622333/large_thumb/large.jpg"
        },
        {
            "id": 626444,
            "name": "Intervju med Erna Solberg",
            "header": "Empos Birgitte Falck-Jørgensen intervjuer statsminister Erna Solberg. Temaene som blir tatt opp er mobbing og arbeid for mennesker med utviklingshemming eller funksjonshemming.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626444/theora/Gjest i stolen - Erna Solberg_1.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626444/broadcast/Gjest i stolen - Erna Solberg_1.dv",
                "original": "https://upload.frikanalen.no/media/626444/original/Gjest i stolen - Erna Solberg_1.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626444/large_thumb/Gjest i stolen - Erna Solberg_1.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:19:45.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-26T12:23:28.960882Z",
            "updatedTime": "2020-08-26T12:38:48.618306Z",
            "uploadedTime": "2020-08-26T12:30:19.622097Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626444/theora/Gjest i stolen - Erna Solberg_1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626444/large_thumb/Gjest i stolen - Erna Solberg_1.jpg"
        },
        {
            "id": 625716,
            "name": "deb.debian.org - Debconf 16",
            "header": "deb.debian.org is the Debian archive, fronted by a CDN instead of using the traditional mirror network. In this talk I will go into some of the new challenges this presents, current status and future plans. It will also touch on our traditional mirror structure and some of the challenges surrounding this.\n\nTalk (20 mins) session with Tollef Fog Heen during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625716/theora/debdebianorg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625716/broadcast/debdebianorg.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625716/small_thumb/debdebianorg.jpg",
                "original": "https://upload.frikanalen.no/media/625716/original/debdebianorg.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625716/large_thumb/debdebianorg.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:19:51.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/97/",
            "createdTime": "2016-07-22T14:55:54.305874Z",
            "updatedTime": "2018-11-10T18:29:26.820918Z",
            "uploadedTime": "2016-07-22T14:55:59.235257Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625716/theora/debdebianorg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625716/large_thumb/debdebianorg.jpg"
        },
        {
            "id": 626310,
            "name": "Shofar Kristi himmelfartsdag",
            "header": "Bladet Evangelisten\r\nProgram 20",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626310/theora/Shofar TV 15 Kristi himmelfartsdag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626310/broadcast/Shofar TV 15 Kristi himmelfartsdag.dv",
                "original": "https://upload.frikanalen.no/media/626310/original/Shofar TV 15 Kristi himmelfartsdag.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626310/large_thumb/Shofar TV 15 Kristi himmelfartsdag.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:52.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T15:47:24.124576Z",
            "updatedTime": "2020-08-31T20:23:41.413667Z",
            "uploadedTime": "2020-02-03T16:00:52.609100Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626310/theora/Shofar TV 15 Kristi himmelfartsdag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626310/large_thumb/Shofar TV 15 Kristi himmelfartsdag.jpg"
        },
        {
            "id": 624909,
            "name": "AR6067 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624909/theora/orig_a5e89d872ddb4d39b36fa33c9ababe97.ogv",
                "original": "https://upload.frikanalen.no/media/624909/original/orig_a5e89d872ddb4d39b36fa33c9ababe97.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624909/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624909/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624909/broadcast/6282_505379b81f6d40d9b188c4c09b981f3e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624909/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:56.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-05-26T18:46:11.347000Z",
            "updatedTime": "2018-11-10T18:29:27.902655Z",
            "uploadedTime": "2012-05-26T18:46:11.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624909/theora/orig_a5e89d872ddb4d39b36fa33c9ababe97.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624909/large_thumb/large.jpg"
        },
        {
            "id": 626827,
            "name": "Shofar Et utvalgt folk",
            "header": "program 74, bladet evangelisten",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626827/theora/Shofar 35. Eit utvalgt folk.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626827/broadcast/Shofar 35. Eit utvalgt folk.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626827/large_thumb/Shofar 35. Eit utvalgt folk.jpg",
                "original": "https://upload.frikanalen.no/media/626827/original/Shofar 35. Eit utvalgt folk.mp4"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:58",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-25T21:44:12.629457Z",
            "updatedTime": "2021-06-25T21:57:47.756942Z",
            "uploadedTime": "2021-06-25T21:57:47.395416Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626827/theora/Shofar 35. Eit utvalgt folk.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626827/large_thumb/Shofar 35. Eit utvalgt folk.jpg"
        },
        {
            "id": 623622,
            "name": "Pønsj: Design",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623622/theora/4310_ab2518ed57b0425d80a21ccc98fe4e99.ogv",
                "original": "https://upload.frikanalen.no/media/623622/original/orig_716ca70d215d4e86995c12eb82075dd0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623622/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623622/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623622/broadcast/4310_3ebc59ac1f2c4532a066778bf8259772.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623622/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:19:58.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:30:28.110000Z",
            "updatedTime": "2018-11-10T18:29:29.579922Z",
            "uploadedTime": "2010-05-12T04:30:28.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623622/theora/4310_ab2518ed57b0425d80a21ccc98fe4e99.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623622/large_thumb/large.jpg"
        },
        {
            "id": 624750,
            "name": "Dagen Derpå: Valentines",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624750/theora/6024_28fcda61987b49078978acd32519f531.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624750/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624750/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624750/broadcast/6024_28fcda61987b49078978acd32519f531.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624750/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:58.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-11T11:21:43Z",
            "updatedTime": "2018-11-10T18:29:28.111174Z",
            "uploadedTime": "2012-02-11T11:21:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624750/theora/6024_28fcda61987b49078978acd32519f531.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624750/large_thumb/large.jpg"
        },
        {
            "id": 624752,
            "name": "Dagen Derpå: Valentines 4:3",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624752/theora/orig_c8799a2eb49d42c6a1bc7a8596ee6a47.ogv",
                "original": "https://upload.frikanalen.no/media/624752/original/orig_c8799a2eb49d42c6a1bc7a8596ee6a47.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624752/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624752/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624752/broadcast/5996_654a2c4bec3648bca56c27793e29ed32.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624752/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:58.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-01T22:53:15.080000Z",
            "updatedTime": "2018-11-10T18:29:28.108373Z",
            "uploadedTime": "2012-02-01T22:53:15.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624752/theora/orig_c8799a2eb49d42c6a1bc7a8596ee6a47.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624752/large_thumb/large.jpg"
        },
        {
            "id": 623617,
            "name": "Pønsj: ISFIT.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
                "original": "https://upload.frikanalen.no/media/623617/original/orig_d12edf041b48496c8bf3f44f24f13b80.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623617/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623617/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623617/broadcast/4306_d3ed9d7464c4468c8eed9e55c917e84c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623617/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:19:59.430000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:04:08.450000Z",
            "updatedTime": "2018-11-10T18:29:29.586789Z",
            "uploadedTime": "2010-05-12T04:04:08.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623617/large_thumb/large.jpg"
        },
        {
            "id": 622535,
            "name": "STV U42 Sjekking kort",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622535/theora/944_a8cd97188628420598472dbdbcd721ba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622535/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622535/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622535/broadcast/orig_STV U42 Sjekking kort.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622535/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:19:59.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:44:00Z",
            "updatedTime": "2018-11-10T18:29:30.588958Z",
            "uploadedTime": "2009-01-01T15:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622535/theora/944_a8cd97188628420598472dbdbcd721ba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622535/large_thumb/large.jpg"
        },
        {
            "id": 624757,
            "name": "Dagen Derpå: Sære sporter",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624757/theora/6006_a73d1c3ae09644c7a9caae55710e842a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624757/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624757/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624757/broadcast/6006_a73d1c3ae09644c7a9caae55710e842a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624757/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:59.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-04T09:06:14Z",
            "updatedTime": "2018-11-10T18:29:28.102808Z",
            "uploadedTime": "2012-02-04T09:06:14Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624757/theora/6006_a73d1c3ae09644c7a9caae55710e842a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624757/large_thumb/large.jpg"
        },
        {
            "id": 624738,
            "name": "Dagen Derpå: Studentmatvaner",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624738/theora/orig_d56ff4cb21064d91875ff0bde0c4b047.ogv",
                "original": "https://upload.frikanalen.no/media/624738/original/orig_d56ff4cb21064d91875ff0bde0c4b047.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624738/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624738/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624738/broadcast/5956_3d0f4b9b36aa42b481762039a7ca06f0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624738/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:59.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-20T14:59:06.960000Z",
            "updatedTime": "2018-11-10T18:29:28.126557Z",
            "uploadedTime": "2012-01-20T14:59:06.960000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624738/theora/orig_d56ff4cb21064d91875ff0bde0c4b047.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624738/large_thumb/large.jpg"
        },
        {
            "id": 624740,
            "name": "Dagen Derpå: Studentteknologi",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624740/theora/orig_9bfc99cc59d24db1a74d78e176ce1da0.ogv",
                "original": "https://upload.frikanalen.no/media/624740/original/orig_9bfc99cc59d24db1a74d78e176ce1da0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624740/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624740/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624740/broadcast/6007_b9881bc830a14e6da97ed6d262e854ce.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624740/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:19:59.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-04T19:41:37Z",
            "updatedTime": "2018-11-10T18:29:28.123814Z",
            "uploadedTime": "2012-02-04T19:41:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624740/theora/orig_9bfc99cc59d24db1a74d78e176ce1da0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624740/large_thumb/large.jpg"
        },
        {
            "id": 623620,
            "name": "Pønsj; Erotikk!",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
                "original": "https://upload.frikanalen.no/media/623620/original/orig_78a3d97c6b274b9db401c7e77951baf9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623620/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623620/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623620/broadcast/4309_47f62af683264a70a368955372b024d6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623620/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:19:59.990000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:28:19.467000Z",
            "updatedTime": "2018-11-10T18:29:29.582691Z",
            "uploadedTime": "2010-05-12T04:28:19.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623620/large_thumb/large.jpg"
        },
        {
            "id": 626300,
            "name": "Shofar 28 Hanukka festen.mp4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626300/theora/Shofar 28 Hanukka festen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626300/broadcast/Shofar 28 Hanukka festen.dv",
                "original": "https://upload.frikanalen.no/media/626300/original/Shofar 28 Hanukka festen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626300/large_thumb/Shofar 28 Hanukka festen.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-01T21:26:55.292427Z",
            "updatedTime": "2020-02-01T21:51:45.414097Z",
            "uploadedTime": "2020-02-01T21:48:55.934565Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626300/theora/Shofar 28 Hanukka festen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626300/large_thumb/Shofar 28 Hanukka festen.jpg"
        },
        {
            "id": 623608,
            "name": "Pønsj: Nyttårsforsetter",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623608/theora/4297_49e80f436fda48808667c8af0cb40d82.ogv",
                "original": "https://upload.frikanalen.no/media/623608/original/orig_37bd3abf9bef41d3a8890e1f21cd1dc2.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623608/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623608/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623608/broadcast/4297_0fee593f58d04c59bf4b00a77d7b1fb3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623608/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:20:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-10T14:35:13.247000Z",
            "updatedTime": "2018-11-10T18:29:29.598982Z",
            "uploadedTime": "2010-05-10T14:35:13.247000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623608/theora/4297_49e80f436fda48808667c8af0cb40d82.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623608/large_thumb/large.jpg"
        },
        {
            "id": 622358,
            "name": "Patmosvisjonen del 6b",
            "header": "Samtalegruppe.\nReidar J. Kvinge leder en samtale om dagens program i serien Patmosvisjonen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622358/theora/2412_cd56edc051854868bb75e676eb750ad9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622358/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622358/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622358/broadcast/orig_2d0db8d0eea649479b632c3695a3a20b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622358/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:20:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:12:00Z",
            "updatedTime": "2018-11-10T18:29:30.831890Z",
            "uploadedTime": "2009-01-02T16:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622358/theora/2412_cd56edc051854868bb75e676eb750ad9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622358/large_thumb/large.jpg"
        },
        {
            "id": 626601,
            "name": "Shofar Hanukka festen",
            "header": "Bladet Evangelisten \r\nprogram 45",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626601/theora/Shofar 28 Hanukka festen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626601/broadcast/Shofar 28 Hanukka festen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626601/large_thumb/Shofar 28 Hanukka festen.jpg",
                "original": "https://upload.frikanalen.no/media/626601/original/Shofar 28 Hanukka festen.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-11-25T21:04:27.405557Z",
            "updatedTime": "2020-11-25T21:34:39.198818Z",
            "uploadedTime": "2020-11-25T21:24:24.807479Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626601/theora/Shofar 28 Hanukka festen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626601/large_thumb/Shofar 28 Hanukka festen.jpg"
        },
        {
            "id": 623626,
            "name": "Pønsj: Krigsdokumentar",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623626/theora/4312_faef128126a844e7a69e2619ac85633d.ogv",
                "original": "https://upload.frikanalen.no/media/623626/original/orig_3e30d4a1e54746628ca94a2d3c35824c.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623626/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623626/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623626/broadcast/4312_a8bcbaa699344e57a17f7380551ce904.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623626/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:20:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:36:11.353000Z",
            "updatedTime": "2018-11-10T18:29:29.574481Z",
            "uploadedTime": "2010-05-12T04:36:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623626/theora/4312_faef128126a844e7a69e2619ac85633d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623626/large_thumb/large.jpg"
        },
        {
            "id": 624758,
            "name": "Dagen Derpå: Studentmiljø",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624758/theora/orig_b807211abfdf4e90ab0259607a95bdce.ogv",
                "original": "https://upload.frikanalen.no/media/624758/original/orig_b807211abfdf4e90ab0259607a95bdce.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624758/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624758/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624758/broadcast/6004_160c9b1908ab439e95b92ab67a44e1cc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624758/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-03T16:21:15Z",
            "updatedTime": "2018-11-10T18:29:28.101385Z",
            "uploadedTime": "2012-02-03T16:21:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624758/theora/orig_b807211abfdf4e90ab0259607a95bdce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624758/large_thumb/large.jpg"
        },
        {
            "id": 624786,
            "name": "Dagen Derpå: Feminisme",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624786/theora/6023_cec853a300214f11b0264e8f437a8a78.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624786/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624786/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624786/broadcast/6023_cec853a300214f11b0264e8f437a8a78.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624786/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-10T17:04:58Z",
            "updatedTime": "2018-11-10T18:29:28.061709Z",
            "uploadedTime": "2012-02-10T17:04:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624786/theora/6023_cec853a300214f11b0264e8f437a8a78.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624786/large_thumb/large.jpg"
        },
        {
            "id": 624812,
            "name": "Dagen Derpå: Kosmorama",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624812/theora/6044_0021edfbb7244d7ea46365be47733820.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624812/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624812/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624812/broadcast/6044_0021edfbb7244d7ea46365be47733820.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624812/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-19T20:46:20Z",
            "updatedTime": "2018-11-10T18:29:28.027309Z",
            "uploadedTime": "2012-02-19T20:46:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624812/theora/6044_0021edfbb7244d7ea46365be47733820.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624812/large_thumb/large.jpg"
        },
        {
            "id": 624863,
            "name": "Dagen Derpå: Forskning",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624863/theora/6114_a4c15bbf230647afb22c60325330a826.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624863/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624863/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624863/broadcast/6114_a4c15bbf230647afb22c60325330a826.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624863/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-15T19:21:09Z",
            "updatedTime": "2018-11-10T18:29:27.965414Z",
            "uploadedTime": "2012-03-15T19:21:09Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624863/theora/6114_a4c15bbf230647afb22c60325330a826.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624863/large_thumb/large.jpg"
        },
        {
            "id": 624875,
            "name": "Dagen Derpå: Stress",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624875/theora/6115_8162227d233143c58cb0f137a52c175c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624875/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624875/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624875/broadcast/6115_8162227d233143c58cb0f137a52c175c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624875/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-15T19:22:44.930000Z",
            "updatedTime": "2018-11-10T18:29:27.949784Z",
            "uploadedTime": "2012-03-15T19:22:44.930000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624875/theora/6115_8162227d233143c58cb0f137a52c175c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624875/large_thumb/large.jpg"
        },
        {
            "id": 623615,
            "name": "Pønsj: Banning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623615/theora/4303_d57bf09f803549199592ed1294243002.ogv",
                "original": "https://upload.frikanalen.no/media/623615/original/orig_366331754c9e498cb08d7bdd68872685.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623615/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623615/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623615/broadcast/4303_67a2d7e4f7d64ffb8b21138a15d10021.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623615/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:20:00.070000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T03:54:45.077000Z",
            "updatedTime": "2018-11-10T18:29:29.589501Z",
            "uploadedTime": "2010-05-12T03:54:45.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623615/theora/4303_d57bf09f803549199592ed1294243002.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623615/large_thumb/large.jpg"
        },
        {
            "id": 624802,
            "name": "Dagen Derpå: Søtsaker",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624802/theora/orig_42fe7b607ef24defb31c487b23f71a7c.ogv",
                "original": "https://upload.frikanalen.no/media/624802/original/orig_42fe7b607ef24defb31c487b23f71a7c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624802/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624802/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624802/broadcast/6042_69d409a784db479da704c53da2fd913a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624802/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-19T20:40:11Z",
            "updatedTime": "2018-11-10T18:29:28.040993Z",
            "uploadedTime": "2012-02-19T20:40:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624802/theora/orig_42fe7b607ef24defb31c487b23f71a7c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624802/large_thumb/large.jpg"
        },
        {
            "id": 624733,
            "name": "Dagen Derpå: Nyttårsforsetter",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624733/theora/orig_208df00f8d9543e482fccf300b26a1a7.ogv",
                "original": "https://upload.frikanalen.no/media/624733/original/orig_208df00f8d9543e482fccf300b26a1a7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624733/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624733/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624733/broadcast/5932_0035fa291a5049bf9695b5a1f0318698.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624733/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:00.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-14T11:44:07.990000Z",
            "updatedTime": "2018-11-10T18:29:28.132055Z",
            "uploadedTime": "2012-01-14T11:44:07.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624733/theora/orig_208df00f8d9543e482fccf300b26a1a7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624733/large_thumb/large.jpg"
        },
        {
            "id": 624858,
            "name": "Dagen Derpå: Kreativitet",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624858/theora/6117_5d77149ecb004f4bb841f584ef5160e7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624858/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624858/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624858/broadcast/6117_5d77149ecb004f4bb841f584ef5160e7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624858/large_thumb/large.jpg"
            },
            "creator": "ginemk@gmail.com",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:01.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-03-15T19:28:59Z",
            "updatedTime": "2018-11-10T18:29:27.972346Z",
            "uploadedTime": "2012-03-15T19:28:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624858/theora/6117_5d77149ecb004f4bb841f584ef5160e7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624858/large_thumb/large.jpg"
        },
        {
            "id": 626829,
            "name": "Shofar Skaparverket",
            "header": "program 76, bladet evangelisten,",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626829/theora/Shofar 48 Skaparverket.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626829/broadcast/Shofar 48 Skaparverket.dv",
                "original": "https://upload.frikanalen.no/media/626829/original/Shofar 48 Skaparverket.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626829/large_thumb/Shofar 48 Skaparverket.jpg"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:02.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-25T22:03:27.064078Z",
            "updatedTime": "2021-08-07T16:35:04.092353Z",
            "uploadedTime": "2021-08-07T16:25:07.724544Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626829/theora/Shofar 48 Skaparverket.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626829/large_thumb/Shofar 48 Skaparverket.jpg"
        },
        {
            "id": 626437,
            "name": "Shofar Skaparverket",
            "header": "Bladet Evangelisten\r\nprogram 35",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626437/theora/Shofar 48 Skaparverket.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626437/broadcast/Shofar 48 Skaparverket.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626437/large_thumb/Shofar 48 Skaparverket.jpg",
                "original": "https://upload.frikanalen.no/media/626437/original/Shofar 48 Skaparverket.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:02.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-21T17:14:32.079568Z",
            "updatedTime": "2020-08-31T20:18:26.091878Z",
            "uploadedTime": "2020-08-21T17:36:43.365754Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626437/theora/Shofar 48 Skaparverket.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626437/large_thumb/Shofar 48 Skaparverket.jpg"
        },
        {
            "id": 627072,
            "name": "Erkebiskop Hanna fra okkupert Jerusalem. Israels terrorisme.",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627072/theora/TAK - Israel Palestina konflikten ferdig.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627072/broadcast/TAK - Israel Palestina konflikten ferdig.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627072/large_thumb/TAK - Israel Palestina konflikten ferdig.jpg",
                "original": "https://upload.frikanalen.no/media/627072/original/TAK - Israel Palestina konflikten ferdig.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:20:04.040000",
            "categories": [
                "Minoriteter",
                "Religion og livssyn",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-11-05T10:20:28.237494Z",
            "updatedTime": "2021-11-05T10:45:05.464262Z",
            "uploadedTime": "2021-11-05T10:34:49.207289Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627072/theora/TAK - Israel Palestina konflikten ferdig.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627072/large_thumb/TAK - Israel Palestina konflikten ferdig.jpg"
        },
        {
            "id": 624507,
            "name": "Frikanalen-årsmøte 2011 - Musikk-korps",
            "header": "For Norges Musikk-korps Forbund er Frikanalen blitt en viktig distribusjonskanal. Randi Kvinge oppsummerer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624507/theora/5629_53b177e347434472801d16e974c6d722.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624507/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624507/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624507/broadcast/5629_53b177e347434472801d16e974c6d722.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624507/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:20:05.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-06-08T14:52:46Z",
            "updatedTime": "2018-11-10T18:29:28.428844Z",
            "uploadedTime": "2011-06-08T14:52:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624507/theora/5629_53b177e347434472801d16e974c6d722.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624507/large_thumb/large.jpg"
        },
        {
            "id": 622178,
            "name": "ESTV uke 03",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622178/theora/1690_30ef2220ce03430886626abc08e3e63e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622178/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622178/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622178/broadcast/orig_estv uke 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622178/large_thumb/large.jpg"
            },
            "creator": "jim.hanssen@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:20:07",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:10:00Z",
            "updatedTime": "2018-11-10T18:29:31.081153Z",
            "uploadedTime": "2009-01-02T04:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622178/theora/1690_30ef2220ce03430886626abc08e3e63e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622178/large_thumb/large.jpg"
        },
        {
            "id": 623360,
            "name": "M@thias' verden del 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623360/theora/3924_a292b973b2af40cda3b2765edd14873a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623360/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623360/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623360/broadcast/3924_719607d6a2904f5c99ca08a99a975390.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623360/large_thumb/large.jpg"
            },
            "creator": "toresbe@protonmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:20:07.080000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-27T09:06:41.630000Z",
            "updatedTime": "2021-02-12T13:51:54.895286Z",
            "uploadedTime": "2010-01-27T09:06:41Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623360/theora/3924_a292b973b2af40cda3b2765edd14873a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623360/large_thumb/large.jpg"
        }
    ]
}