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

{
    "count": 3408,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1050&ordering=-publish_on_web",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=950&ordering=-publish_on_web",
    "results": [
        {
            "id": 625333,
            "name": "TED - Peter van Manen: How can Formula 1 racing help ... babies?",
            "header": "During a Formula 1 race, a car sends hundreds of millions of data points to its garage for real-time analysis and feedback. So why not use this detailed and rigorous data system elsewhere, like ... at children’s hospitals? Peter van Manen tells us more.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625333/small_thumb/PeterVanManen_2013X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625333/large_thumb/PeterVanManen_2013X.jpg",
                "theora": "https://upload.frikanalen.no/media/625333/theora/PeterVanManen_2013X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625333/broadcast/PeterVanManen_2013X.dv",
                "original": "https://upload.frikanalen.no/media/625333/original/PeterVanManen_2013X.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:07:56.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/PeterVanManen_2013X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.384690Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625333/theora/PeterVanManen_2013X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625333/large_thumb/PeterVanManen_2013X.jpg"
        },
        {
            "id": 625730,
            "name": "Testing Debian-Installer using jenkins.debian.{net,org} - Debconf 16",
            "header": "... or how to stop worrying and have fun hacking on d-i without needing to be scared about breaking everything\n\nThe objective here is to let people push to feature branches and find out later how much damage they would have done had they put that into d-i.  The hope being that the answer will often be \"None\"\n\nThis should encourage people to do more work on d-i.  The talk will also serve to demonstrate the use of Cucumber and Jenkins that we have for running the tests.\n\nTalk (45 mins) session with Philip Hands during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625730/theora/Testing_DebianInstaller_using_jenkinsdebiannetorg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625730/broadcast/Testing_DebianInstaller_using_jenkinsdebiannetorg.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625730/small_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.jpg",
                "original": "https://upload.frikanalen.no/media/625730/original/Testing_DebianInstaller_using_jenkinsdebiannetorg.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625730/large_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.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:46:17.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/55/",
            "createdTime": "2016-07-22T21:34:54.003229Z",
            "updatedTime": "2018-11-10T18:29:26.801188Z",
            "uploadedTime": "2016-07-22T21:35:34.578357Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625730/theora/Testing_DebianInstaller_using_jenkinsdebiannetorg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625730/large_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.jpg"
        },
        {
            "id": 625332,
            "name": "TED - Britta Riley: A garden in my apartment",
            "header": "Britta Riley wanted to grow her own food (in her tiny apartment). So she and her friends developed a system for growing plants in discarded plastic bottles -- researching, testing and tweaking the system using social media, trying many variations at once and quickly arriving at the optimal system. Call it distributed DIY. And the results? Delicious.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625332/small_thumb/BrittaRiley_2011X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625332/large_thumb/BrittaRiley_2011X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625332/broadcast/BrittaRiley_2011X.dv",
                "theora": "https://upload.frikanalen.no/media/625332/theora/BrittaRiley_2011X.ogv",
                "original": "https://upload.frikanalen.no/media/625332/original/BrittaRiley_2011X.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:07:52.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BrittaRiley_2011X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.386050Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625332/theora/BrittaRiley_2011X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625332/large_thumb/BrittaRiley_2011X.jpg"
        },
        {
            "id": 627832,
            "name": "Israel før og nå...",
            "header": "Dagsaktuelt stoff",
            "description": "Dagsaktuelt stoff",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627832/theora/Israel f�r og n�....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627832/broadcast/Israel f�r og n�....dv",
                "original": "https://upload.frikanalen.no/media/627832/original/Israel f�r og n�....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627832/large_thumb/Israel f�r og n�....jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:47:18.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-11-30T11:22:32.223673Z",
            "updatedTime": "2023-11-30T11:56:27.265924Z",
            "uploadedTime": "2023-11-30T11:34:23.434705Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627832/theora/Israel f�r og n�....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627832/large_thumb/Israel f�r og n�....jpg"
        },
        {
            "id": 625331,
            "name": "TED - Ron Finley: A guerilla gardener in South Central LA",
            "header": "Ron Finley plants vegetable gardens in South Central LA -- in abandoned lots, traffic medians, along the curbs. Why? For fun, for defiance, for beauty and to offer some alternative to fast food in a community where \"the drive-thrus are killing more people than the drive-bys.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625331/small_thumb/RonFinley_2013.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625331/large_thumb/RonFinley_2013.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625331/broadcast/RonFinley_2013.dv",
                "theora": "https://upload.frikanalen.no/media/625331/theora/RonFinley_2013.ogv",
                "original": "https://upload.frikanalen.no/media/625331/original/RonFinley_2013.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:10:45.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RonFinley_2013",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.387405Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625331/theora/RonFinley_2013.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625331/large_thumb/RonFinley_2013.jpg"
        },
        {
            "id": 624394,
            "name": "Demonstrasjon mot DLD",
            "header": "Onsdag demonstrerte over 200 personer mot datalagringsdirektivet i Trondheim. Alle partiene var representert i demonstrasjonen, selv ja-partiene Ap og Høyre",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624394/theora/5493_17a8099a35004e3eb9ccfc97cbf3b659.ogv",
                "original": "https://upload.frikanalen.no/media/624394/original/orig_59d208c459e54284a890dcecf877625a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624394/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624394/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624394/broadcast/5493_ae19e160a628423590754ddcc904c7dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624394/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:47.010000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-31T16:32:45.687000Z",
            "updatedTime": "2018-11-10T18:29:28.577341Z",
            "uploadedTime": "2011-03-31T16:32:45.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624394/theora/5493_17a8099a35004e3eb9ccfc97cbf3b659.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624394/large_thumb/large.jpg"
        },
        {
            "id": 625330,
            "name": "TED - David Gallo shows underwater astonishments",
            "header": "David Gallo shows jaw-dropping footage of amazing sea creatures, including a color-shifting cuttlefish, a perfectly camouflaged octopus, and a Times Square's worth of neon light displays from fish who live in the blackest depths of the ocean.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625330/small_thumb/DavidGallo_2007.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625330/large_thumb/DavidGallo_2007.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625330/broadcast/DavidGallo_2007.dv",
                "theora": "https://upload.frikanalen.no/media/625330/theora/DavidGallo_2007.ogv",
                "original": "https://upload.frikanalen.no/media/625330/original/DavidGallo_2007.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:05:25.030000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidGallo_2007",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.388846Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625330/theora/DavidGallo_2007.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625330/large_thumb/DavidGallo_2007.jpg"
        },
        {
            "id": 624620,
            "name": "Dagen derpå: UKA teater",
            "header": "UKA-11 kjører videre, og vi i Dagen Derpå fortsetter å gi dere en fullstendig dekning av festivalen. Denne uken ser vi nærmere på revyen og de ulike teaterforestillingene som er satt opp.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624620/theora/5802_566bf18a4f4a40c8b5301beee49c1873.ogv",
                "original": "https://upload.frikanalen.no/media/624620/original/orig_59ef4a5cda4c4f788320f44acc8b5e94.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624620/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624620/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624620/broadcast/5802_c828ba093bb244c588528ccb31237826.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624620/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-19T19:33:25.440000Z",
            "updatedTime": "2018-11-10T18:29:28.280666Z",
            "uploadedTime": "2011-10-19T19:33:25.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624620/theora/5802_566bf18a4f4a40c8b5301beee49c1873.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624620/large_thumb/large.jpg"
        },
        {
            "id": 624619,
            "name": "Test FCP eksport",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624619/theora/5806_a23945727df14b93ae4c91eea17276d4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624619/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624619/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624619/broadcast/5806_34fe75a7b5c24989a625fa4d1f341403.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624619/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:00:01.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-21T15:38:16.100000Z",
            "updatedTime": "2018-11-10T18:29:28.282050Z",
            "uploadedTime": "2011-10-21T15:38:16.100000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624619/theora/5806_a23945727df14b93ae4c91eea17276d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624619/large_thumb/large.jpg"
        },
        {
            "id": 624618,
            "name": "Den norske kirke i eksil 93",
            "header": "Indrebø taler om faste og hva sann kristendom er.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624618/theora/orig_865ffcd825234302975defcd6b1be2ac.ogv",
                "original": "https://upload.frikanalen.no/media/624618/original/orig_865ffcd825234302975defcd6b1be2ac.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624618/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624618/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624618/broadcast/5800_597f1423666240beaa26dbfdfd02d31a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624618/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:56.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-18T05:58:53.620000Z",
            "updatedTime": "2018-11-10T18:29:28.283421Z",
            "uploadedTime": "2011-10-18T05:58:53.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624618/theora/orig_865ffcd825234302975defcd6b1be2ac.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624618/large_thumb/large.jpg"
        },
        {
            "id": 624616,
            "name": "LevandeOrd & 10min 20111116",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624616/theora/5799_59aa39d2c4734851a1bb85e350dc6fb7.ogv",
                "original": "https://upload.frikanalen.no/media/624616/original/orig_40aa3ec15eb74c8cade484562277235f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624616/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624616/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624616/broadcast/5799_e8ced03069cd4aa9bb8981edddef6112.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624616/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T13:11:51.190000Z",
            "updatedTime": "2018-11-10T18:29:28.286183Z",
            "uploadedTime": "2011-10-17T13:11:51.190000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624616/theora/5799_59aa39d2c4734851a1bb85e350dc6fb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624616/large_thumb/large.jpg"
        },
        {
            "id": 624615,
            "name": "LevandeOrd & 10min 20111102",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624615/theora/5798_d86174a098554c139960ddff915785aa.ogv",
                "original": "https://upload.frikanalen.no/media/624615/original/orig_cf5cb72060ed484da50652c5c97f37e9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624615/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624615/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624615/broadcast/5798_cbb566843bab4e68b909829f5c8e8028.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624615/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T13:11:05.300000Z",
            "updatedTime": "2018-11-10T18:29:28.287601Z",
            "uploadedTime": "2011-10-17T13:11:05.300000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624615/theora/5798_d86174a098554c139960ddff915785aa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624615/large_thumb/large.jpg"
        },
        {
            "id": 624613,
            "name": "Hælse & Kællan 20111109",
            "header": "Helse med Eva Britt Fjäldberg följd av  Källan med Carl Henrik Karrlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624613/theora/5797_7f92c3e2b0c44a349ecfaafdeb271249.ogv",
                "original": "https://upload.frikanalen.no/media/624613/original/orig_a31195d420d444058c906031f0a7a9ab.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624613/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624613/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624613/broadcast/5797_b82432a298484477a1525a3ceaa4af03.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624613/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T12:17:45.050000Z",
            "updatedTime": "2018-11-10T18:29:28.290506Z",
            "uploadedTime": "2011-10-17T12:17:45.050000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624613/theora/5797_7f92c3e2b0c44a349ecfaafdeb271249.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624613/large_thumb/large.jpg"
        },
        {
            "id": 624612,
            "name": "Hælse & Kællan 20111026",
            "header": "Helse med Eva Britt Fjäldberg följd av  Källan med Carl Henrik Karrlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624612/theora/5796_27cbc5c82f1c40079eb65a8a6c6e76a8.ogv",
                "original": "https://upload.frikanalen.no/media/624612/original/orig_ec679e403eff412299a045d5f45fa491.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624612/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624612/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624612/broadcast/5796_8fac45744ca6415ab06d8572583acdaf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624612/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T12:15:11.860000Z",
            "updatedTime": "2018-11-10T18:29:28.291934Z",
            "uploadedTime": "2011-10-17T12:15:11.860000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624612/theora/5796_27cbc5c82f1c40079eb65a8a6c6e76a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624612/large_thumb/large.jpg"
        },
        {
            "id": 624611,
            "name": "Mission 316 - 20111024",
            "header": "Liveupptagelse av Programmet Mission316 fra den 20111004",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624611/theora/5794_a20eae89509348908e259f3697e3036f.ogv",
                "original": "https://upload.frikanalen.no/media/624611/original/orig_20ffe385739842298a7739930af1a9b4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624611/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624611/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624611/broadcast/5794_d400789d0f404be79a98840f1619b1c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624611/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T11:34:42.413000Z",
            "updatedTime": "2018-11-10T18:29:28.293280Z",
            "uploadedTime": "2011-10-17T11:34:42.413000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624611/theora/5794_a20eae89509348908e259f3697e3036f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624611/large_thumb/large.jpg"
        },
        {
            "id": 624610,
            "name": "Mission 316 - 20111031",
            "header": "Liveupptagelse av Programmet Mission316 fra den 20111010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624610/theora/orig_0843500e922c49f9a33af9d38e964f63.ogv",
                "original": "https://upload.frikanalen.no/media/624610/original/orig_0843500e922c49f9a33af9d38e964f63.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624610/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624610/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624610/broadcast/5795_51ce73c778b74376b04cb82b068a2c5f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624610/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:22.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-17T12:09:11.327000Z",
            "updatedTime": "2018-11-10T18:29:28.294620Z",
            "uploadedTime": "2011-10-17T12:09:11.327000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624610/theora/orig_0843500e922c49f9a33af9d38e964f63.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624610/large_thumb/large.jpg"
        },
        {
            "id": 624609,
            "name": "42_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624609/theora/5780_ccef92f46a0c45d4bdea3c4ae5bc8671.ogv",
                "original": "https://upload.frikanalen.no/media/624609/original/orig_a7825491135c47ffb56bca95529749a1.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624609/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624609/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624609/broadcast/5780_961371cd4d35430692a55d1956cb162f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624609/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:49",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-10-03T08:43:02.880000Z",
            "updatedTime": "2018-11-10T18:29:28.295995Z",
            "uploadedTime": "2011-10-03T08:43:02.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624609/theora/5780_ccef92f46a0c45d4bdea3c4ae5bc8671.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624609/large_thumb/large.jpg"
        },
        {
            "id": 624607,
            "name": "Den norske kirke i eksil nr 92",
            "header": "Lev et liv etter Guds vilje.Gjør det og Gud vil hjelpe deg til et bedre liv. Dette handler søndagens program om",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624607/theora/orig_2654b9b366df4698bc4823712ff4e1eb.ogv",
                "original": "https://upload.frikanalen.no/media/624607/original/orig_2654b9b366df4698bc4823712ff4e1eb.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624607/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624607/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624607/broadcast/5789_62559d2e8dd544daa524429c11d7abbe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624607/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:28.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-04T17:33:55.673000Z",
            "updatedTime": "2018-11-10T18:29:28.298700Z",
            "uploadedTime": "2011-10-04T17:33:55.673000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624607/theora/orig_2654b9b366df4698bc4823712ff4e1eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624607/large_thumb/large.jpg"
        },
        {
            "id": 624604,
            "name": "40_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624604/theora/5711_b1792095ac7c4fb2bd7153ab612e5dd8.ogv",
                "original": "https://upload.frikanalen.no/media/624604/original/orig_d0219211298a4269a8b434e8aa038dc6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624604/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624604/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624604/broadcast/5711_0a03c5c5b52144f8804c99b55536ced6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624604/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:49",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-08-18T08:57:05.093000Z",
            "updatedTime": "2018-11-10T18:29:28.301526Z",
            "uploadedTime": "2011-08-18T08:57:05.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624604/theora/5711_b1792095ac7c4fb2bd7153ab612e5dd8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624604/large_thumb/large.jpg"
        },
        {
            "id": 624603,
            "name": "Dagen Derpå: Studentøkonomi",
            "header": "Det er ikke lett å leve av studielånet alene, men denne ukes sending vil komme med hjelpsomme tips. Dagen Derpås eget studiokjøkken viser deg et smakfullt og billig alternativ til ferdigpizzaen. Vi gir deg også gode tips til hvordan du kan begrense pengebruken og få studielånet ditt til å strekke til.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624603/theora/5773_3c5c2f623ed64596b61d48ae049d3ef9.ogv",
                "original": "https://upload.frikanalen.no/media/624603/original/orig_dbced5c706664f6489a45f22333da5fa.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624603/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624603/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624603/broadcast/5773_ba4a514171554e6d97aba62900b73ad2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624603/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-23T00:15:52.397000Z",
            "updatedTime": "2018-11-10T18:29:28.302872Z",
            "uploadedTime": "2011-09-23T00:15:52.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624603/theora/5773_3c5c2f623ed64596b61d48ae049d3ef9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624603/large_thumb/large.jpg"
        },
        {
            "id": 624602,
            "name": "Dagen derpå: Utenlandsstudier",
            "header": "I ukens sending av Dagen derpå skal vi se nærmere på hele eller deler av studieløpet i utlandet. Vi skal på utenlandsmesse og vi skal få høre personlige erfaringer på temaet.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
                "original": "https://upload.frikanalen.no/media/624602/original/orig_141b5ee39aaa463c9db93d0c4b4d251e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624602/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624602/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624602/broadcast/5764_9f53bdb27c0f43f6bb30d5eeb7f866d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:02.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T14:00:33Z",
            "updatedTime": "2018-11-10T18:29:28.304271Z",
            "uploadedTime": "2011-09-16T14:00:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
        },
        {
            "id": 624595,
            "name": "Dagen derpå: Gode gjerninger",
            "header": "I denne ukens sending viser vi deg hvordan du kan få bedre samvittighet gjennom å gjøre gode gjerninger i hverdagen. Vi har tatt turen innom blodbanken og dyrebeskyttelsen, og snakekt med selgere av bladet Sorgenfri.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
                "original": "https://upload.frikanalen.no/media/624595/original/orig_2c6a38ba642746429c57a17a29f8523b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624595/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624595/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624595/broadcast/5763_201fbf5e905c48a783b0adbd10f77b87.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:10.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T10:41:48Z",
            "updatedTime": "2018-11-10T18:29:28.313765Z",
            "uploadedTime": "2011-09-16T10:41:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
        },
        {
            "id": 624592,
            "name": "38_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624592/theora/5709_f7a75f183f064c56b93b257f3a981ce6.ogv",
                "original": "https://upload.frikanalen.no/media/624592/original/orig_372e8c5fc53a4f298f5dc0246e8189bc.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624592/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624592/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624592/broadcast/5709_10690786256c4adc85dc19125b7240ff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624592/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:49",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-08-18T08:52:09.903000Z",
            "updatedTime": "2018-11-10T18:29:28.316507Z",
            "uploadedTime": "2011-08-18T08:52:09.903000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624592/theora/5709_f7a75f183f064c56b93b257f3a981ce6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624592/large_thumb/large.jpg"
        },
        {
            "id": 624591,
            "name": "Bibelstudier 13 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624591/theora/orig_d43e9eb9bb76404fabc053d23bc97c52.ogv",
                "original": "https://upload.frikanalen.no/media/624591/original/orig_d43e9eb9bb76404fabc053d23bc97c52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624591/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624591/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624591/broadcast/5672_4d27ca86e15746ae9b269de5fb1bc15b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624591/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:26:47.537000Z",
            "updatedTime": "2018-11-10T18:29:28.317850Z",
            "uploadedTime": "2011-07-01T15:26:47.537000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624591/theora/orig_d43e9eb9bb76404fabc053d23bc97c52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624591/large_thumb/large.jpg"
        },
        {
            "id": 624590,
            "name": "Bibelstudier 10 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624590/theora/orig_cf20dcbf86be41caa79facab7006452d.ogv",
                "original": "https://upload.frikanalen.no/media/624590/original/orig_cf20dcbf86be41caa79facab7006452d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624590/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624590/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624590/broadcast/5668_0b24afd41105444c832d88f66b989762.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624590/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:21:18.907000Z",
            "updatedTime": "2018-11-10T18:29:28.319406Z",
            "uploadedTime": "2011-07-01T15:21:18.907000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624590/theora/orig_cf20dcbf86be41caa79facab7006452d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624590/large_thumb/large.jpg"
        },
        {
            "id": 624589,
            "name": "Bibelstudier 11 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624589/theora/orig_b65f989e6cc44c14a0fdbc79a9b02dab.ogv",
                "original": "https://upload.frikanalen.no/media/624589/original/orig_b65f989e6cc44c14a0fdbc79a9b02dab.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624589/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624589/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624589/broadcast/5669_2fd7600c99a245e0a1d746d051689f05.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624589/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:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:23:03.860000Z",
            "updatedTime": "2018-11-10T18:29:28.320907Z",
            "uploadedTime": "2011-07-01T15:23:03.860000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624589/theora/orig_b65f989e6cc44c14a0fdbc79a9b02dab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624589/large_thumb/large.jpg"
        },
        {
            "id": 624588,
            "name": "Bibelstudier 06 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624588/theora/orig_d78602a9fd60450c8b4af036adafe689.ogv",
                "original": "https://upload.frikanalen.no/media/624588/original/orig_d78602a9fd60450c8b4af036adafe689.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624588/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624588/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624588/broadcast/5664_c52f638609be45a89c3a4be2fd7b431e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624588/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:13:55.447000Z",
            "updatedTime": "2018-11-10T18:29:28.322292Z",
            "uploadedTime": "2011-07-01T15:13:55.447000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624588/theora/orig_d78602a9fd60450c8b4af036adafe689.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624588/large_thumb/large.jpg"
        },
        {
            "id": 624587,
            "name": "Bibelstudier 09 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624587/theora/orig_6be52917224d4daca1fce2ad3304627b.ogv",
                "original": "https://upload.frikanalen.no/media/624587/original/orig_6be52917224d4daca1fce2ad3304627b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624587/broadcast/5667_dde72224ddb0432c8ef816f9f62f085e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624587/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:19:30.920000Z",
            "updatedTime": "2018-11-10T18:29:28.323834Z",
            "uploadedTime": "2011-07-01T15:19:30.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624587/theora/orig_6be52917224d4daca1fce2ad3304627b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624587/large_thumb/large.jpg"
        },
        {
            "id": 624558,
            "name": "Bibelstudier 10 jan-apr 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Kenneth Lie er studieleder sammen med en gruppe fra Stavanger menighet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624558/theora/orig_f2247250b647498ea05734deda0b586c.ogv",
                "original": "https://upload.frikanalen.no/media/624558/original/orig_f2247250b647498ea05734deda0b586c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624558/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624558/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624558/broadcast/5655_552707fb6fb046288403767856de7aff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624558/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:18",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T14:54:42.957000Z",
            "updatedTime": "2018-11-10T18:29:28.359927Z",
            "uploadedTime": "2011-07-01T14:54:42.957000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624558/theora/orig_f2247250b647498ea05734deda0b586c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624558/large_thumb/large.jpg"
        },
        {
            "id": 625320,
            "name": "TED - Erik Schlangen: A \"self-healing\" asphalt",
            "header": "Paved roads are nice to look at, but they’re easily damaged and costly to repair. Erik Schlangen demos a new type of porous asphalt made of simple materials with an astonishing feature: When cracked, it can be “healed” by induction heating. (Filmed at TEDxDelft.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625320/small_thumb/ErikSchlangen_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625320/broadcast/ErikSchlangen_2012X.dv",
                "original": "https://upload.frikanalen.no/media/625320/original/ErikSchlangen_2012X.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:06:50.460000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ErikSchlangen_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.402772Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg"
        },
        {
            "id": 625319,
            "name": "TED - Eric Dishman: Health care should be a team sport",
            "header": "When Eric Dishman was in college, doctors told him he had 2 to 3 years to live. That was a long time ago. One rectified diagnosis and a transplant later, Dishman puts his personal experience and his expertise as a leading medical tech specialist together to suggest some bold ideas for reinventing healthcare -- by putting the patient at the center of a treatment team. (Filmed at TED@Intel)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625319/large_thumb/EricDishman_2013X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625319/small_thumb/EricDishman_2013X.jpg",
                "theora": "https://upload.frikanalen.no/media/625319/theora/EricDishman_2013X.ogv",
                "original": "https://upload.frikanalen.no/media/625319/original/EricDishman_2013X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625319/broadcast/EricDishman_2013X.dv"
            },
            "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:15:59.330000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/EricDishman_2013X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.404154Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625319/theora/EricDishman_2013X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625319/large_thumb/EricDishman_2013X.jpg"
        },
        {
            "id": 625723,
            "name": "The Supreme Court of DFSG-Free? - Debconf 16",
            "header": "There is no Free Software project in the world with Debian's commitment to representative governance.  Debian has a Constitution, recall and referendum ballot initiatives, and accountable, elected bodies.  However, any representative system, no matter how well structured, has its gaps that can be exploited politically.\n\nIn this talk, I will first confess how I once used such a gap in the licensing approval process as part of package uploads to successfully reach political aims outside of Debian.  I will explain how and why I did it, and why it was possible.  While at the time, I was glad the system could be slightly \"gamed\", in hindsight, I'd like to draw the Debian's community attention this gap open for political opportunists and discuss changes in the political structure to prevent similar political exploitation in future.\n\nUltimately, Debian ftp-masters fully control, absent a specific General Resolution, interpretation of the DFSG.  While, technically speaking,  no specific package upload refusal nor approval sets any overarching Debian policy on a particular license, the ftp-masters' decisions do become a de-facto precedence-based system, much like a common-law Court system, since overturning such decisions would typically require a General Resolution in practice.\n\nThis talk will explore the socio-political ramifications of the current system of licensing decision-making in Debian, pontificate on ways it can be improved (and why it should be), and seek audience participation on whether the analysis presented is accurate and/or if the outcome of that analysis warrants changes in the existing system.\n\nTalk (45 mins) session with Bradley Kuhn during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625723/broadcast/The_Supreme_Court_of_DFSGFree.dv",
                "theora": "https://upload.frikanalen.no/media/625723/theora/The_Supreme_Court_of_DFSGFree.ogv",
                "original": "https://upload.frikanalen.no/media/625723/original/The_Supreme_Court_of_DFSGFree.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625723/small_thumb/The_Supreme_Court_of_DFSGFree.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625723/large_thumb/The_Supreme_Court_of_DFSGFree.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:41:17.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/38/",
            "createdTime": "2016-07-22T17:47:41.299894Z",
            "updatedTime": "2018-11-10T18:29:26.810966Z",
            "uploadedTime": "2016-07-22T17:47:46.798589Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625723/theora/The_Supreme_Court_of_DFSGFree.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625723/large_thumb/The_Supreme_Court_of_DFSGFree.jpg"
        },
        {
            "id": 625318,
            "name": "TED - David Pizarro: The strange politics of disgust",
            "header": "What does a disgusting image have to do with how you vote? Equipped with surveys and experiments, psychologist David Pizarro demonstrates a correlation between sensitivity to disgusting cues -- a photo of feces, an unpleasant odor -- and moral and political conservatism. (Filmed at TEDxEast.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625318/large_thumb/DavidPizarro_2012X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625318/small_thumb/DavidPizarro_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625318/theora/DavidPizarro_2012X.ogv",
                "original": "https://upload.frikanalen.no/media/625318/original/DavidPizarro_2012X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625318/broadcast/DavidPizarro_2012X.dv"
            },
            "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:02.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidPizarro_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.405505Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625318/theora/DavidPizarro_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625318/large_thumb/DavidPizarro_2012X.jpg"
        },
        {
            "id": 624586,
            "name": "Dagen Derpå: Norsk film",
            "header": "I denne ukens sending ser vi på filmproduksjon i Trøndelag. Midtnorsk Filmsenter svarer på hva som må til for å få støtte og vi har snakket med skuespiller Kristofer Hivju, som snart er å se i storfilmen The Thing. Håvard Gossé Bergseth ved Prosjektor Filmproduksjon snakker om mulighetene for amatører å lage film i Trondheim.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624586/theora/5759_25df5950739944c3af58276e54bd6aef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624586/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624586/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624586/broadcast/5759_25df5950739944c3af58276e54bd6aef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624586/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:45.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-09T15:34:37Z",
            "updatedTime": "2018-11-10T18:29:28.325249Z",
            "uploadedTime": "2011-09-09T15:34:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624586/theora/5759_25df5950739944c3af58276e54bd6aef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624586/large_thumb/large.jpg"
        },
        {
            "id": 624585,
            "name": "Bibelstudier 08 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624585/theora/orig_7120c177a6bb419589d641792a7ab6d8.ogv",
                "original": "https://upload.frikanalen.no/media/624585/original/orig_7120c177a6bb419589d641792a7ab6d8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624585/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624585/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624585/broadcast/5666_ba3277185b394162869ec79304f52b6a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624585/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:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:17:44.407000Z",
            "updatedTime": "2018-11-10T18:29:28.326602Z",
            "uploadedTime": "2011-07-01T15:17:44.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624585/theora/orig_7120c177a6bb419589d641792a7ab6d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624585/large_thumb/large.jpg"
        },
        {
            "id": 624584,
            "name": "Bibelstudier 04 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624584/theora/orig_31ec7119daf741abad27c56b5c26e61d.ogv",
                "original": "https://upload.frikanalen.no/media/624584/original/orig_31ec7119daf741abad27c56b5c26e61d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624584/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624584/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624584/broadcast/5662_d9cfa45363d7438e9f7ae5d208a9190b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624584/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:10:19.710000Z",
            "updatedTime": "2018-11-10T18:29:28.327989Z",
            "uploadedTime": "2011-07-01T15:10:19.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624584/theora/orig_31ec7119daf741abad27c56b5c26e61d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624584/large_thumb/large.jpg"
        },
        {
            "id": 624583,
            "name": "Bibelstudier 07 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624583/theora/orig_05b6eedd88ae4160bd67de6c078394fd.ogv",
                "original": "https://upload.frikanalen.no/media/624583/original/orig_05b6eedd88ae4160bd67de6c078394fd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624583/broadcast/5665_8086a907fa9d451c8dd602e199916f51.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624583/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:10",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:15:40.137000Z",
            "updatedTime": "2018-11-10T18:29:28.329347Z",
            "uploadedTime": "2011-07-01T15:15:40.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624583/theora/orig_05b6eedd88ae4160bd67de6c078394fd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624583/large_thumb/large.jpg"
        },
        {
            "id": 624582,
            "name": "Bibelstudier 05 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624582/theora/orig_a19fddc5c5414f9e87d3caa55a81b609.ogv",
                "original": "https://upload.frikanalen.no/media/624582/original/orig_a19fddc5c5414f9e87d3caa55a81b609.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624582/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624582/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624582/broadcast/5663_2aed6d1d3e2c45318a238ad2e384e752.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624582/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": "2011-07-01T15:12:02.773000Z",
            "updatedTime": "2018-11-10T18:29:28.330759Z",
            "uploadedTime": "2011-07-01T15:12:02.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624582/theora/orig_a19fddc5c5414f9e87d3caa55a81b609.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624582/large_thumb/large.jpg"
        },
        {
            "id": 624581,
            "name": "Bibelstudier 03 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624581/theora/orig_56301a4e69754dfaa5b13bf27b560001.ogv",
                "original": "https://upload.frikanalen.no/media/624581/original/orig_56301a4e69754dfaa5b13bf27b560001.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624581/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624581/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624581/broadcast/5661_8f8a9b6432824c4ea93a8edd65746184.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624581/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:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:08:35.863000Z",
            "updatedTime": "2018-11-10T18:29:28.332297Z",
            "uploadedTime": "2011-07-01T15:08:35.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624581/theora/orig_56301a4e69754dfaa5b13bf27b560001.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624581/large_thumb/large.jpg"
        },
        {
            "id": 624580,
            "name": "Bibelstudier 01 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624580/theora/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.ogv",
                "original": "https://upload.frikanalen.no/media/624580/original/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624580/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624580/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624580/broadcast/5659_b48b0516b4e24edea2dcb306a04360f2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624580/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:04:13.453000Z",
            "updatedTime": "2018-11-10T18:29:28.333676Z",
            "uploadedTime": "2011-07-01T15:04:13.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624580/theora/orig_4f8b2fd806ec4c98a07fc3cd4bdde4cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624580/large_thumb/large.jpg"
        },
        {
            "id": 624579,
            "name": "Bibelstudier 02 mai-aug 11",
            "header": "Adventistmenighetene over hele verden studerer Bibelen ukentlig. De følger et hefte som utgis kvartalsvis. Roger Robertsen fra Norsk Bibelinstitutt er studieleder i denne serien.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624579/theora/orig_7b04897f383e454aa92099df688042d7.ogv",
                "original": "https://upload.frikanalen.no/media/624579/original/orig_7b04897f383e454aa92099df688042d7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624579/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624579/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624579/broadcast/5660_60f918b9a6584f818e31a075db268381.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624579/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-07-01T15:06:33.283000Z",
            "updatedTime": "2018-11-10T18:29:28.335040Z",
            "uploadedTime": "2011-07-01T15:06:33.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624579/theora/orig_7b04897f383e454aa92099df688042d7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624579/large_thumb/large.jpg"
        },
        {
            "id": 624578,
            "name": "37_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624578/theora/5708_477dc5c4dba8477aa2ae0c02081b213f.ogv",
                "original": "https://upload.frikanalen.no/media/624578/original/orig_fa78e69f2e1c47898d9ed93be807e327.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624578/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624578/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624578/broadcast/5708_09a9bc58844f4f5897c217c936f0ee0a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624578/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:49",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-08-18T08:50:46.587000Z",
            "updatedTime": "2018-11-10T18:29:28.336408Z",
            "uploadedTime": "2011-08-18T08:50:46.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624578/theora/5708_477dc5c4dba8477aa2ae0c02081b213f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624578/large_thumb/large.jpg"
        },
        {
            "id": 624577,
            "name": "Tom Angelsen - fortapt sønn",
            "header": "Pastor Tom Angelsen forteller i denne talen om den fortapte sønn som ikke var fortapt i det hele tatt.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624577/theora/orig_8afada0ecec64a8587744f870eb8d5f6.ogv",
                "original": "https://upload.frikanalen.no/media/624577/original/orig_8afada0ecec64a8587744f870eb8d5f6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624577/broadcast/5756_07571bee5f06423085c95f04223ed5d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624577/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:22:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:14:02.543000Z",
            "updatedTime": "2018-11-10T18:29:28.337764Z",
            "uploadedTime": "2011-09-08T13:14:02.543000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624577/theora/orig_8afada0ecec64a8587744f870eb8d5f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624577/large_thumb/large.jpg"
        },
        {
            "id": 624576,
            "name": "Arne Andersen - Kom til Jesus",
            "header": "Pastor Arne Kr Andersen forteller at livet vil ta en ny vending for alle som kommer til Jesus.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624576/theora/orig_2c36a86e884e409ca1e29a8b786440a9.ogv",
                "original": "https://upload.frikanalen.no/media/624576/original/orig_2c36a86e884e409ca1e29a8b786440a9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624576/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624576/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624576/broadcast/5755_4762718cb4d5496cb0843bbe78ec8019.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624576/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:22:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:09:17.850000Z",
            "updatedTime": "2018-11-10T18:29:28.339130Z",
            "uploadedTime": "2011-09-08T13:09:17.850000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624576/theora/orig_2c36a86e884e409ca1e29a8b786440a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624576/large_thumb/large.jpg"
        },
        {
            "id": 624575,
            "name": "Kåre Kaspersen - Hviledagen",
            "header": "Pator Kaspersen tar for seg hviledagsbudet i denne inspirerende talen i Adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624575/theora/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.ogv",
                "original": "https://upload.frikanalen.no/media/624575/original/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624575/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624575/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624575/broadcast/5754_dfd80aca2b6044d5b7fd219e9edefb1f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624575/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:19:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T13:05:20.283000Z",
            "updatedTime": "2018-11-10T18:29:28.340544Z",
            "uploadedTime": "2011-09-08T13:05:20.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624575/theora/orig_ed1d404ca7bf41ff8e5a5f9dd9bae43e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624575/large_thumb/large.jpg"
        },
        {
            "id": 624574,
            "name": "ADRA-magasin sep 2011 Cambodia",
            "header": "ADRAS hjelpearbeid søker i 2011 å redde barn fra sex-handel.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
                "original": "https://upload.frikanalen.no/media/624574/original/orig_a4f84baaf0344020adb4f846bddfbd04.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624574/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624574/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624574/broadcast/5753_951ba84b11c144f9a5223f6d77954bd1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624574/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:37.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:49:52.317000Z",
            "updatedTime": "2018-11-10T18:29:28.342049Z",
            "uploadedTime": "2011-09-08T12:49:52.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624574/theora/orig_a4f84baaf0344020adb4f846bddfbd04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624574/large_thumb/large.jpg"
        },
        {
            "id": 624573,
            "name": "ADRA-magasinet 2011 Thailand",
            "header": "Et av landene som ADRA fokuserer spesielt på i 2011 er Thailand. Fattigdom og menneskehandel er store problemer i landet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
                "original": "https://upload.frikanalen.no/media/624573/original/orig_d58382418802456ebd0a04fa0ba5a3bf.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624573/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624573/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624573/broadcast/5752_501fd250685e4b05bf0ea76b88614c89.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624573/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:49.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:43:22.777000Z",
            "updatedTime": "2018-11-10T18:29:28.343419Z",
            "uploadedTime": "2011-09-08T12:43:22.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624573/theora/orig_d58382418802456ebd0a04fa0ba5a3bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624573/large_thumb/large.jpg"
        },
        {
            "id": 624572,
            "name": "Inspirerende Mikael",
            "header": "Mikael Andersson har skrevet sin selvbiografi: Armløs, beinløs, men ikke håpløs.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624572/theora/orig_370660b03c0344f9aa8562dff808d9c5.ogv",
                "original": "https://upload.frikanalen.no/media/624572/original/orig_370660b03c0344f9aa8562dff808d9c5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624572/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624572/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624572/broadcast/5750_85ece06f1bdf46599436e6f85e84dd24.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624572/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-08T12:33:50.103000Z",
            "updatedTime": "2018-11-10T18:29:28.344793Z",
            "uploadedTime": "2011-09-08T12:33:50.103000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624572/theora/orig_370660b03c0344f9aa8562dff808d9c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624572/large_thumb/large.jpg"
        },
        {
            "id": 624570,
            "name": "Den norske kirke i eksil nr 90",
            "header": "Første siden er nå rettet opp. Jeg  \nbeklager så mye. Feilene skyldes tidspress. \nProgrammet handler om den kristne tro.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624570/theora/orig_9436a33cf86f4eb0859a6e64a3afc429.ogv",
                "original": "https://upload.frikanalen.no/media/624570/original/orig_9436a33cf86f4eb0859a6e64a3afc429.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624570/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624570/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624570/broadcast/5745_e2339f1982084b3f8e60478e47dcb8de.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624570/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:12.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-05T18:17:43.380000Z",
            "updatedTime": "2018-11-10T18:29:28.347495Z",
            "uploadedTime": "2011-09-05T18:17:43.380000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624570/theora/orig_9436a33cf86f4eb0859a6e64a3afc429.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624570/large_thumb/large.jpg"
        },
        {
            "id": 624379,
            "name": "Apropos Blind Date",
            "header": "Blind Dating er en risikosport.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624379/theora/5478_b1e952cd89bc41e5a18e644574fcae9f.ogv",
                "original": "https://upload.frikanalen.no/media/624379/original/orig_b0ef39f48fde4ceaa8f4fcacf787a513.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624379/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624379/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624379/broadcast/5478_fc071a47430743c7b64f84056c819ed6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624379/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:35.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:43:32Z",
            "updatedTime": "2018-11-10T18:29:28.595928Z",
            "uploadedTime": "2011-03-24T20:43:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624379/theora/5478_b1e952cd89bc41e5a18e644574fcae9f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624379/large_thumb/large.jpg"
        }
    ]
}