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

{
    "count": 3552,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=2500&ordering=-name",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=2400&ordering=-name",
    "results": [
        {
            "id": 624262,
            "name": "Duplex - Egil",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624262/theora/5315_bb356d30f2064ad29469de4ab5088b53.ogv",
                "original": "https://upload.frikanalen.no/media/624262/original/orig_f1b0af046f20460392292459ddd09afd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624262/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624262/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624262/broadcast/5315_95684951425646c79135c4ebf62a77bd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624262/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:02:59.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-12T08:42:38Z",
            "updatedTime": "2018-11-10T18:29:28.752851Z",
            "uploadedTime": "2011-02-12T08:42:38Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624262/theora/5315_bb356d30f2064ad29469de4ab5088b53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624262/large_thumb/large.jpg"
        },
        {
            "id": 622989,
            "name": "Duo Traverso",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622989/theora/3270_c9b695b41cab42d68cedb5b999a797c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622989/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622989/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622989/broadcast/orig_c5babdfb4585445e8667b2302bd55dd3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622989/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:23.960000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-21T08:40:02Z",
            "updatedTime": "2018-11-10T18:29:30.363809Z",
            "uploadedTime": "2009-08-21T08:40:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622989/theora/3270_c9b695b41cab42d68cedb5b999a797c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622989/large_thumb/large.jpg"
        },
        {
            "id": 625032,
            "name": "Du kan gjøre en forskjell",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625032/theora/6500_b6bbc7c3f8ad40f69dca65a348155678.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625032/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625032/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625032/broadcast/6500_b6bbc7c3f8ad40f69dca65a348155678.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625032/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:22.880000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-10-22T08:43:38.607000Z",
            "updatedTime": "2018-11-10T18:29:27.749730Z",
            "uploadedTime": "2012-10-22T08:43:38.607000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625032/theora/6500_b6bbc7c3f8ad40f69dca65a348155678.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625032/large_thumb/large.jpg"
        },
        {
            "id": 625736,
            "name": "DUCK - The Debian Url ChecKer - Debconf 16",
            "header": "In this talk i will give a short overview about DUCK. I will introduce/present the website as well as the tool, talk about how/why i started working on it, show some graphs and ask for suggestions on how to make the topic \"broken URLs\" more public.\n\nAudience is: QA in Debian\n\nTalk (20 mins) session with Simon Kainz during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625736/theora/DUCK_The_Debian_Url_ChecKer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625736/broadcast/DUCK_The_Debian_Url_ChecKer.dv",
                "original": "https://upload.frikanalen.no/media/625736/original/DUCK_The_Debian_Url_ChecKer.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625736/small_thumb/DUCK_The_Debian_Url_ChecKer.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625736/large_thumb/DUCK_The_Debian_Url_ChecKer.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:11:13.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/48/",
            "createdTime": "2016-07-23T00:14:16.303806Z",
            "updatedTime": "2018-11-10T18:29:26.792338Z",
            "uploadedTime": "2016-07-23T00:14:20.950331Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625736/theora/DUCK_The_Debian_Url_ChecKer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625736/large_thumb/DUCK_The_Debian_Url_ChecKer.jpg"
        },
        {
            "id": 623149,
            "name": "DRØM: Voksen skoles musikkorps",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623149/theora/3562_e4b483d19a5849ed8bd98e4d834006ee.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623149/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623149/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623149/broadcast/3562_350fe03a40d945e28f72f8691b3f57d5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623149/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:22.960000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-12T06:37:44.993000Z",
            "updatedTime": "2018-11-10T18:29:30.162393Z",
            "uploadedTime": "2009-10-12T06:37:44.993000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623149/theora/3562_e4b483d19a5849ed8bd98e4d834006ee.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623149/large_thumb/large.jpg"
        },
        {
            "id": 623150,
            "name": "DRØM: Torskangerpoll Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623150/theora/3563_239902959dc34af6a7aaea0429f4891e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623150/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623150/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623150/broadcast/3563_64969521a8ef4fa7a9cdf0b0fc87a5be.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623150/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:55.600000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-12T10:46:58Z",
            "updatedTime": "2018-11-10T18:29:30.161050Z",
            "uploadedTime": "2009-10-12T10:46:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623150/theora/3563_239902959dc34af6a7aaea0429f4891e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623150/large_thumb/large.jpg"
        },
        {
            "id": 624389,
            "name": "Drømmejobben kommer",
            "header": "Selv om ikke alle studieretninger gir et like klart bilde av den...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624389/theora/5475_23c555ef96da4ad4b685fef0c4c95c46.ogv",
                "original": "https://upload.frikanalen.no/media/624389/original/orig_31e8864b86a74408b076e66d17a50e57.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624389/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624389/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624389/broadcast/5475_efcacb8d7de24484a1e08c12bb910333.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624389/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:02:41.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-24T20:37:12.347000Z",
            "updatedTime": "2018-11-10T18:29:28.584386Z",
            "uploadedTime": "2011-03-24T20:37:12.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624389/theora/5475_23c555ef96da4ad4b685fef0c4c95c46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624389/large_thumb/large.jpg"
        },
        {
            "id": 624079,
            "name": "DRØM: Jaer Skoles Musikkorps",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624079/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624079/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624079/broadcast/5050_d92613651e89450886f68f1354176973.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-07T11:57:17.233000Z",
            "updatedTime": "2018-11-10T18:29:28.981728Z",
            "uploadedTime": "2010-12-07T11:57:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
        },
        {
            "id": 623633,
            "name": "Drøfting av Quranen del 80",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623633/theora/3922_62380fa957dd4245868ac020ca167668.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623633/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623633/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623633/broadcast/3922_a5de56239f5b43a09d9f2aee8c0b0253.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623633/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:19.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:32:53.003000Z",
            "updatedTime": "2018-11-10T18:29:29.566269Z",
            "uploadedTime": "2010-01-26T10:32:53.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623633/theora/3922_62380fa957dd4245868ac020ca167668.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623633/large_thumb/large.jpg"
        },
        {
            "id": 623631,
            "name": "Drøfting av Quranen del 79",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623631/theora/3921_db850ededf0c4abdb10cecf643b2d61d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623631/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623631/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623631/broadcast/3921_81606b47621f43ac9212c526b5966ac0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623631/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:54.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:32:05.720000Z",
            "updatedTime": "2018-11-10T18:29:29.567643Z",
            "uploadedTime": "2010-01-26T10:32:05.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623631/theora/3921_db850ededf0c4abdb10cecf643b2d61d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623631/large_thumb/large.jpg"
        },
        {
            "id": 623470,
            "name": "Drøfting av Quranen del 78",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623470/theora/3920_901b36f029f049d9b05e119553e5b1d9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623470/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623470/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623470/broadcast/3920_e357378be5f44e5d91b43d4bd3dafd6e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623470/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:12.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:30:41.237000Z",
            "updatedTime": "2018-11-10T18:29:29.771900Z",
            "uploadedTime": "2010-01-26T10:30:41.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623470/theora/3920_901b36f029f049d9b05e119553e5b1d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623470/large_thumb/large.jpg"
        },
        {
            "id": 623469,
            "name": "Drøfting av Quranen del 77",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623469/theora/3919_4b3f51dbf7ba4131baf144fe3c1aed30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623469/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623469/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623469/broadcast/3919_cf74a08a2c9c40eda857a7092ccaf4d9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623469/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:51.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:29:16.377000Z",
            "updatedTime": "2018-11-10T18:29:29.773304Z",
            "uploadedTime": "2010-01-26T10:29:16.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623469/theora/3919_4b3f51dbf7ba4131baf144fe3c1aed30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623469/large_thumb/large.jpg"
        },
        {
            "id": 623445,
            "name": "Drøfting av Quranen del 76",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623445/theora/3918_ccdaf678a76f4798aeda7e77241f7207.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623445/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623445/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623445/broadcast/3918_04ffaf46dc23419e956bdf7c02b8a528.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623445/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:52.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:28:36.437000Z",
            "updatedTime": "2018-11-10T18:29:29.788648Z",
            "uploadedTime": "2010-01-26T10:28:36.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623445/theora/3918_ccdaf678a76f4798aeda7e77241f7207.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623445/large_thumb/large.jpg"
        },
        {
            "id": 623440,
            "name": "Drøfting av Quranen del 75",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623440/theora/3917_17324eb9474348baa67901ef565f95d3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623440/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623440/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623440/broadcast/3917_2eacb253edf1421daecd15975b54a72b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623440/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:50.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:27:55.390000Z",
            "updatedTime": "2018-11-10T18:29:29.794058Z",
            "uploadedTime": "2010-01-26T10:27:55.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623440/theora/3917_17324eb9474348baa67901ef565f95d3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623440/large_thumb/large.jpg"
        },
        {
            "id": 623439,
            "name": "Drøfting av Quranen del 74",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623439/theora/3916_aedbc79e46694db8ade5f8d632c03441.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623439/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623439/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623439/broadcast/3916_dac5a6aa3b484142a0754e20d39af2d9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623439/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:07.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:27:14.813000Z",
            "updatedTime": "2018-11-10T18:29:29.795637Z",
            "uploadedTime": "2010-01-26T10:27:14.813000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623439/theora/3916_aedbc79e46694db8ade5f8d632c03441.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623439/large_thumb/large.jpg"
        },
        {
            "id": 623433,
            "name": "Drøfting av Quranen del 73",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623433/theora/3915_64e3cfbcfec44d52a65f4419f2a3cb4d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623433/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623433/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623433/broadcast/3915_633bd519865d4d40ae2ba64dbb23d092.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623433/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:14.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:25:44.953000Z",
            "updatedTime": "2018-11-10T18:29:29.799966Z",
            "uploadedTime": "2010-01-26T10:25:44.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623433/theora/3915_64e3cfbcfec44d52a65f4419f2a3cb4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623433/large_thumb/large.jpg"
        },
        {
            "id": 623356,
            "name": "Drøfting av Quranen del 72",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623356/theora/3913_c1898ee56d2845f98557120146bb3411.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623356/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623356/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623356/broadcast/3913_530d32e56e7541c2a5c7774909974d7f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623356/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:02.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:24:09.687000Z",
            "updatedTime": "2018-11-10T18:29:29.901100Z",
            "uploadedTime": "2010-01-26T10:24:09.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623356/theora/3913_c1898ee56d2845f98557120146bb3411.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623356/large_thumb/large.jpg"
        },
        {
            "id": 623354,
            "name": "Drøfting av Quranen del 70",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623354/theora/3753_10df20ac78db43a581051610f823b97e.ogv",
                "original": "https://upload.frikanalen.no/media/623354/original/orig_0e68832904744f5fb2689beaff1d176f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623354/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623354/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623354/broadcast/3753_3d8d2d2c3cf44779a596ff3636d7ce0f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623354/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:18.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:28:02.360000Z",
            "updatedTime": "2018-11-10T18:29:29.903930Z",
            "uploadedTime": "2009-12-29T14:28:02.360000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623354/theora/3753_10df20ac78db43a581051610f823b97e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623354/large_thumb/large.jpg"
        },
        {
            "id": 623355,
            "name": "Drøfting av Quranen del 69",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623355/theora/3752_6ec1a2a75c6e4c4798114e9f6fe76112.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623355/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623355/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623355/broadcast/3752_08ed1c75ac574944a7f186b62ec95f6c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623355/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:25.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:27:37.813000Z",
            "updatedTime": "2018-11-10T18:29:29.902489Z",
            "uploadedTime": "2009-12-29T14:27:37.813000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623355/theora/3752_6ec1a2a75c6e4c4798114e9f6fe76112.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623355/large_thumb/large.jpg"
        },
        {
            "id": 623353,
            "name": "Drøfting av Quranen del 68",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623353/theora/3751_6dea60ce75f44593838228d55fbce50d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623353/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623353/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623353/broadcast/3751_ad7ec8aa8b344e3bb11f22e740307285.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623353/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:17.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:27:12.767000Z",
            "updatedTime": "2018-11-10T18:29:29.905272Z",
            "uploadedTime": "2009-12-29T14:27:12.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623353/theora/3751_6dea60ce75f44593838228d55fbce50d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623353/large_thumb/large.jpg"
        },
        {
            "id": 623333,
            "name": "Drøfting av Quranen del 67",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623333/theora/3750_2c5f23feea0948aea494c47d9591cfb7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623333/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623333/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623333/broadcast/3750_0c01945cc29b40a0acd114740bb0f900.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623333/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:27.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:26:32Z",
            "updatedTime": "2018-11-10T18:29:29.933182Z",
            "uploadedTime": "2009-12-29T14:26:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623333/theora/3750_2c5f23feea0948aea494c47d9591cfb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623333/large_thumb/large.jpg"
        },
        {
            "id": 623227,
            "name": "Drøfting av Quranen del 66",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623227/theora/3652_5eeb019b23884086b82feed30af74878.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623227/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623227/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623227/broadcast/3652_2895bf21efcc476c96d3861c9b04efff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623227/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:46.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:17:48.257000Z",
            "updatedTime": "2018-11-10T18:29:30.066268Z",
            "uploadedTime": "2009-11-13T11:17:48.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623227/theora/3652_5eeb019b23884086b82feed30af74878.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623227/large_thumb/large.jpg"
        },
        {
            "id": 623225,
            "name": "Drøfting av Quranen del 65",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623225/theora/3651_3837f172ab384325a70d3f574cb79177.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623225/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623225/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623225/broadcast/3651_b1b53296332e42ee9821cf2989ac192b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623225/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:28.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:17:19.180000Z",
            "updatedTime": "2018-11-10T18:29:30.068986Z",
            "uploadedTime": "2009-11-13T11:17:19.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623225/theora/3651_3837f172ab384325a70d3f574cb79177.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623225/large_thumb/large.jpg"
        },
        {
            "id": 623226,
            "name": "Drøfting av Quranen del 64",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623226/theora/3650_4576dd35a7114b8581d20f8e3cd24b4b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623226/broadcast/3650_849259a075904506bdfe952779172b11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623226/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:21.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:16:49.257000Z",
            "updatedTime": "2018-11-10T18:29:30.067648Z",
            "uploadedTime": "2009-11-13T11:16:49.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623226/theora/3650_4576dd35a7114b8581d20f8e3cd24b4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623226/large_thumb/large.jpg"
        },
        {
            "id": 623221,
            "name": "Drøfting av Quranen del 63",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623221/theora/3649_666960a5b3dd4c4d90ca31459ef02f89.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623221/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623221/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623221/broadcast/3649_0032550e67664fb6bfe298b2f8b0dc25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623221/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:26.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:16:17.680000Z",
            "updatedTime": "2018-11-10T18:29:30.074836Z",
            "uploadedTime": "2009-11-13T11:16:17.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623221/theora/3649_666960a5b3dd4c4d90ca31459ef02f89.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623221/large_thumb/large.jpg"
        },
        {
            "id": 623219,
            "name": "Drøfting av Quranen del 62",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623219/theora/3648_d51f47b562384c9db929a8e5c9a5b377.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623219/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623219/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623219/broadcast/3648_8a8228e98d3049d4af8c4e27db6f3adf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623219/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:10:45.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:15:45.053000Z",
            "updatedTime": "2018-11-10T18:29:30.077748Z",
            "uploadedTime": "2009-11-13T11:15:45.053000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623219/theora/3648_d51f47b562384c9db929a8e5c9a5b377.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623219/large_thumb/large.jpg"
        },
        {
            "id": 623222,
            "name": "Drøfting av Quranen del 61",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623222/theora/3647_f333673b6029425583461527082a955a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623222/broadcast/3647_7495027ce6d74389b38d03270b3e2113.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623222/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:33:28.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:15:12.443000Z",
            "updatedTime": "2018-11-10T18:29:30.073475Z",
            "uploadedTime": "2009-11-13T11:15:12.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623222/theora/3647_f333673b6029425583461527082a955a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623222/large_thumb/large.jpg"
        },
        {
            "id": 623214,
            "name": "Drøfting av Quranen del 60",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623214/theora/3646_d9ff150d2bb641ab8ce04a33c35db2b1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623214/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623214/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623214/broadcast/3646_712eac16273a454ab1cb6051d405e141.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623214/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:31.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:14:39.647000Z",
            "updatedTime": "2018-11-10T18:29:30.083195Z",
            "uploadedTime": "2009-11-13T11:14:39.647000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623214/theora/3646_d9ff150d2bb641ab8ce04a33c35db2b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623214/large_thumb/large.jpg"
        },
        {
            "id": 623213,
            "name": "Drøfting av Quranen del 59",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623213/theora/3645_3e114f14c24946a2952fb1b32dbf5a4f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623213/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623213/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623213/broadcast/3645_5390f1c68c584e38a53b855ea8ee996b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623213/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:19.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:14:09.850000Z",
            "updatedTime": "2018-11-10T18:29:30.084605Z",
            "uploadedTime": "2009-11-13T11:14:09.850000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623213/theora/3645_3e114f14c24946a2952fb1b32dbf5a4f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623213/large_thumb/large.jpg"
        },
        {
            "id": 623192,
            "name": "Drøfting av Quranen del 58",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623192/theora/3584_2ef17e5af6c7405cbf152dc5d85fa5ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623192/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623192/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623192/broadcast/3584_8f907d6bb2e9400db93d4600d0736ce2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623192/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:19.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-26T15:10:13.340000Z",
            "updatedTime": "2018-11-10T18:29:30.107922Z",
            "uploadedTime": "2009-10-26T15:10:13.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623192/theora/3584_2ef17e5af6c7405cbf152dc5d85fa5ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623192/large_thumb/large.jpg"
        },
        {
            "id": 623191,
            "name": "Drøfting av Quranen del 57",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623191/theora/3583_fd0e65bcf7a7479cb8b3efc2ed11186a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623191/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623191/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623191/broadcast/3583_0c3408219e354df3a0b9b5a5a22d35b0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623191/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:59.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-26T15:09:32.400000Z",
            "updatedTime": "2018-11-10T18:29:30.109261Z",
            "uploadedTime": "2009-10-26T15:09:32.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623191/theora/3583_fd0e65bcf7a7479cb8b3efc2ed11186a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623191/large_thumb/large.jpg"
        },
        {
            "id": 623177,
            "name": "Drøfting av Quranen del 56",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623177/theora/3582_f348cf0911eb44338cff4d8cf562f2e9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623177/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623177/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623177/broadcast/3582_b901767f426e44d7838aa58a16085f04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623177/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:49.760000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-26T15:08:56.947000Z",
            "updatedTime": "2018-11-10T18:29:30.127047Z",
            "uploadedTime": "2009-10-26T15:08:56.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623177/theora/3582_f348cf0911eb44338cff4d8cf562f2e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623177/large_thumb/large.jpg"
        },
        {
            "id": 623159,
            "name": "Drøfting av Quranen del 55",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623159/theora/3577_a0d8a3a3fc2f4696a79ba736c602e086.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623159/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623159/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623159/broadcast/3577_02b4179a24ba40fcab1982766aba4bb5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623159/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:12.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-16T15:01:33.330000Z",
            "updatedTime": "2018-11-10T18:29:30.150068Z",
            "uploadedTime": "2009-10-16T15:01:33.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623159/theora/3577_a0d8a3a3fc2f4696a79ba736c602e086.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623159/large_thumb/large.jpg"
        },
        {
            "id": 623160,
            "name": "Drøfting av Quranen del 54",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623160/theora/3576_7519fc0f27324cc08be7b4b818089e53.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623160/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623160/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623160/broadcast/3576_edf20a091b904cd0a166a16099e7f59d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623160/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:05.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-16T15:00:54.830000Z",
            "updatedTime": "2018-11-10T18:29:30.148634Z",
            "uploadedTime": "2009-10-16T15:00:54.830000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623160/theora/3576_7519fc0f27324cc08be7b4b818089e53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623160/large_thumb/large.jpg"
        },
        {
            "id": 623158,
            "name": "Drøfting av Quranen del 53",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623158/theora/2949_54a75750f3f54f5a9ff6c0ef472e6d63.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623158/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623158/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623158/broadcast/2949_3b8ba42ae3e4477abe5517a34989466d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623158/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:12.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:56:27.370000Z",
            "updatedTime": "2018-11-10T18:29:30.151454Z",
            "uploadedTime": "2009-05-16T12:56:27.370000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623158/theora/2949_54a75750f3f54f5a9ff6c0ef472e6d63.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623158/large_thumb/large.jpg"
        },
        {
            "id": 623185,
            "name": "Drøfting av Quranen del 52",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623185/theora/2948_772773ffe8014e01bdef27ae95804696.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623185/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623185/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623185/broadcast/2948_180f7af975cc4505915c0f421b5a44f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623185/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:57.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:55:16.493000Z",
            "updatedTime": "2018-11-10T18:29:30.117534Z",
            "uploadedTime": "2009-05-16T12:55:16.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623185/theora/2948_772773ffe8014e01bdef27ae95804696.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623185/large_thumb/large.jpg"
        },
        {
            "id": 623189,
            "name": "Drøfting av Quranen del 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623189/theora/2947_66787552f8ab44c0b8667eff09e3c282.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623189/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623189/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623189/broadcast/2947_a1b6be367ae542ea9869d854c877116d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623189/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:41.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:54:52.697000Z",
            "updatedTime": "2018-11-10T18:29:30.111914Z",
            "uploadedTime": "2009-05-16T12:54:52.697000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623189/theora/2947_66787552f8ab44c0b8667eff09e3c282.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623189/large_thumb/large.jpg"
        },
        {
            "id": 623186,
            "name": "Drøfting av Quranen del 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623186/theora/2946_3935f080b1e04f479b7463a2aa9662be.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623186/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623186/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623186/broadcast/2946_2885b4ba7517479e96932d6a96e5d2ca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623186/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:46.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:54:27.493000Z",
            "updatedTime": "2018-11-10T18:29:30.116072Z",
            "uploadedTime": "2009-05-16T12:54:27.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623186/theora/2946_3935f080b1e04f479b7463a2aa9662be.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623186/large_thumb/large.jpg"
        },
        {
            "id": 623061,
            "name": "Drøfting av Quranen del 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623061/theora/2939_c33e23e92e37466a8b718332d243b915.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623061/broadcast/2939_5fb969ce0a6d489e984102546818af67.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623061/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:36:30.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:51:51.980000Z",
            "updatedTime": "2018-11-10T18:29:30.277002Z",
            "uploadedTime": "2009-05-16T12:51:51.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623061/theora/2939_c33e23e92e37466a8b718332d243b915.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623061/large_thumb/large.jpg"
        },
        {
            "id": 623002,
            "name": "Drøfting av Quranen del 48",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623002/theora/2937_0750a328d2b948728b553df15ec2cb6a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623002/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623002/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623002/broadcast/orig_be0b0fca7c084582b34e254cb3460689.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623002/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:33:17.760000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:50:50.823000Z",
            "updatedTime": "2018-11-10T18:29:30.349811Z",
            "uploadedTime": "2009-05-16T12:50:50.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623002/theora/2937_0750a328d2b948728b553df15ec2cb6a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623002/large_thumb/large.jpg"
        },
        {
            "id": 622999,
            "name": "Drøfting av Quranen del 47",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622999/theora/2936_06c5a39ff4254819879f818d22cd517d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622999/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622999/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622999/broadcast/orig_4d0d67cd0fbd408cbe7f0b5009ad28f3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622999/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:27.760000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:50:23.947000Z",
            "updatedTime": "2018-11-10T18:29:30.351393Z",
            "uploadedTime": "2009-05-16T12:50:23.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622999/theora/2936_06c5a39ff4254819879f818d22cd517d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622999/large_thumb/large.jpg"
        },
        {
            "id": 622908,
            "name": "Drøfting av Quranen del 41",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622908/theora/2935_4cd653fc47874b0bb0a8b7fff0bfef0b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622908/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622908/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622908/broadcast/orig_d09932bea0d442b48c59c4f9f04d0eea.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622908/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:51.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:49:07.667000Z",
            "updatedTime": "2018-11-10T18:29:30.441002Z",
            "uploadedTime": "2009-05-16T12:49:07.667000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622908/theora/2935_4cd653fc47874b0bb0a8b7fff0bfef0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622908/large_thumb/large.jpg"
        },
        {
            "id": 622907,
            "name": "Drøfting av Quranen del 40",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622907/theora/2934_39cf5db166504946ab3a8271706d2cc8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622907/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622907/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622907/broadcast/orig_dfc3f452f5cd4df7b581098c3a03b060.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622907/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:33:34.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:48:40.447000Z",
            "updatedTime": "2018-11-10T18:29:30.442339Z",
            "uploadedTime": "2009-05-16T12:48:40.447000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622907/theora/2934_39cf5db166504946ab3a8271706d2cc8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622907/large_thumb/large.jpg"
        },
        {
            "id": 622911,
            "name": "Drøfting av Quranen del 39",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622911/theora/2933_91c3424d8d0e4fe8a19d114388209993.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622911/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622911/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622911/broadcast/orig_a46e9c70481c4366a642833552c6e696.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622911/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:28.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:48:07.087000Z",
            "updatedTime": "2018-11-10T18:29:30.436796Z",
            "uploadedTime": "2009-05-16T12:48:07.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622911/theora/2933_91c3424d8d0e4fe8a19d114388209993.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622911/large_thumb/large.jpg"
        },
        {
            "id": 622906,
            "name": "Drøfting av Quranen del 38",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622906/theora/2932_eb735f4a4b54455bb44bd268a0aeae30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622906/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622906/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622906/broadcast/orig_0981b12608d74b54829bf48996633197.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622906/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:01.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:47:35.587000Z",
            "updatedTime": "2018-11-10T18:29:30.443715Z",
            "uploadedTime": "2009-05-16T12:47:35.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622906/theora/2932_eb735f4a4b54455bb44bd268a0aeae30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622906/large_thumb/large.jpg"
        },
        {
            "id": 622905,
            "name": "Drøfting av Quranen del 37",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622905/theora/2931_87fa3ea9d9f34432b7840b0e72b3bdf7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622905/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622905/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622905/broadcast/orig_9ec8ab046d1d4cb9ab11e5f1bf80f3aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622905/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:38.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:46:49.650000Z",
            "updatedTime": "2018-11-10T18:29:30.445074Z",
            "uploadedTime": "2009-05-16T12:46:49.650000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622905/theora/2931_87fa3ea9d9f34432b7840b0e72b3bdf7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622905/large_thumb/large.jpg"
        },
        {
            "id": 622904,
            "name": "Drøfting av Quranen del 36",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622904/theora/2930_6ac0ff089a3d4984893cffadfe852f61.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622904/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622904/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622904/broadcast/orig_7d86f451597344ceaf5843d94824fc18.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622904/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:36.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:46:20.120000Z",
            "updatedTime": "2018-11-10T18:29:30.446437Z",
            "uploadedTime": "2009-05-16T12:46:20.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622904/theora/2930_6ac0ff089a3d4984893cffadfe852f61.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622904/large_thumb/large.jpg"
        },
        {
            "id": 622626,
            "name": "Drøfting av Quranen del 35",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622626/theora/2929_c27d9adf81b941eab8ca863c71f06655.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622626/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622626/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622626/broadcast/orig_72eeafb6dbe74ef98f794a20197103a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622626/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:02.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:45:46.870000Z",
            "updatedTime": "2018-11-10T18:29:30.470919Z",
            "uploadedTime": "2009-05-16T12:45:46.870000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622626/theora/2929_c27d9adf81b941eab8ca863c71f06655.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622626/large_thumb/large.jpg"
        },
        {
            "id": 622625,
            "name": "Drøfting av Quranen del 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622625/theora/2928_727e3b520dee4f5abd436679ae69e7a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622625/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622625/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622625/broadcast/orig_c10b8056ca99404fb8d9f56cdfdfa269.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622625/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:00.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:45:12.073000Z",
            "updatedTime": "2018-11-10T18:29:30.472290Z",
            "uploadedTime": "2009-05-16T12:45:12.073000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622625/theora/2928_727e3b520dee4f5abd436679ae69e7a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622625/large_thumb/large.jpg"
        },
        {
            "id": 622624,
            "name": "Drøfting av Quranen del 33",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622624/theora/2927_3965db5e15144c9dbb2326777e8c7da6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622624/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622624/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622624/broadcast/orig_e00ee67e2abb4a30ad3d0a7e857d283b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622624/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:59.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:44:15.760000Z",
            "updatedTime": "2018-11-10T18:29:30.473622Z",
            "uploadedTime": "2009-05-16T12:44:15.760000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622624/theora/2927_3965db5e15144c9dbb2326777e8c7da6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622624/large_thumb/large.jpg"
        }
    ]
}