List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=900&ordering=-updated_time
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3411,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=950&ordering=-updated_time",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=850&ordering=-updated_time",
    "results": [
        {
            "id": 626065,
            "name": "Sintel",
            "header": "Historien om Sintel og hennes ekspedisjon for å finne babydragen hun ble kjent med.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626065/theora/sintel-2048-surround.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626065/broadcast/sintel-2048-surround.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626065/large_thumb/sintel-2048-surround.jpg",
                "original": "https://upload.frikanalen.no/media/626065/original/sintel-2048-surround.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:48.041667",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/Sintel",
            "createdTime": "2018-11-18T17:33:22.098172Z",
            "updatedTime": "2018-11-18T17:59:15.155778Z",
            "uploadedTime": "2018-11-18T17:52:36.383575Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626065/theora/sintel-2048-surround.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626065/large_thumb/sintel-2048-surround.jpg"
        },
        {
            "id": 625968,
            "name": "Glass",
            "header": "To amatørkunstkritikere treffes i et kunstgalleri og argumenterer heftig om maleriene de får se, inntil de endelig finner et kunstverk de kan enes om...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625968/theora/Glass.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625968/broadcast/Glass.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625968/large_thumb/Glass.jpg",
                "original": "https://upload.frikanalen.no/media/625968/original/Glass.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:03:13.208333",
            "categories": [
                "Barn og ungdom",
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/Glass_201703",
            "createdTime": "2018-01-03T14:13:58.425181Z",
            "updatedTime": "2018-11-18T17:16:11.739365Z",
            "uploadedTime": "2018-11-18T17:14:48.586329Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625968/theora/Glass.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625968/large_thumb/Glass.jpg"
        },
        {
            "id": 626034,
            "name": "Caminandes 3: Llamigos",
            "header": "I denne episoden av tegnefilmserien Caminandes blir vi enda bedre kjent med vår helt Koro.  Det er vinter i Patagonia, og det er lite mat.  Llamaen Koro møter den plagsomme pingvinen Oti i en episk kamp om siste saftige bær.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626034/theora/Caminandes_ Llamigos-1080p.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626034/broadcast/Caminandes_ Llamigos-1080p.dv",
                "original": "https://upload.frikanalen.no/media/626034/original/Caminandes_ Llamigos-1080p.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626034/large_thumb/Caminandes_ Llamigos-1080p.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:02:30.125000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CaminandesLlamigos",
            "createdTime": "2018-07-15T10:14:21.647997Z",
            "updatedTime": "2018-11-18T16:51:01.276702Z",
            "uploadedTime": "2018-11-18T16:49:48.657449Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626034/theora/Caminandes_ Llamigos-1080p.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626034/large_thumb/Caminandes_ Llamigos-1080p.jpg"
        },
        {
            "id": 626057,
            "name": "Caminandes 2: Gran Dillama",
            "header": "Llamaen Koro erfarer at gresset er grønnere på den andre siden av gjerdet, og at veien dit kan være lang.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626057/theora/02_gran_dillama_1080p.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626057/broadcast/02_gran_dillama_1080p.dv",
                "original": "https://upload.frikanalen.no/media/626057/original/02_gran_dillama_1080p.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626057/large_thumb/02_gran_dillama_1080p.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:02:26.083333",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/Caminandes2GranDillama",
            "createdTime": "2018-11-13T23:56:20.536277Z",
            "updatedTime": "2018-11-18T16:33:58.553980Z",
            "uploadedTime": "2018-11-18T16:29:59.474525Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626057/theora/02_gran_dillama_1080p.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626057/large_thumb/02_gran_dillama_1080p.jpg"
        },
        {
            "id": 625972,
            "name": "Snapchat-59153712.mp4 yep",
            "header": "Test",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625972/broadcast/Snapchat-59153712.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg",
                "original": "https://upload.frikanalen.no/media/625972/original/Snapchat-59153712.mp4"
            },
            "creator": "odin.omdal@gmail.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:03",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2018-02-02T23:27:20.854766Z",
            "updatedTime": "2018-11-18T14:11:40.435420Z",
            "uploadedTime": "2018-02-02T22:33:02.536532Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg"
        },
        {
            "id": 626064,
            "name": "gopro.mp4 test 2",
            "header": "aoeu",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626064/theora/gopro.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626064/broadcast/gopro.dv",
                "original": "https://upload.frikanalen.no/media/626064/original/gopro.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626064/large_thumb/gopro.jpg"
            },
            "creator": "odin.omdal@gmail.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:04.360000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2018-11-18T14:08:35.936544Z",
            "updatedTime": "2018-11-18T14:10:56.657250Z",
            "uploadedTime": "2018-11-18T14:09:56.758541Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626064/theora/gopro.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626064/large_thumb/gopro.jpg"
        },
        {
            "id": 623922,
            "name": "Test av ny Theora",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623922/theora/4750_68e162e0d91746d6ab896267e245345a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623922/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623922/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623922/broadcast/4750_35509d1ad1e341d880b66302c5a68243.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623922/large_thumb/large.jpg"
            },
            "creator": "rune@never.no",
            "organization": {
                "id": 99,
                "name": "never.no (test/dev-konto #1)",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1048,
                "editorName": "Rune Bjerke",
                "editorEmail": "rune@never.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:05",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-14T12:02:49.807000Z",
            "updatedTime": "2018-11-14T11:26:01.799935Z",
            "uploadedTime": "2010-09-14T12:02:49.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623922/theora/4750_68e162e0d91746d6ab896267e245345a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623922/large_thumb/large.jpg"
        },
        {
            "id": 622394,
            "name": "Frikanalen reprisending (12-14:30)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622394/theora/646_77959c415f6c469a8472f65944e1edf1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622394/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622394/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622394/broadcast/orig_vignetter.frikanalen.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622394/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:27.800000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:46:00Z",
            "updatedTime": "2018-11-14T11:25:38.045092Z",
            "uploadedTime": "2009-01-01T10:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622394/theora/646_77959c415f6c469a8472f65944e1edf1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622394/large_thumb/large.jpg"
        },
        {
            "id": 622389,
            "name": "Kultur (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622389/theora/636_309f48cc252b49c48218d786d97fb78c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622389/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622389/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622389/broadcast/orig_vignett.kultur.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622389/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:36:00Z",
            "updatedTime": "2018-11-14T11:25:02.877871Z",
            "uploadedTime": "2009-01-01T10:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622389/theora/636_309f48cc252b49c48218d786d97fb78c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622389/large_thumb/large.jpg"
        },
        {
            "id": 622391,
            "name": "Idrett (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622391/theora/638_1320097ea850431da66f6c777b9c2cd1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622391/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622391/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622391/broadcast/orig_vignett.idrett.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622391/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:38:00Z",
            "updatedTime": "2018-11-14T11:24:50.133847Z",
            "uploadedTime": "2009-01-01T10:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622391/theora/638_1320097ea850431da66f6c777b9c2cd1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622391/large_thumb/large.jpg"
        },
        {
            "id": 622390,
            "name": "Religion (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622390/theora/637_00726e62b1b54454959187061d311ee6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622390/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622390/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622390/broadcast/orig_vignett-religion og livsyn.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622390/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:37:00Z",
            "updatedTime": "2018-11-14T11:24:32.816732Z",
            "uploadedTime": "2009-01-01T10:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622390/theora/637_00726e62b1b54454959187061d311ee6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622390/large_thumb/large.jpg"
        },
        {
            "id": 622392,
            "name": "Samfunn (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622392/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622392/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622392/broadcast/orig_vignetter.samfunnsmessige interesseorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:43:00Z",
            "updatedTime": "2018-11-14T11:24:19.294935Z",
            "uploadedTime": "2009-01-01T10:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
        },
        {
            "id": 622393,
            "name": "Beredskap (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622393/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622393/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622393/broadcast/orig_vignetter.beredskapsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:44:00Z",
            "updatedTime": "2018-11-14T11:24:05.703596Z",
            "uploadedTime": "2009-01-01T10:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
        },
        {
            "id": 622470,
            "name": "Velferd (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622470/theora/639_0db70c0c4b934faca40b401f242be8fd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622470/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622470/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622470/broadcast/orig_vignetter-velferdsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622470/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:39:00Z",
            "updatedTime": "2018-11-14T11:23:48.845855Z",
            "uploadedTime": "2009-01-01T10:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622470/theora/639_0db70c0c4b934faca40b401f242be8fd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622470/large_thumb/large.jpg"
        },
        {
            "id": 622471,
            "name": "Solidaritet (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622471/theora/640_50aa5758624d46ffa46cee3323f509fd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622471/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622471/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622471/broadcast/orig_vignetter-solidaritet og bistandsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622471/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:40:00Z",
            "updatedTime": "2018-11-14T11:23:30.870307Z",
            "uploadedTime": "2009-01-01T10:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622471/theora/640_50aa5758624d46ffa46cee3323f509fd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622471/large_thumb/large.jpg"
        },
        {
            "id": 622472,
            "name": "Minoriteter (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622472/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622472/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622472/broadcast/orig_vignetter.minoritetsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:41:00Z",
            "updatedTime": "2018-11-14T11:23:17.611834Z",
            "uploadedTime": "2009-01-01T10:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
        },
        {
            "id": 622473,
            "name": "Barn og ungdom (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622473/theora/642_6a4bcb80b4d244cd92e6202f40a521cb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622473/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622473/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622473/broadcast/orig_vignetter.barne og ungdomsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622473/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:42:00Z",
            "updatedTime": "2018-11-14T11:22:47.284914Z",
            "uploadedTime": "2009-01-01T10:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622473/theora/642_6a4bcb80b4d244cd92e6202f40a521cb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622473/large_thumb/large.jpg"
        },
        {
            "id": 622474,
            "name": "Andre (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622474/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622474/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622474/broadcast/orig_vignetter.andre organisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622474/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.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:08",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:45:00Z",
            "updatedTime": "2018-11-14T11:22:23.803006Z",
            "uploadedTime": "2009-01-01T10:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622474/large_thumb/large.jpg"
        },
        {
            "id": 625881,
            "name": "High FPS GoPro test",
            "header": "This is merely a test to see how Frikanalen handles high FPS inputs.",
            "description": "",
            "files": {
                "original": "https://upload.frikanalen.no/media/625881/original/GOPR0003.MP4"
            },
            "creator": "odin.omdal@gmail.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:04.360000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-05-08T11:26:00.667676Z",
            "updatedTime": "2018-11-14T11:22:08.973211Z",
            "uploadedTime": "2017-05-22T09:21:11.098575Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 625068,
            "name": "Urtehagen TV - Skapelsen",
            "header": "Fortellinger fra koranen for barn, om Noa og små dyr",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625068/theora/6563_1dbedeb93f6b44b6a187f47c774acd77.ogv",
                "original": "https://upload.frikanalen.no/media/625068/original/orig_d3d74c98ba1f404ea571d948c43bba2d.mov",
                "smallThumb": "https://upload.frikanalen.no/media/625068/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625068/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625068/broadcast/6563_16e7b0ba591947978bae758cfc83f730.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625068/large_thumb/large.jpg"
            },
            "creator": "ra663@hotmail.com",
            "organization": {
                "id": 38,
                "name": "Urtehagen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1074,
                "editorName": "Rawafid Shahad",
                "editorEmail": "ra663@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:06.560000",
            "categories": [
                "Barn og ungdom",
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-11-09T12:36:18.610000Z",
            "updatedTime": "2018-11-14T00:05:48.220208Z",
            "uploadedTime": "2012-11-09T12:36:18.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625068/theora/6563_1dbedeb93f6b44b6a187f47c774acd77.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625068/large_thumb/large.jpg"
        },
        {
            "id": 624130,
            "name": "Kopiering er ikke tyveri",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624130/theora/5110_f3211e25c1144e36958ba4359cb7caa7.ogv",
                "original": "https://upload.frikanalen.no/media/624130/original/orig_ae77ad81f90b4683afcef32645e6856a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624130/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624130/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624130/broadcast/5110_7c10fc16cc1b4945ba122480a8227edb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624130/large_thumb/large.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:01:19.640000",
            "categories": [
                "Barn og ungdom",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-12-21T14:25:36.933000Z",
            "updatedTime": "2018-11-13T23:53:34.177518Z",
            "uploadedTime": "2010-12-21T14:25:36.933000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624130/theora/5110_f3211e25c1144e36958ba4359cb7caa7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624130/large_thumb/large.jpg"
        },
        {
            "id": 525013,
            "name": "Ekstremsport 2005 paragliding4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/525013/theora/1750_4f846b8150c54894a880f749c3195363.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/525013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/525013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/525013/broadcast/orig_Ekstremsportveko 2005 paragliding4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/525013/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.120000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:10:00Z",
            "updatedTime": "2018-11-10T18:29:31.285702Z",
            "uploadedTime": "2009-01-02T05:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/525013/theora/1750_4f846b8150c54894a880f749c3195363.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/525013/large_thumb/large.jpg"
        },
        {
            "id": 622101,
            "name": "Godt Perspektiv prog 1",
            "header": "I dette programmet møter du Anders Reinemo som opplevde at Gud snakket til han gjennom en colakork. Jesusrevolution er en organisasjon som drar i hele Europa for å fortelle om evangeliet, i Godt Perspektiv sier de hvorfor. Roald Juliussen forteller om misjonærlivet i krigsherjede Kongo.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622101/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622101/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622101/broadcast/orig_97f5d9af98964ad08ce9ced9bcc1eb25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:08.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:21:00Z",
            "updatedTime": "2018-11-10T18:29:31.213511Z",
            "uploadedTime": "2009-01-01T21:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
        },
        {
            "id": 622102,
            "name": "Musikk: Menuett",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622102/theora/1294_770c83508f304af8820386de474f9aed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622102/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622102/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622102/broadcast/orig_Terje og Sidsel Dahl - Menuett.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622102/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:34:00Z",
            "updatedTime": "2018-11-10T18:29:31.211984Z",
            "uploadedTime": "2009-01-01T21:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622102/theora/1294_770c83508f304af8820386de474f9aed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622102/large_thumb/large.jpg"
        },
        {
            "id": 622103,
            "name": "Akkurat Nå - Episode 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622103/theora/1302_248fb786461e48f2b6c4a7aa4430afab.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622103/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622103/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622103/broadcast/orig_ESTV - Akkurat Nå - del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622103/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:48:01.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.210275Z",
            "uploadedTime": "2009-01-01T21:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622103/theora/1302_248fb786461e48f2b6c4a7aa4430afab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622103/large_thumb/large.jpg"
        },
        {
            "id": 622104,
            "name": "Buldring - klatring på sitt råeste ?",
            "header": "Noen av nordens sterkeste jenter og gutter viser hva buldring er for noe. Fra Nordic Bouldering Challenge i Håkons Hall, Lillehammer 29.november 2008",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622104/theora/1303_2b6d04af5312449b859fc9c4c61aa541.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622104/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622104/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622104/broadcast/orig_Sequence 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622104/large_thumb/large.jpg"
            },
            "creator": "gautegg@gmail.com",
            "organization": {
                "id": 128,
                "name": "Gaute Media",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1065,
                "editorName": "Gaute Grøtta Grav",
                "editorEmail": "gautegg@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.208609Z",
            "uploadedTime": "2009-01-01T21:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622104/theora/1303_2b6d04af5312449b859fc9c4c61aa541.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622104/large_thumb/large.jpg"
        },
        {
            "id": 622106,
            "name": "Akkurat Nå - Episode 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622106/theora/1344_ae301ff3722e48faabf0d95078832f24.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622106/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622106/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622106/broadcast/orig_Akkurat Nå - Episode 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622106/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:50:30.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T22:24:00Z",
            "updatedTime": "2018-11-10T18:29:31.205095Z",
            "uploadedTime": "2009-01-01T22:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622106/theora/1344_ae301ff3722e48faabf0d95078832f24.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622106/large_thumb/large.jpg"
        },
        {
            "id": 622107,
            "name": "Hope Channel sømløs 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622107/theora/1536_5771ab514096438e8f55404387009b22.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622107/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622107/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622107/broadcast/orig_Hope Channel soemloes 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622107/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:29.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:36:00Z",
            "updatedTime": "2018-11-10T18:29:31.203560Z",
            "uploadedTime": "2009-01-02T01:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622107/theora/1536_5771ab514096438e8f55404387009b22.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622107/large_thumb/large.jpg"
        },
        {
            "id": 622108,
            "name": "Hope Channel logo 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622108/theora/1537_f2c6e94fb71245a58935eb7861fc5b9e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622108/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622108/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622108/broadcast/orig_Hope Channel logo 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622108/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:04.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:37:00Z",
            "updatedTime": "2018-11-10T18:29:31.201935Z",
            "uploadedTime": "2009-01-02T01:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622108/theora/1537_f2c6e94fb71245a58935eb7861fc5b9e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622108/large_thumb/large.jpg"
        },
        {
            "id": 622109,
            "name": "Hope Channel logo 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622109/theora/1538_8a79721afd9446c98861cef7a084cf45.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622109/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622109/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622109/broadcast/orig_Hope Channel logo 02.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622109/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:10.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:38:00Z",
            "updatedTime": "2018-11-10T18:29:31.200383Z",
            "uploadedTime": "2009-01-02T01:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622109/theora/1538_8a79721afd9446c98861cef7a084cf45.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622109/large_thumb/large.jpg"
        },
        {
            "id": 622110,
            "name": "Menneskesønnen del 06A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622110/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622110/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622110/broadcast/orig_Menneskesønnen del 6A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622110/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:39:00Z",
            "updatedTime": "2018-11-10T18:29:31.198611Z",
            "uploadedTime": "2009-01-02T01:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622110/large_thumb/large.jpg"
        },
        {
            "id": 622111,
            "name": "Menneskesønnen del 07A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622111/broadcast/orig_Menneskesønnen del 7A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622111/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:40:00Z",
            "updatedTime": "2018-11-10T18:29:31.196806Z",
            "uploadedTime": "2009-01-02T01:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622111/large_thumb/large.jpg"
        },
        {
            "id": 622112,
            "name": "Menneskesønnen del 08A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622112/theora/1541_e38f7017063847788ee0cafcf84acaf8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622112/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622112/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622112/broadcast/orig_Menneskesønnen del 8A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622112/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:41:00Z",
            "updatedTime": "2018-11-10T18:29:31.194869Z",
            "uploadedTime": "2009-01-02T01:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622112/theora/1541_e38f7017063847788ee0cafcf84acaf8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622112/large_thumb/large.jpg"
        },
        {
            "id": 622113,
            "name": "Menneskesønnen del 10A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622113/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622113/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622113/broadcast/orig_Menneskesønnen del 10A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622113/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.193165Z",
            "uploadedTime": "2009-01-02T01:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622113/large_thumb/large.jpg"
        },
        {
            "id": 622114,
            "name": "Menneskesønnen del 09A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622114/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622114/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622114/broadcast/orig_Menneskesønnen del 9A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622114/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.191699Z",
            "uploadedTime": "2009-01-02T01:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622114/large_thumb/large.jpg"
        },
        {
            "id": 622115,
            "name": "Menneskesønnen del 11A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622115/theora/1544_584e8de0a59e4332b3e9d68ca6f32588.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622115/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622115/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622115/broadcast/orig_Menneskesønnen del 11A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622115/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:44:00Z",
            "updatedTime": "2018-11-10T18:29:31.190046Z",
            "uploadedTime": "2009-01-02T01:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622115/theora/1544_584e8de0a59e4332b3e9d68ca6f32588.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622115/large_thumb/large.jpg"
        },
        {
            "id": 622116,
            "name": "Menneskesønnen del 06B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622116/theora/1545_032055f7e5bc4d8eba82a692edfd44e6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622116/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622116/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622116/broadcast/orig_Menneskesønnen del 6B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622116/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:45:00Z",
            "updatedTime": "2018-11-10T18:29:31.188020Z",
            "uploadedTime": "2009-01-02T01:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622116/theora/1545_032055f7e5bc4d8eba82a692edfd44e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622116/large_thumb/large.jpg"
        },
        {
            "id": 622117,
            "name": "Menneskesønnen del 07B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622117/theora/1546_735f3b22130849e9b9d2d9daa83555c1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622117/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622117/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622117/broadcast/orig_Menneskesønnen del 7B - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622117/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:46:00Z",
            "updatedTime": "2018-11-10T18:29:31.185880Z",
            "uploadedTime": "2009-01-02T01:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622117/theora/1546_735f3b22130849e9b9d2d9daa83555c1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622117/large_thumb/large.jpg"
        },
        {
            "id": 622118,
            "name": "Menneskesønnen del 08B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622118/theora/1547_6e29d67a0b434b2788c4edff2eaa28cd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622118/broadcast/orig_Menneskesønnen del 8B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622118/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:47:00Z",
            "updatedTime": "2018-11-10T18:29:31.184253Z",
            "uploadedTime": "2009-01-02T01:47:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622118/theora/1547_6e29d67a0b434b2788c4edff2eaa28cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622118/large_thumb/large.jpg"
        },
        {
            "id": 622119,
            "name": "Menneskesønnen del 09B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622119/theora/1548_1df390e4bcb345d7906198348bca67bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622119/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622119/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622119/broadcast/orig_Menneskesønnen del 9B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622119/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:32.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:48:00Z",
            "updatedTime": "2018-11-10T18:29:31.182752Z",
            "uploadedTime": "2009-01-02T01:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622119/theora/1548_1df390e4bcb345d7906198348bca67bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622119/large_thumb/large.jpg"
        },
        {
            "id": 622120,
            "name": "Menneskesønnen del 10B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622120/theora/1552_4f77731d275e40f4bfaa9d96a9c25843.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622120/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622120/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622120/broadcast/orig_Menneskesønnen del 10B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622120/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:52:00Z",
            "updatedTime": "2018-11-10T18:29:31.181285Z",
            "uploadedTime": "2009-01-02T01:52:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622120/theora/1552_4f77731d275e40f4bfaa9d96a9c25843.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622120/large_thumb/large.jpg"
        },
        {
            "id": 622121,
            "name": "Menneskesønnen del 11B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622121/theora/1553_9efd22f4180f46afb7fdcf9be1c0cdd2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622121/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622121/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622121/broadcast/orig_Menneskesønnen del 11B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622121/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:45.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:53:00Z",
            "updatedTime": "2018-11-10T18:29:31.179856Z",
            "uploadedTime": "2009-01-02T01:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622121/theora/1553_9efd22f4180f46afb7fdcf9be1c0cdd2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622121/large_thumb/large.jpg"
        },
        {
            "id": 622122,
            "name": "Drøfting av Quranen del 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622122/theora/1554_4834e5c8bf374a65b6092a191dff6205.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622122/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622122/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622122/broadcast/orig_Droefting av Quranen del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622122/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:56.280000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:54:00Z",
            "updatedTime": "2018-11-10T18:29:31.178330Z",
            "uploadedTime": "2009-01-02T01:54:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622122/theora/1554_4834e5c8bf374a65b6092a191dff6205.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622122/large_thumb/large.jpg"
        },
        {
            "id": 622123,
            "name": "Drøfting av Quranen del 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622123/broadcast/orig_Droefting av Quranen del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:08.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:55:00Z",
            "updatedTime": "2018-11-10T18:29:31.176892Z",
            "uploadedTime": "2009-01-02T01:55:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
        },
        {
            "id": 622124,
            "name": "Jul på Studentrådet del 01",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622124/theora/1556_0d997def9fd04748bd8dc0d5f5297ec8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622124/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622124/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622124/broadcast/orig_Jul på Studentrådet del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622124/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:07:21.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:56:00Z",
            "updatedTime": "2018-11-10T18:29:31.175351Z",
            "uploadedTime": "2009-01-02T01:56:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622124/theora/1556_0d997def9fd04748bd8dc0d5f5297ec8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622124/large_thumb/large.jpg"
        },
        {
            "id": 622125,
            "name": "Jul på Studentrådet del 02",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622125/theora/1557_fa202fa230414425b8682486e35f0fd7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622125/broadcast/orig_Jul på Studentrådet del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622125/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:09:53.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:57:00Z",
            "updatedTime": "2018-11-10T18:29:31.173946Z",
            "uploadedTime": "2009-01-02T01:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622125/theora/1557_fa202fa230414425b8682486e35f0fd7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622125/large_thumb/large.jpg"
        },
        {
            "id": 622126,
            "name": "Jul på Studentrådet del 03",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622126/theora/1558_8f210c7c05dd4e7a908a4e44ec35c4e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622126/broadcast/orig_Jul på Studentrådet del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622126/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:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:58:00Z",
            "updatedTime": "2018-11-10T18:29:31.172414Z",
            "uploadedTime": "2009-01-02T01:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622126/theora/1558_8f210c7c05dd4e7a908a4e44ec35c4e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622126/large_thumb/large.jpg"
        },
        {
            "id": 622127,
            "name": "Jul på Studentrådet del 04",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622127/theora/1559_cfaea2adc1f64f6cb97656d90e8d010d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622127/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622127/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622127/broadcast/orig_Jul på Studentrådet del 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622127/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:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:59:00Z",
            "updatedTime": "2018-11-10T18:29:31.170224Z",
            "uploadedTime": "2009-01-02T01:59:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622127/theora/1559_cfaea2adc1f64f6cb97656d90e8d010d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622127/large_thumb/large.jpg"
        },
        {
            "id": 622128,
            "name": "Jul på Studentrådet del 05",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622128/theora/1560_f146b0085ba54967ab77e4b43115f330.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622128/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622128/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622128/broadcast/orig_Jul på Studentrådet del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622128/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:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:00:00Z",
            "updatedTime": "2018-11-10T18:29:31.168707Z",
            "uploadedTime": "2009-01-02T02:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622128/theora/1560_f146b0085ba54967ab77e4b43115f330.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622128/large_thumb/large.jpg"
        },
        {
            "id": 622129,
            "name": "Jul på Studentrådet del 06",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622129/theora/1561_ab9ebbb13da947908146d1e3fa066bce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622129/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622129/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622129/broadcast/orig_Jul på Studentrådet del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622129/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:06:41.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:01:00Z",
            "updatedTime": "2018-11-10T18:29:31.166947Z",
            "uploadedTime": "2009-01-02T02:01:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622129/theora/1561_ab9ebbb13da947908146d1e3fa066bce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622129/large_thumb/large.jpg"
        }
    ]
}