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

{
    "count": 3469,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3350&ordering=-description&page=72",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3250&ordering=-description&page=72",
    "results": [
        {
            "id": 625514,
            "name": "Empo TV - 16.03.10",
            "header": "",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625514/broadcast/Empo-160310-dv.avi",
                "original": "https://upload.frikanalen.no/media/625514/original/Empo-160310.avi",
                "theora": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625514/small_thumb/Empo-160310.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:16.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-11T18:19:05Z",
            "updatedTime": "2020-08-30T20:16:13.903754Z",
            "uploadedTime": "2016-03-11T18:19:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
        },
        {
            "id": 626685,
            "name": "Hans Nielsen Hauge",
            "header": "En oversikt over Hauges liv",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626685/theora/Hans Nielsen Hauge.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626685/broadcast/Hans Nielsen Hauge.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626685/large_thumb/Hans Nielsen Hauge.jpg",
                "original": "https://upload.frikanalen.no/media/626685/original/Hans Nielsen Hauge.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:00.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-01-26T08:00:42.486672Z",
            "updatedTime": "2021-01-26T08:18:42.801813Z",
            "uploadedTime": "2021-01-26T08:01:24.752818Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626685/theora/Hans Nielsen Hauge.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626685/large_thumb/Hans Nielsen Hauge.jpg"
        },
        {
            "id": 627923,
            "name": "The State of Israel bombs Lebanon and Gaza",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627923/theora/The State of Israel bombs Lebanon and Gaza.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627923/broadcast/The State of Israel bombs Lebanon and Gaza.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627923/large_thumb/The State of Israel bombs Lebanon and Gaza.jpg",
                "original": "https://upload.frikanalen.no/media/627923/original/The State of Israel bombs Lebanon and Gaza.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:04:53.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-10T19:03:47.447633Z",
            "updatedTime": "2024-10-10T19:08:13.191225Z",
            "uploadedTime": "2024-10-10T19:05:58.008678Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627923/theora/The State of Israel bombs Lebanon and Gaza.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627923/large_thumb/The State of Israel bombs Lebanon and Gaza.jpg"
        },
        {
            "id": 627909,
            "name": "Dreper for moro skyld",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627909/broadcast/Dreper for moro skyld..dv",
                "original": "https://upload.frikanalen.no/media/627909/original/Dreper for moro skyld..mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..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:08:41.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T15:44:30.076004Z",
            "updatedTime": "2024-08-30T15:49:18.495040Z",
            "uploadedTime": "2024-08-30T15:45:12.736326Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..jpg"
        },
        {
            "id": 626754,
            "name": "Atter en test",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626754/theora/IMG_1133.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626754/broadcast/IMG_1133.dv",
                "original": "https://upload.frikanalen.no/media/626754/original/IMG_1133.MOV",
                "largeThumb": "https://upload.frikanalen.no/media/626754/large_thumb/IMG_1133.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:00:07.006656",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-31T16:12:19.323685Z",
            "updatedTime": "2021-03-31T16:12:44.212135Z",
            "uploadedTime": "2021-03-31T16:12:36.236295Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626754/theora/IMG_1133.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626754/large_thumb/IMG_1133.jpg"
        },
        {
            "id": 627392,
            "name": "Ære til martyr Sherin",
            "header": "Ære til martyr Sherin",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627392/theora/�re til martyr Sherin.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627392/broadcast/�re til martyr Sherin.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627392/large_thumb/�re til martyr Sherin.jpg",
                "original": "https://upload.frikanalen.no/media/627392/original/�re til martyr Sherin.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:16:50.333333",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-05-18T13:34:49.735746Z",
            "updatedTime": "2022-05-18T13:53:10.826163Z",
            "uploadedTime": "2022-05-18T13:45:10.489900Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627392/theora/�re til martyr Sherin.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627392/large_thumb/�re til martyr Sherin.jpg"
        },
        {
            "id": 625236,
            "name": "Empo TV - del 166",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625236/theora/Empo-140130.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625236/small_thumb/Empo-140130.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625236/large_thumb/Empo-140130.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625236/broadcast/Empo-140130.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-01-30T09:10:42Z",
            "updatedTime": "2020-08-30T19:29:50.049758Z",
            "uploadedTime": "2014-01-30T09:10:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625236/theora/Empo-140130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625236/large_thumb/Empo-140130.jpg"
        },
        {
            "id": 626752,
            "name": "Ny test av ingress",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626752/theora/IMG_1133.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626752/broadcast/IMG_1133.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626752/large_thumb/IMG_1133.jpg",
                "original": "https://upload.frikanalen.no/media/626752/original/IMG_1133.MOV"
            },
            "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:00:07.006656",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-31T15:50:05.256750Z",
            "updatedTime": "2021-03-31T15:50:53.597829Z",
            "uploadedTime": "2021-03-31T15:50:45.571814Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626752/theora/IMG_1133.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626752/large_thumb/IMG_1133.jpg"
        },
        {
            "id": 624873,
            "name": "New Life Mission - Profilvideo",
            "header": "Profilvideo produsert i 2012",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624873/theora/6240_c5a8e5751b234920a0c1e88cbc7af0f7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624873/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624873/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624873/broadcast/6240_75aff54fbd9945ab9593cc93a90858d0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624873/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-26T14:07:32Z",
            "updatedTime": "2018-11-10T18:29:27.952662Z",
            "uploadedTime": "2012-04-26T14:07:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624873/theora/6240_c5a8e5751b234920a0c1e88cbc7af0f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624873/large_thumb/large.jpg"
        },
        {
            "id": 624156,
            "name": "Klamydiaen blomstrer!",
            "header": "7 av 10 som blir diagnostisert med klamyida er under 25 år. Dårlig magefølelse?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624156/theora/5141_5ddec93e0f264adcb6c39c214b7b09e8.ogv",
                "original": "https://upload.frikanalen.no/media/624156/original/orig_8690bde0687346559d9dafcee516718d.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624156/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624156/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624156/broadcast/5141_5e079265c33d4b58aeea1e1110285ac5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624156/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:25.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-28T17:55:15Z",
            "updatedTime": "2018-11-10T18:29:28.884396Z",
            "uploadedTime": "2010-12-28T17:55:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624156/theora/5141_5ddec93e0f264adcb6c39c214b7b09e8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624156/large_thumb/large.jpg"
        },
        {
            "id": 625407,
            "name": "Empo TV - 15.01.08",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625407/theora/Empo-150108.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625407/small_thumb/Empo-150108.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625407/large_thumb/Empo-150108.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625407/broadcast/Empo-150108.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:37Z",
            "updatedTime": "2020-08-30T20:18:38.084450Z",
            "uploadedTime": "2015-06-15T08:40:38Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625407/theora/Empo-150108.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625407/large_thumb/Empo-150108.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": 624859,
            "name": "Hva er nytt i Ubuntu?",
            "header": "Det aller første vil handle litt om hvorfor folk er så sinte og hvorfor det er så mange som tror at det gamle skrivebordet er borte. Ellers vil mye handle om infrastukturen under Unity og hva den tilbyr av videre muligheter.\r\n\r\nNUUG talk from 2012-10-14.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624859/theora/6220_f525072492fb43bc8e2ec92c85e5e8da.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624859/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624859/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624859/broadcast/6220_f525072492fb43bc8e2ec92c85e5e8da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624859/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": "01:02:10.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-04-16T07:42:55Z",
            "updatedTime": "2018-11-10T18:29:27.970964Z",
            "uploadedTime": "2012-04-16T07:42:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624859/theora/6220_f525072492fb43bc8e2ec92c85e5e8da.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624859/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": 625421,
            "name": "Empo TV - 15.06.25",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625421/theora/Empo-150625.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625421/small_thumb/Empo-150625.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625421/large_thumb/Empo-150625.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625421/broadcast/Empo-150625-dv.avi",
                "original": "https://upload.frikanalen.no/media/625421/original/Empo-150625.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:12:15.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-25T12:37:01Z",
            "updatedTime": "2020-08-29T18:52:39.831656Z",
            "uploadedTime": "2015-06-25T12:37:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625421/theora/Empo-150625.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625421/large_thumb/Empo-150625.jpg"
        },
        {
            "id": 625406,
            "name": "Empo TV - 14.08.28",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625406/theora/Empo-140828.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625406/large_thumb/Empo-140828.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625406/small_thumb/Empo-140828.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625406/broadcast/Empo-140828.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:26:46.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:29Z",
            "updatedTime": "2020-08-30T19:32:39.971426Z",
            "uploadedTime": "2015-06-15T08:40:31Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625406/theora/Empo-140828.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625406/large_thumb/Empo-140828.jpg"
        },
        {
            "id": 625509,
            "name": "Empo TV - 16.03.03",
            "header": "",
            "description": "",
            "files": {
                "original": "https://upload.frikanalen.no/media/625509/original/Empo-160303.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625509/small_thumb/Empo-160303.jpg",
                "theora": "https://upload.frikanalen.no/media/625509/theora/Empo-160303.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625509/large_thumb/Empo-160303.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625509/broadcast/Empo-160303-dv.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:33.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-04T11:21:53Z",
            "updatedTime": "2020-08-30T20:16:24.001208Z",
            "uploadedTime": "2016-03-04T11:21:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625509/theora/Empo-160303.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625509/large_thumb/Empo-160303.jpg"
        },
        {
            "id": 625405,
            "name": "Empo TV - 14.06.12",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625405/theora/Empo-140612.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625405/large_thumb/Empo-140612.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625405/small_thumb/Empo-140612.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625405/broadcast/Empo-140612.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:22Z",
            "updatedTime": "2020-08-30T20:18:47.179325Z",
            "uploadedTime": "2015-06-15T08:40:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625405/theora/Empo-140612.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625405/large_thumb/Empo-140612.jpg"
        },
        {
            "id": 622212,
            "name": "Ekstremsport 2005 rafting2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622212/theora/1752_9fe06846aa634f939403761dec568162.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622212/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622212/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622212/broadcast/orig_Ekstremsportveko 2005 rafting2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622212/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:03:17.360000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.031168Z",
            "uploadedTime": "2009-01-02T05:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622212/theora/1752_9fe06846aa634f939403761dec568162.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622212/large_thumb/large.jpg"
        },
        {
            "id": 622632,
            "name": "Vi går ombord 2 Redningsselskapet",
            "header": "Møte med redningsmenn i Redningsselskapet. Denne gang: Maskinist Oddmund Aune",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622632/theora/3041_a20605c51e1c42b892ab820a91731781.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622632/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622632/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622632/broadcast/orig_f27a47b3bf684d8e88e7e402f7687d07.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622632/large_thumb/large.jpg"
            },
            "creator": "ingvar.johnsen@nssr.no",
            "organization": {
                "id": 42,
                "name": "Redningsselskapet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1051,
                "editorName": "Ingvar Johnsen",
                "editorEmail": "ingvar.johnsen@nssr.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:21.680000",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-06-26T15:54:06Z",
            "updatedTime": "2018-11-10T18:29:30.462817Z",
            "uploadedTime": "2009-06-26T15:54:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622632/theora/3041_a20605c51e1c42b892ab820a91731781.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622632/large_thumb/large.jpg"
        },
        {
            "id": 622211,
            "name": "Ekstremsport 2005 rafting",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622211/theora/1751_a2b8a58d88424300bd8ba30c561053e1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622211/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622211/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622211/broadcast/orig_Ekstremsportveko 2005 rafting.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622211/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:03:14.800000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:11:00Z",
            "updatedTime": "2018-11-10T18:29:31.032524Z",
            "uploadedTime": "2009-01-02T05:11:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622211/theora/1751_a2b8a58d88424300bd8ba30c561053e1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622211/large_thumb/large.jpg"
        },
        {
            "id": 622208,
            "name": "Ekstremsport 2005 klatring",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622208/theora/1744_8984b03d0f9a4080b6f91640509f1e73.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622208/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622208/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622208/broadcast/orig_Ekstremsportveko 2005 klatring.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622208/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:04:05.960000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:04:00Z",
            "updatedTime": "2018-11-10T18:29:31.036562Z",
            "uploadedTime": "2009-01-02T05:04:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622208/theora/1744_8984b03d0f9a4080b6f91640509f1e73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622208/large_thumb/large.jpg"
        },
        {
            "id": 626687,
            "name": "Gud ledet og leder Israel",
            "header": "Overblikk over viktige emner",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626687/theora/Gud ledet og leder israelittene.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626687/broadcast/Gud ledet og leder israelittene.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626687/large_thumb/Gud ledet og leder israelittene.jpg",
                "original": "https://upload.frikanalen.no/media/626687/original/Gud ledet og leder israelittene.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:47:17.633333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-01-31T09:59:27.420745Z",
            "updatedTime": "2021-01-31T10:22:26.676704Z",
            "uploadedTime": "2021-01-31T10:00:16.531903Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626687/theora/Gud ledet og leder israelittene.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626687/large_thumb/Gud ledet og leder israelittene.jpg"
        },
        {
            "id": 626688,
            "name": "Historien om Israels stammer",
            "header": "En uforglemmelig reise",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626688/theora/Historien om Israels stammer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626688/broadcast/Historien om Israels stammer.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626688/large_thumb/Historien om Israels stammer.jpg",
                "original": "https://upload.frikanalen.no/media/626688/original/Historien om Israels stammer.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:51:41.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-02-01T08:42:51.732203Z",
            "updatedTime": "2021-02-01T09:08:15.062554Z",
            "uploadedTime": "2021-02-01T08:43:47.807119Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626688/theora/Historien om Israels stammer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626688/large_thumb/Historien om Israels stammer.jpg"
        },
        {
            "id": 625168,
            "name": "Empo TV - del 130",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625168/large_thumb/Empo-130411.jpg",
                "theora": "https://upload.frikanalen.no/media/625168/theora/Empo-130411.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625168/small_thumb/Empo-130411.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625168/broadcast/Empo-130411.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-11T13:34:53Z",
            "updatedTime": "2020-08-30T19:36:51.732109Z",
            "uploadedTime": "2013-04-11T13:34:54Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625168/theora/Empo-130411.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625168/large_thumb/Empo-130411.jpg"
        },
        {
            "id": 622621,
            "name": "Bazar - Soul Children",
            "header": "Soul Children",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622621/theora/2975_40c84deec9414891ba4f4fdfb79490b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622621/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622621/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622621/broadcast/2975_851a317b44a449ae8a061dc80ba30dec.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622621/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:30",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-05T07:07:27Z",
            "updatedTime": "2018-11-10T18:29:30.477821Z",
            "uploadedTime": "2009-06-05T07:07:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622621/theora/2975_40c84deec9414891ba4f4fdfb79490b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622621/large_thumb/large.jpg"
        },
        {
            "id": 625505,
            "name": "Empo TV - 25.02.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625505/theora/Empo-160225.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625505/small_thumb/Empo-160225.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625505/large_thumb/Empo-160225.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625505/broadcast/Empo-160225-dv.avi",
                "original": "https://upload.frikanalen.no/media/625505/original/Empo-160225.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:17.600000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-02-25T09:58:09Z",
            "updatedTime": "2020-08-30T20:16:32.226335Z",
            "uploadedTime": "2016-02-25T09:58:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625505/theora/Empo-160225.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625505/large_thumb/Empo-160225.jpg"
        },
        {
            "id": 622223,
            "name": "Ekstremsport 2005 base5",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622223/theora/1933_ed3742bb3d8b4fccbe7f3db5507e4465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622223/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622223/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622223/broadcast/orig_Ekstremsportveko 2005 base5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622223/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:06:29.290000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T08:13:00Z",
            "updatedTime": "2018-11-10T18:29:31.016186Z",
            "uploadedTime": "2009-01-02T08:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622223/theora/1933_ed3742bb3d8b4fccbe7f3db5507e4465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622223/large_thumb/large.jpg"
        },
        {
            "id": 624126,
            "name": "Apropos Trekant",
            "header": "Parodi på NRK3-serien \"Trekant\".",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624126/theora/5107_8799094ba8ac42238ac94bb454166bdf.ogv",
                "original": "https://upload.frikanalen.no/media/624126/original/orig_07b5d8ff6d7b45758923a035a78b0836.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624126/broadcast/5107_d48e1d20cb5d4db0947b958e71e3d4ea.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624126/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:41.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T21:29:53.497000Z",
            "updatedTime": "2018-11-10T18:29:28.925903Z",
            "uploadedTime": "2010-12-20T21:29:53Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624126/theora/5107_8799094ba8ac42238ac94bb454166bdf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624126/large_thumb/large.jpg"
        },
        {
            "id": 624125,
            "name": "Alle kan gå på en smell",
            "header": "Psykisk helse",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624125/theora/5100_294865239edd4089a93e5772d0439e25.ogv",
                "original": "https://upload.frikanalen.no/media/624125/original/orig_6e4f7579e64c43e7ad3f4c5123b9a71a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624125/broadcast/5100_70351f76700045e99423089525830129.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624125/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:03:58.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T20:59:11Z",
            "updatedTime": "2018-11-10T18:29:28.927736Z",
            "uploadedTime": "2010-12-20T20:59:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624125/theora/5100_294865239edd4089a93e5772d0439e25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624125/large_thumb/large.jpg"
        },
        {
            "id": 622607,
            "name": "Bazar - Øygospel",
            "header": "Vi tar pulsen på Øygospel på Flekkerøy.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622607/theora/2972_25718d4f23c941dd97dc7831066c384d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622607/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622607/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622607/broadcast/orig_9d242af6fb604cd9b54c07036017a70d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622607/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:30.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-03T20:34:06Z",
            "updatedTime": "2018-11-10T18:29:30.489966Z",
            "uploadedTime": "2009-06-03T20:34:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622607/theora/2972_25718d4f23c941dd97dc7831066c384d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622607/large_thumb/large.jpg"
        },
        {
            "id": 625397,
            "name": "Empo TV - 14.11.06",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625397/theora/Empo-141106.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625397/large_thumb/Empo-141106.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625397/small_thumb/Empo-141106.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625397/broadcast/Empo-141106.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:58.680000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:37:38Z",
            "updatedTime": "2020-08-30T20:20:40.517643Z",
            "uploadedTime": "2015-06-15T08:37:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625397/theora/Empo-141106.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625397/large_thumb/Empo-141106.jpg"
        },
        {
            "id": 622222,
            "name": "Ekstremsport 2005 base4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622222/theora/1932_63bfa48ed962474a8ef505c4a9950851.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622222/broadcast/orig_Ekstremsportveko 2005 base4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622222/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:02:31.350000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T08:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.017556Z",
            "uploadedTime": "2009-01-02T08:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622222/theora/1932_63bfa48ed962474a8ef505c4a9950851.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622222/large_thumb/large.jpg"
        },
        {
            "id": 622221,
            "name": "Ekstremsport 2005 base3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622221/theora/1931_ef6f29254d064b47a623b2f78718d76f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622221/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622221/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622221/broadcast/orig_Ekstremsportveko 2005 base3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622221/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:06:14.270000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T08:11:00Z",
            "updatedTime": "2018-11-10T18:29:31.018920Z",
            "uploadedTime": "2009-01-02T08:11:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622221/theora/1931_ef6f29254d064b47a623b2f78718d76f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622221/large_thumb/large.jpg"
        },
        {
            "id": 626695,
            "name": "Trond Alis kvarter XXI",
            "header": "Trond Ali snakker om hvordan Holocaust blir misbrukt",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626695/theora/TrondAliOmHolocaust.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626695/broadcast/TrondAliOmHolocaust.dv",
                "original": "https://upload.frikanalen.no/media/626695/original/TrondAliOmHolocaust.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626695/large_thumb/TrondAliOmHolocaust.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:08:43.560000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-02-03T07:18:47.225312Z",
            "updatedTime": "2021-02-03T08:30:39.911247Z",
            "uploadedTime": "2021-02-03T08:26:36.318489Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626695/theora/TrondAliOmHolocaust.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626695/large_thumb/TrondAliOmHolocaust.jpg"
        },
        {
            "id": 622219,
            "name": "Ekstremsport 2005 sykkel",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622219/theora/1761_dc2efa86f5594378933f4cace9ad8b2b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622219/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622219/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622219/broadcast/orig_Ekstremsportveko 2005 sykkel.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622219/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:07:45.840000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:21:00Z",
            "updatedTime": "2018-11-10T18:29:31.021642Z",
            "uploadedTime": "2009-01-02T05:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622219/theora/1761_dc2efa86f5594378933f4cace9ad8b2b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622219/large_thumb/large.jpg"
        },
        {
            "id": 622218,
            "name": "Ekstremsport 2005 sykkel2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622218/theora/1760_e49d619e32c245c5bfcfce34e552d136.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622218/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622218/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622218/broadcast/orig_Ekstremsportveko 2005 sykkel2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622218/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:02:21.640000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:20:00Z",
            "updatedTime": "2018-11-10T18:29:31.022987Z",
            "uploadedTime": "2009-01-02T05:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622218/theora/1760_e49d619e32c245c5bfcfce34e552d136.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622218/large_thumb/large.jpg"
        },
        {
            "id": 622217,
            "name": "Ekstremsport 2005 skydiving5",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622217/theora/1759_0136bf4c938e4796ac5355823de28c3b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622217/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622217/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622217/broadcast/orig_Ekstremsportveko 2005 skydiving5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622217/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:04:36.920000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:19:00Z",
            "updatedTime": "2018-11-10T18:29:31.024348Z",
            "uploadedTime": "2009-01-02T05:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622217/theora/1759_0136bf4c938e4796ac5355823de28c3b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622217/large_thumb/large.jpg"
        },
        {
            "id": 624819,
            "name": "Dagen Derpå: Påskespesial",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624819/theora/6045_bd8470beba49483caa01df4964549a76.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624819/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624819/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624819/broadcast/6045_44e9d63d54904f3997d456b69d7d6148.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624819/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:12:48.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-02-19T20:53:15Z",
            "updatedTime": "2018-11-10T18:29:28.018920Z",
            "uploadedTime": "2012-02-19T20:53:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624819/theora/6045_bd8470beba49483caa01df4964549a76.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624819/large_thumb/large.jpg"
        },
        {
            "id": 625396,
            "name": "Empo TV - 14.06.19",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625396/theora/Empo-140619.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625396/small_thumb/Empo-140619.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625396/large_thumb/Empo-140619.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625396/broadcast/Empo-140619.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:37:47Z",
            "updatedTime": "2020-08-30T20:19:49.456520Z",
            "uploadedTime": "2015-06-15T08:37:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625396/theora/Empo-140619.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625396/large_thumb/Empo-140619.jpg"
        },
        {
            "id": 627954,
            "name": "Den kristen-sionistiske avisa Vårt Land og Israel",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627954/theora/Den kristen-sionistiske avisa V�rt Land og Israel_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627954/broadcast/Den kristen-sionistiske avisa V�rt Land og Israel_2.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627954/large_thumb/Den kristen-sionistiske avisa V�rt Land og Israel_2.jpg",
                "original": "https://upload.frikanalen.no/media/627954/original/Den kristen-sionistiske avisa V�rt Land og Israel_2.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:04:05.360000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-24T18:52:16.841685Z",
            "updatedTime": "2024-10-24T18:55:14.596842Z",
            "uploadedTime": "2024-10-24T18:53:20.990048Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627954/theora/Den kristen-sionistiske avisa V�rt Land og Israel_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627954/large_thumb/Den kristen-sionistiske avisa V�rt Land og Israel_2.jpg"
        },
        {
            "id": 622216,
            "name": "Ekstremsport 2005 skydiving4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622216/theora/1758_0c7ee7e3bcb342b88a6fc5a36a94eb1d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622216/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622216/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622216/broadcast/orig_Ekstremsportveko 2005 skydiving4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622216/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:04:03.960000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:18:00Z",
            "updatedTime": "2018-11-10T18:29:31.025684Z",
            "uploadedTime": "2009-01-02T05:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622216/theora/1758_0c7ee7e3bcb342b88a6fc5a36a94eb1d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622216/large_thumb/large.jpg"
        },
        {
            "id": 622215,
            "name": "Ekstremsport 2005 skydiving3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622215/theora/1757_04b80c0ba905435ead1085e4e29c1400.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622215/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622215/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622215/broadcast/orig_Ekstremsportveko 2005 skydiving3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622215/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:07:14.680000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:17:00Z",
            "updatedTime": "2018-11-10T18:29:31.027057Z",
            "uploadedTime": "2009-01-02T05:17:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622215/theora/1757_04b80c0ba905435ead1085e4e29c1400.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622215/large_thumb/large.jpg"
        },
        {
            "id": 624813,
            "name": "Skolelinux - skolenettløsning",
            "header": "Skolelinux tilbyr en ferdig oppsatt skolenettløsning, med tjenester,arbeidsplasser, PXE-installasjon og brukerprogrammer. Skolelinux blir ofte referert til som Debian Edu. Målet med Skolelinux-prosjektet er å sikre at elevene har dataprogram på sitt morsmål med et driftskonsept som er tilpasset og klargjort for sentralisert drift. Det følger med et opplegg for realistisk innføring og bruk av fri programvare i skolehverdagen. Hensikten er å gi universal tilgang til IKT og hindre digitale klasseskiller. Derfor brukes fri programvare fordi det også gir elever med interesse for teknologi og språk en mulighet til å skape sin egen framtid. Presentasjonen vil gå igjennom hva som er nytt i siste utgave av løsningen og fortelle litt fra prosjektets mer enn 10-årige historie.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624813/theora/6122_7b795b824c48415f8851d19cf62b9dfd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624813/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624813/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624813/broadcast/6122_445a34b0812f427db72248af9b3218a4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624813/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": "01:27:22.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-03-24T11:02:17Z",
            "updatedTime": "2018-11-10T18:29:28.025908Z",
            "uploadedTime": "2012-03-24T11:02:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624813/theora/6122_7b795b824c48415f8851d19cf62b9dfd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624813/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": 625404,
            "name": "Empo TV - 14.10.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625404/small_thumb/Empo-141016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625404/broadcast/Empo-141016.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:30.080000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:16Z",
            "updatedTime": "2020-08-30T20:18:55.587624Z",
            "uploadedTime": "2015-06-15T08:40:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg"
        },
        {
            "id": 625403,
            "name": "Empo TV - 15.02.12",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625403/small_thumb/Empo-150212.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625403/broadcast/Empo-150212.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:10",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:02Z",
            "updatedTime": "2020-08-30T20:19:03.459808Z",
            "uploadedTime": "2015-06-15T08:40:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg"
        },
        {
            "id": 627955,
            "name": "Støtte til og vennskap med barn i Gaza",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627955/theora/St�tte til og vennskap med barn i Gaza.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627955/broadcast/St�tte til og vennskap med barn i Gaza.dv",
                "original": "https://upload.frikanalen.no/media/627955/original/St�tte til og vennskap med barn i Gaza.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627955/large_thumb/St�tte til og vennskap med barn i Gaza.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:06:08.360000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-24T18:54:35.802560Z",
            "updatedTime": "2024-10-24T19:01:46.214582Z",
            "uploadedTime": "2024-10-24T18:58:36.056215Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627955/theora/St�tte til og vennskap med barn i Gaza.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627955/large_thumb/St�tte til og vennskap med barn i Gaza.jpg"
        },
        {
            "id": 627953,
            "name": "Comments on the  'Israel' - US - Saudi axis. Okt. 24",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627953/theora/Comments on the  'Israel' - US - Saudi axis. Okt.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627953/broadcast/Comments on the  'Israel' - US - Saudi axis. Okt.dv",
                "original": "https://upload.frikanalen.no/media/627953/original/Comments on the  'Israel' - US - Saudi axis. Okt.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627953/large_thumb/Comments on the  'Israel' - US - Saudi axis. Okt.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:04:14.120000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-24T18:47:42.516565Z",
            "updatedTime": "2024-10-24T18:52:43.402476Z",
            "uploadedTime": "2024-10-24T18:50:39.437373Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627953/theora/Comments on the  'Israel' - US - Saudi axis. Okt.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627953/large_thumb/Comments on the  'Israel' - US - Saudi axis. Okt.jpg"
        },
        {
            "id": 622214,
            "name": "Ekstremsport 2005 skydiving2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622214/theora/1756_e0c0f4784c574c50a536ced645a98719.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622214/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622214/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622214/broadcast/orig_Ekstremsportveko 2005 skydiving2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622214/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:05:11",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:16:00Z",
            "updatedTime": "2018-11-10T18:29:31.028434Z",
            "uploadedTime": "2009-01-02T05:16:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622214/theora/1756_e0c0f4784c574c50a536ced645a98719.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622214/large_thumb/large.jpg"
        }
    ]
}