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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2450&ordering=-name",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2350&ordering=-name",
    "results": [
        {
            "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"
        },
        {
            "id": 622604,
            "name": "Drøfting av Quranen del 32",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622604/theora/2926_06fc23c8ccd944e290b23da5a0e19db5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622604/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622604/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622604/broadcast/orig_bfb9064080d34322b05c04e7859597f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622604/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:51.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:43:49.040000Z",
            "updatedTime": "2018-11-10T18:29:30.492671Z",
            "uploadedTime": "2009-05-16T12:43:49.040000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622604/theora/2926_06fc23c8ccd944e290b23da5a0e19db5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622604/large_thumb/large.jpg"
        },
        {
            "id": 622603,
            "name": "Drøfting av Quranen del 31",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622603/theora/2925_4c393135b04b4a23b3cb511b2c69c6a8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622603/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622603/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622603/broadcast/orig_f63c0d97046042738f7ca4fdbcc6c969.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622603/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.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:43:21.870000Z",
            "updatedTime": "2018-11-10T18:29:30.494180Z",
            "uploadedTime": "2009-05-16T12:43:21.870000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622603/theora/2925_4c393135b04b4a23b3cb511b2c69c6a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622603/large_thumb/large.jpg"
        },
        {
            "id": 622580,
            "name": "Drøfting av Quranen del 30",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622580/theora/2480_6a81de308b394a30baa6ba957b13af26.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622580/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622580/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622580/broadcast/orig_04fcd7bf68de47a19d158d9d4e93bd09.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622580/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:57.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:20:00Z",
            "updatedTime": "2018-11-10T18:29:30.526397Z",
            "uploadedTime": "2009-01-02T17:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622580/theora/2480_6a81de308b394a30baa6ba957b13af26.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622580/large_thumb/large.jpg"
        },
        {
            "id": 622579,
            "name": "Drøfting av Quranen del 29",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622579/theora/2479_4bc37816461d457b86e254fcbeca3354.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622579/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622579/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622579/broadcast/orig_dd2dd5d9e88649b5b4607d63c89e16e1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622579/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:06.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:19:00Z",
            "updatedTime": "2018-11-10T18:29:30.527776Z",
            "uploadedTime": "2009-01-02T17:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622579/theora/2479_4bc37816461d457b86e254fcbeca3354.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622579/large_thumb/large.jpg"
        },
        {
            "id": 622578,
            "name": "Drøfting av Quranen del 28",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622578/theora/2478_7b1dc1f12e89424685b511d8f84d6e78.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622578/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622578/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622578/broadcast/orig_a4f71b4e421e4703a16bb0cc22dd36d1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622578/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:47.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:18:00Z",
            "updatedTime": "2018-11-10T18:29:30.529221Z",
            "uploadedTime": "2009-01-02T17:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622578/theora/2478_7b1dc1f12e89424685b511d8f84d6e78.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622578/large_thumb/large.jpg"
        },
        {
            "id": 622438,
            "name": "Drøfting av Quranen del 25",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622438/theora/2441_2b1d489b2f8345b7bcd598d0a760707e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622438/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622438/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622438/broadcast/orig_a4706abd9950489eb7f1d4a8868a2b7b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622438/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:04.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.722824Z",
            "uploadedTime": "2009-01-02T16:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622438/theora/2441_2b1d489b2f8345b7bcd598d0a760707e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622438/large_thumb/large.jpg"
        },
        {
            "id": 622384,
            "name": "Drøfting av Quranen del 24",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622384/theora/2440_1e539c1a07fa4d47a14a01b4b8ec438f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622384/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622384/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622384/broadcast/orig_ebd8b55e63ca4c06941f4e152011e4a4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622384/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:45.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:40:00Z",
            "updatedTime": "2018-11-10T18:29:30.795477Z",
            "uploadedTime": "2009-01-02T16:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622384/theora/2440_1e539c1a07fa4d47a14a01b4b8ec438f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622384/large_thumb/large.jpg"
        },
        {
            "id": 622383,
            "name": "Drøfting av Quranen del 23",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622383/theora/2439_2bb176723a6f4ce2a470982e627b0442.ogv",
                "original": "https://upload.frikanalen.no/media/622383/original/orig_9a286823227b405e9ce7cd8f43f1295c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622383/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622383/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622383/broadcast/2439_494fc2678a5441de86801a2962235f06.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622383/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:04.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.796847Z",
            "uploadedTime": "2009-01-02T16:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622383/theora/2439_2bb176723a6f4ce2a470982e627b0442.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622383/large_thumb/large.jpg"
        },
        {
            "id": 622346,
            "name": "Drøfting av Quranen del 22",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622346/theora/2393_752ab65b566f4acfb50f7d15c2e8a098.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622346/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622346/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622346/broadcast/orig_23e180a991f34f54a2e746632988d9c0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622346/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:33.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:53:00Z",
            "updatedTime": "2018-11-10T18:29:30.848435Z",
            "uploadedTime": "2009-01-02T15:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622346/theora/2393_752ab65b566f4acfb50f7d15c2e8a098.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622346/large_thumb/large.jpg"
        },
        {
            "id": 622345,
            "name": "Drøfting av Quranen del 21",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622345/theora/2392_94f978f3a7e14875987e666fec2e751b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622345/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622345/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622345/broadcast/orig_28f83edbe1b747229886f026aacb36ab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622345/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:47.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:52:00Z",
            "updatedTime": "2018-11-10T18:29:30.849768Z",
            "uploadedTime": "2009-01-02T15:52:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622345/theora/2392_94f978f3a7e14875987e666fec2e751b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622345/large_thumb/large.jpg"
        },
        {
            "id": 622344,
            "name": "Drøfting av Quranen del 19",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622344/theora/2391_b96aa2aacd2b4e5a9443f702a5759545.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622344/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622344/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622344/broadcast/orig_2951201aafee45acbe7c603755b06b7a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622344/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:14.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:51:00Z",
            "updatedTime": "2018-11-10T18:29:30.851139Z",
            "uploadedTime": "2009-01-02T15:51:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622344/theora/2391_b96aa2aacd2b4e5a9443f702a5759545.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622344/large_thumb/large.jpg"
        },
        {
            "id": 622343,
            "name": "Drøfting av Quranen del 18",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622343/theora/2390_f22f678406d24a66b8f3d75b806b34b6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622343/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622343/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622343/broadcast/orig_89c5935d771d43c6827f6e8e81b7b075.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622343/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:27.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:50:00Z",
            "updatedTime": "2018-11-10T18:29:30.852512Z",
            "uploadedTime": "2009-01-02T15:50:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622343/theora/2390_f22f678406d24a66b8f3d75b806b34b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622343/large_thumb/large.jpg"
        }
    ]
}