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/?offset=100&ordering=-created_time&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3396,
    "next": "https://forrige.frikanalen.no/api/videos/?limit=50&offset=150&ordering=-created_time&page=4",
    "previous": "https://forrige.frikanalen.no/api/videos/?limit=50&offset=50&ordering=-created_time&page=4",
    "results": [
        {
            "id": 625461,
            "name": "TED - Robin Murphy: These robots come to the rescue after a disaster",
            "header": "When disaster strikes, who's first on the scene? More and more, it’s a robot. In her lab, Robin Murphy builds robots that fly, tunnel, swim and crawl through disaster scenes, helping firefighters and rescue workers save more lives safely — and help communities return to normal up to three years faster.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625461/theora/RobinMurphy_2015W.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625461/small_thumb/RobinMurphy_2015W.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625461/broadcast/RobinMurphy_2015W.dv",
                "original": "https://upload.frikanalen.no/media/625461/original/RobinMurphy_2015W.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625461/large_thumb/RobinMurphy_2015W.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:03.210000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RobinMurphy_2015W",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.216262Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625461/theora/RobinMurphy_2015W.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625461/large_thumb/RobinMurphy_2015W.jpg"
        },
        {
            "id": 625501,
            "name": "Random Aussies - Outtakes 1",
            "header": "Random Aussies - Outtakes 1\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625501/broadcast/14 - Outtakes 1.dv",
                "original": "https://upload.frikanalen.no/media/625501/original/14 - Outtakes 1.mp4",
                "theora": "https://upload.frikanalen.no/media/625501/theora/14 - Outtakes 1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625501/small_thumb/14 - Outtakes 1.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625501/large_thumb/14 - Outtakes 1.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:25:08",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:01:23.009837Z",
            "uploadedTime": "2016-05-29T22:23:17.641368Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625501/theora/14 - Outtakes 1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625501/large_thumb/14 - Outtakes 1.jpg"
        },
        {
            "id": 625321,
            "name": "TED - Heather Brooke: My battle to expose government corruption",
            "header": "Our leaders need to be held accountable, says journalist Heather Brooke. And she should know: Brooke uncovered the British Parliamentary financial expenses that led to a major political scandal in 2009. She urges us to ask our leaders questions through platforms like Freedom of Information requests -- and to finally get some answers.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625321/large_thumb/HeatherBrooke_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625321/small_thumb/HeatherBrooke_2012G.jpg",
                "theora": "https://upload.frikanalen.no/media/625321/theora/HeatherBrooke_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625321/broadcast/HeatherBrooke_2012G.dv",
                "original": "https://upload.frikanalen.no/media/625321/original/HeatherBrooke_2012G.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:57.590000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/HeatherBrooke_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.401435Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625321/theora/HeatherBrooke_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625321/large_thumb/HeatherBrooke_2012G.jpg"
        },
        {
            "id": 625457,
            "name": "TED - Wendy Freedman: This new telescope might show us the beginning of the universe",
            "header": "When and how did the universe begin? A global group of astronomers wants to answer that question by peering as far back in time as a large new telescope will let us see. Wendy Freedman headed the creation of the Giant Magellan Telescope, under construction in South America; at TEDGlobal in Rio, she shares a bold vision of the discoveries about our universe that the GMT could make possible.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625457/broadcast/WendyFreedman_2014G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625457/large_thumb/WendyFreedman_2014G.jpg",
                "original": "https://upload.frikanalen.no/media/625457/original/WendyFreedman_2014G.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625457/small_thumb/WendyFreedman_2014G.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:42.100000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://archive.org/details/WendyFreedman_2014G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.221945Z",
            "uploadedTime": null,
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625457/large_thumb/WendyFreedman_2014G.jpg"
        },
        {
            "id": 625336,
            "name": "TED - Geoffrey Canada: Our failing schools. Enough is enough!",
            "header": "Why, why, why does our education system look so similar to the way it did 50 years ago? Millions of students were failing then, as they are now -- and it’s because we’re clinging to a business model that clearly doesn’t work. Education advocate Geoffrey Canada dares the system to look at the data, think about the customers and make systematic shifts in order to help greater numbers of kids excel.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625336/small_thumb/GeoffreyCanada_2013S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625336/large_thumb/GeoffreyCanada_2013S.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625336/broadcast/GeoffreyCanada_2013S.dv",
                "theora": "https://upload.frikanalen.no/media/625336/theora/GeoffreyCanada_2013S.ogv",
                "original": "https://upload.frikanalen.no/media/625336/original/GeoffreyCanada_2013S.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:07.550000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GeoffreyCanada_2013S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.380610Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625336/theora/GeoffreyCanada_2013S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625336/large_thumb/GeoffreyCanada_2013S.jpg"
        },
        {
            "id": 625357,
            "name": "TED - Dan Dennett on our consciousness",
            "header": "Philosopher Dan Dennett makes a compelling argument that not only don't we understand our own consciousness, but that half the time our brains are actively fooling us.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "srt": "https://upload.frikanalen.no/media/625357/srt/nb.srt",
                "largeThumb": "https://upload.frikanalen.no/media/625357/large_thumb/DanDennett_2003.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625357/small_thumb/DanDennett_2003.jpg",
                "theora": "https://upload.frikanalen.no/media/625357/theora/DanDennett_2003.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625357/broadcast/DanDennett_2003.dv",
                "original": "https://upload.frikanalen.no/media/625357/original/DanDennett_2003.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:51.530000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanDennett_2003",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.351953Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625357/theora/DanDennett_2003.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625357/large_thumb/DanDennett_2003.jpg"
        },
        {
            "id": 625359,
            "name": "TED - Ben Wellington: How we found the worst place to park in New York City -- using big data",
            "header": "City agencies have access to a wealth of data and statistics reflecting every part of urban life. But as data analyst Ben Wellington suggests in this entertaining talk, sometimes they just don't know what to do with it. He shows how a combination of unexpected questions and smart data crunching can produce strangely useful insights, and shares tips on how to release large sets of data so that anyone can use them.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625359/small_thumb/BenWellington_2014X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg",
                "original": "https://upload.frikanalen.no/media/625359/original/BenWellington_2014X.mp4",
                "theora": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625359/broadcast/BenWellington_2014X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:11:52.090000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BenWellington_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.349247Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg"
        },
        {
            "id": 625472,
            "name": "TED - Mathias Jud: Art that lets you talk back to NSA spies",
            "header": "In 2013, the world learned that the NSA and its UK equivalent, GCHQ, routinely spied on the German government. Amid the outrage, artists Mathias Jud and Christoph Wachter thought: Well, if they're listening ... let's talk to them. With antennas mounted on the roof of the Swiss Embassy in Berlin's government district, they set up an open network that let the world send messages to US and UK spies listening nearby. It's one of three bold, often funny, and frankly subversive works detailed in this talk, which highlights the world's growing discontent with surveillance and closed networks.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625472/broadcast/MathiasJud_2015G.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625472/small_thumb/MathiasJud_2015G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625472/large_thumb/MathiasJud_2015G.jpg",
                "theora": "https://upload.frikanalen.no/media/625472/theora/MathiasJud_2015G.ogv",
                "original": "https://upload.frikanalen.no/media/625472/original/MathiasJud_2015G.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:13:00.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MathiasJud_2015G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.201115Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625472/theora/MathiasJud_2015G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625472/large_thumb/MathiasJud_2015G.jpg"
        },
        {
            "id": 625361,
            "name": "TED - Topher White: What can save the rainforest? Your used cell phone",
            "header": "The sounds of the rainforest include: the chirps of birds, the buzz of cicadas, the banter of gibbons. But in the background is the almost-always present sound of a chainsaw, from illegal loggers. Engineer Topher White shares a simple, scalable way to stop this brutal deforestation — that starts with your old cell phone.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625361/small_thumb/TopherWhite_2014X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625361/broadcast/TopherWhite_2014X.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625361/large_thumb/TopherWhite_2014X.jpg",
                "theora": "https://upload.frikanalen.no/media/625361/theora/TopherWhite_2014X.ogv",
                "original": "https://upload.frikanalen.no/media/625361/original/TopherWhite_2014X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:34.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TopherWhite_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.346425Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625361/theora/TopherWhite_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625361/large_thumb/TopherWhite_2014X.jpg"
        },
        {
            "id": 625425,
            "name": "MakerCon - How Making is Changing the World – and How You Can Too!",
            "header": "Jennifer Turliuk at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625425/theora/makercon-21-2014-10-17-change-the-world-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625425/large_thumb/makercon-21-2014-10-17-change-the-world-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625425/broadcast/makercon-21-2014-10-17-change-the-world-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625425/small_thumb/makercon-21-2014-10-17-change-the-world-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:10.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.259163Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625425/theora/makercon-21-2014-10-17-change-the-world-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625425/large_thumb/makercon-21-2014-10-17-change-the-world-frikanalen.jpg"
        },
        {
            "id": 625353,
            "name": "TED - Sergei Lupashin: A flying camera ... on a leash",
            "header": "Let's admit it: aerial photo drones and UAVs are a little creepy, and they come with big regulatory and safety problems. But aerial photos can be a powerful way of telling the truth about the world: the size of a protest, the spread of an oil spill, the wildlife hidden in a delta. Sergei Lupashin demos Fotokite, a nifty new way to see the world from on high, safely and under control.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625353/small_thumb/SergeiLupashin_2014S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625353/large_thumb/SergeiLupashin_2014S.jpg",
                "theora": "https://upload.frikanalen.no/media/625353/theora/SergeiLupashin_2014S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625353/broadcast/SergeiLupashin_2014S.dv",
                "original": "https://upload.frikanalen.no/media/625353/original/SergeiLupashin_2014S.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:27.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SergeiLupashin_2014S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.357386Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625353/theora/SergeiLupashin_2014S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625353/large_thumb/SergeiLupashin_2014S.jpg"
        },
        {
            "id": 625368,
            "name": "Citizenfour - Samtale med Snowden-advokat Patrick Toomey og Jon Wessel-Aas før visning",
            "header": "Samtale med Patrick Toomey, en av advokatene til Edward Snowden, og Jon Wessel-Aas før forpremieren av Citizenfour 2015-04-15.  Arrangert i samarbeid med Fritt Ord, Tour de Force og Ny Tid.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625368/broadcast/2dc2473b68cb284753774c8b22124b8a.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625368/large_thumb/2dc2473b68cb284753774c8b22124b8a.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625368/small_thumb/2dc2473b68cb284753774c8b22124b8a.jpg",
                "theora": "https://upload.frikanalen.no/media/625368/theora/2dc2473b68cb284753774c8b22124b8a.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:25.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.336953Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625368/theora/2dc2473b68cb284753774c8b22124b8a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625368/large_thumb/2dc2473b68cb284753774c8b22124b8a.jpg"
        },
        {
            "id": 625447,
            "name": "TED - Donald Hoffman: Do we see reality as it is?",
            "header": "Cognitive scientist Donald Hoffman is trying to answer a big question: Do we experience the world as it really is ... or as we need it to be? In this ever so slightly mind-blowing talk, he ponders how our minds construct reality for us.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625447/large_thumb/DonaldHoffman_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625447/theora/DonaldHoffman_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625447/original/DonaldHoffman_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625447/broadcast/DonaldHoffman_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625447/small_thumb/DonaldHoffman_2015.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:54.410000",
            "categories": [
                "Annet",
                "Religion og livssyn",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DonaldHoffman_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.230260Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625447/theora/DonaldHoffman_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625447/large_thumb/DonaldHoffman_2015.jpg"
        },
        {
            "id": 625430,
            "name": "MakerCon - Travelling maker stories",
            "header": "Øyvind Nydal Dahl at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625430/theora/makercon-19-2014-10-18-travelling-maker-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625430/small_thumb/makercon-19-2014-10-18-travelling-maker-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625430/broadcast/makercon-19-2014-10-18-travelling-maker-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625430/large_thumb/makercon-19-2014-10-18-travelling-maker-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:20.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.252525Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625430/theora/makercon-19-2014-10-18-travelling-maker-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625430/large_thumb/makercon-19-2014-10-18-travelling-maker-frikanalen.jpg"
        },
        {
            "id": 625527,
            "name": "Practical Protocol-Oriented Programming in Swift",
            "header": "Value types are at the core of Swift (seriously, mostly everything in the Swift standard library is a value type). But how do you avoid subclassing? That's where the power of Protocol-Oriented programming comes in. Learn how to structure your code to (almost) never subclass again! Practical everyday examples and ideas for your own code base will be included.\r\n\r\nThe speaker Natasha Murashev is an iOS developer by day and a robot by night. She blogs about Swift, WatchOS, and iOS development on her blog, natashatherobot.com, and curates a fast-growing weekly Swift  newsletter: This Week in Swift. In her free time, she works on personal projects, speaks at meetups and conferences, contributes to open source, and likes to cross things off her bucket list. She's currently living the digital nomad life as her alter identity: @NatashaTheNomad.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625527/theora/20160412-practicalswift-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625527/small_thumb/20160412-practicalswift-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625527/large_thumb/20160412-practicalswift-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625527/broadcast/20160412-practicalswift-frikanalen.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:46:26.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.132701Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625527/theora/20160412-practicalswift-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625527/large_thumb/20160412-practicalswift-frikanalen.jpg"
        },
        {
            "id": 625529,
            "name": "TED - Linus Torvalds: The mind behind Linux",
            "header": "Linus Torvalds transformed technology twice — first with the Linux kernel, which helps power the Internet, and again with Git, the source code management system used by developers worldwide. In a rare interview with TED Curator Chris Anderson, Torvalds discusses with remarkable openness the personality traits that prompted his unique philosophy of work, engineering and life. \"I am not a visionary, I'm an engineer,\" Torvalds says. \"I'm perfectly happy with all the people who are walking around and just staring at the clouds ... but I'm looking at the ground, and I want to fix the pothole that's right in front of me before I fall in.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625529/original/LinusTorvalds_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625529/theora/LinusTorvalds_2016.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625529/large_thumb/LinusTorvalds_2016.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625529/small_thumb/LinusTorvalds_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625529/broadcast/LinusTorvalds_2016.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:34.050000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LinusTorvalds_2016",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.129777Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625529/theora/LinusTorvalds_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625529/large_thumb/LinusTorvalds_2016.jpg"
        },
        {
            "id": 625315,
            "name": "TED - Brian Greene: Is our universe the only universe?",
            "header": "Is there more than one universe? In this visually rich, action-packed talk, Brian Greene shows how the unanswered questions of physics (starting with a big one: What caused the Big Bang?) have led to the theory that our own universe is just one of many in the \"multiverse.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625315/large_thumb/BrianGreene_2012.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625315/small_thumb/BrianGreene_2012.jpg",
                "theora": "https://upload.frikanalen.no/media/625315/theora/BrianGreene_2012.ogv",
                "original": "https://upload.frikanalen.no/media/625315/original/BrianGreene_2012.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625315/broadcast/BrianGreene_2012.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:47.700000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BrianGreene_2012",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.409841Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625315/theora/BrianGreene_2012.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625315/large_thumb/BrianGreene_2012.jpg"
        },
        {
            "id": 625354,
            "name": "TED - Sanjay Pradhan: How open data is changing international aid",
            "header": "How do we make sure that development and aid money actually goes to the people who most need it? Sanjay Pradhan of the World Bank Institute lays out three guidelines to help relief efforts make the most impact — while curbing corruption. One key: connecting the players who are working to change broken systems with the data they need.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625354/small_thumb/SanjayPradhan_2012G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625354/original/SanjayPradhan_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625354/broadcast/SanjayPradhan_2012G.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:17.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SanjayPradhan_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.356056Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg"
        },
        {
            "id": 625445,
            "name": "TED - Rajiv Maheswaran: The math behind basketball's wildest moves",
            "header": "Basketball is a fast-moving game of improvisation, contact and, ahem, spatio-temporal pattern recognition. Rajiv Maheswaran and his colleagues are analyzing the movements behind the key plays of the game, to help coaches and players combine intuition with new data. Bonus: What they're learning could help us understand how humans move everywhere.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625445/small_thumb/RajivMaheswaran_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625445/original/RajivMaheswaran_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625445/broadcast/RajivMaheswaran_2015.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:12.360000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RajivMaheswaran_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.233239Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg"
        },
        {
            "id": 625519,
            "name": "TED - Aomawa Shields: How we'll find life on other planets",
            "header": "Astronomer Aomawa Shields searches for clues that life might exist elsewhere in the universe by examining the atmospheres of distant exoplanets. When she isn't exploring the heavens, the classically trained actor (and TED Fellow) looks for ways to engage young women in the sciences using theater, writing and visual art. \"Maybe one day they'll join the ranks of astronomers who are full of contradictions,\" she says, \"and use their backgrounds to discover, once and for all, that we are truly not alone in the universe.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625519/small_thumb/AomawaShields_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625519/broadcast/AomawaShields_2015U.dv",
                "original": "https://upload.frikanalen.no/media/625519/original/AomawaShields_2015U.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:05:29.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AomawaShields_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.139639Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.jpg"
        },
        {
            "id": 625385,
            "name": "Piwik - Webstatistikk med fri programvare",
            "header": "Presentasjon av et fullgodt alternativ Google Analytics som lar deg ha kontroll på din egne data.\r\n\r\nKim Tore Jensen jobber til daglig hos Freecode og har jobbet med webutvikling og drift i 6 år.  Beskriver seg selv som en med brennende engasjement for Linux, fri programvare, terminalen og web-plattformen. Han er utvikleren bak den ncurses-baserte MPD-klienten (Music Player Daemon) «pms» (Practical Music Search).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625385/theora/20121009-piwik-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625385/large_thumb/20121009-piwik-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625385/small_thumb/20121009-piwik-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625385/broadcast/20121009-piwik-frikanalen.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:25:33.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.314484Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625385/theora/20121009-piwik-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625385/large_thumb/20121009-piwik-frikanalen.jpg"
        },
        {
            "id": 625463,
            "name": "TED - Laura Schulz: The surprisingly logical minds of babies",
            "header": "How do babies learn so much from so little so quickly? In a fun, experiment-filled talk, cognitive scientist Laura Schulz shows how our young ones make decisions with a surprisingly strong sense of logic, well before they can talk.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625463/theora/LauraSchulz_2015.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625463/small_thumb/LauraSchulz_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625463/original/LauraSchulz_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625463/large_thumb/LauraSchulz_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625463/broadcast/LauraSchulz_2015.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:22.970000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LauraSchulz_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.214525Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625463/theora/LauraSchulz_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625463/large_thumb/LauraSchulz_2015.jpg"
        },
        {
            "id": 625437,
            "name": "MakerCon - Evolutionary algorithms as a design tool - from art to robotics",
            "header": "Kyrre Glette at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625437/theora/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625437/small_thumb/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625437/large_thumb/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625437/broadcast/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:24:55",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.243022Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625437/theora/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625437/large_thumb/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.jpg"
        },
        {
            "id": 627921,
            "name": "Diesen i samtale med Jeffrey Sachs om BRICS",
            "header": "",
            "description": "Diesen i samtale med Jeffrey Sachs om BRICS før BRICS-møtet i oktober 2024",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627921/theora/Diesen_Sachs_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627921/broadcast/Diesen_Sachs_2.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627921/large_thumb/Diesen_Sachs_2.jpg",
                "original": "https://upload.frikanalen.no/media/627921/original/Diesen_Sachs_2.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:44:38.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-06T22:24:57.819323Z",
            "updatedTime": "2024-10-07T06:49:05.876215Z",
            "uploadedTime": "2024-10-06T22:51:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627921/theora/Diesen_Sachs_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627921/large_thumb/Diesen_Sachs_2.jpg"
        },
        {
            "id": 627918,
            "name": "Sionistiske jøder dreper barn i Gaza",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627918/theora/Sionistiske j�der dreper barn i Gaza.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627918/broadcast/Sionistiske j�der dreper barn i Gaza.dv",
                "original": "https://upload.frikanalen.no/media/627918/original/Sionistiske j�der dreper barn i Gaza.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627918/large_thumb/Sionistiske j�der dreper barn i Gaza.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:14:02.320000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-03T20:32:52.274130Z",
            "updatedTime": "2024-10-03T21:30:31.200761Z",
            "uploadedTime": "2024-10-03T21:23:40.962689Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627918/theora/Sionistiske j�der dreper barn i Gaza.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627918/large_thumb/Sionistiske j�der dreper barn i Gaza.jpg"
        },
        {
            "id": 627917,
            "name": "Diesen i samtale med von der Schulenburg",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627917/theora/Diesen_Schulenburg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627917/broadcast/Diesen_Schulenburg.dv",
                "original": "https://upload.frikanalen.no/media/627917/original/Diesen_Schulenburg.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627917/large_thumb/Diesen_Schulenburg.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:58:58.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-09-22T05:51:10.996190Z",
            "updatedTime": "2024-09-22T06:43:12.500368Z",
            "uploadedTime": "2024-09-22T05:59:25.110534Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627917/theora/Diesen_Schulenburg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627917/large_thumb/Diesen_Schulenburg.jpg"
        },
        {
            "id": 627916,
            "name": "Takk fra barn i Gaza",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627916/theora/2024-09-04 13-23-30.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627916/broadcast/2024-09-04 13-23-30.dv",
                "original": "https://upload.frikanalen.no/media/627916/original/2024-09-04 13-23-30.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627916/large_thumb/2024-09-04 13-23-30.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:13:01.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-09-06T21:19:50.462686Z",
            "updatedTime": "2024-10-04T09:20:39.866443Z",
            "uploadedTime": "2024-09-06T21:22:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627916/theora/2024-09-04 13-23-30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627916/large_thumb/2024-09-04 13-23-30.jpg"
        },
        {
            "id": 627913,
            "name": "Shofar - Israel, Guds under imellom oss",
            "header": "",
            "description": "Staten Israel er et bevis på Bibelens troverdighet. Jødenes\nhjemkomst til landet er Guds løfte som blir satt i verk. Israel har ikke\nbare en historie, men det som nå skjer i landet og tider som kommer er\nknyttet til Guds Ord.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627913/theora/Shofar 230 Israel, Guds under imellom oss.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627913/broadcast/Shofar 230 Israel, Guds under imellom oss.dv",
                "original": "https://upload.frikanalen.no/media/627913/original/Shofar 230 Israel, Guds under imellom oss.mov",
                "largeThumb": "https://upload.frikanalen.no/media/627913/large_thumb/Shofar 230 Israel, Guds under imellom oss.jpg"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:26:26.460000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-09-04T22:26:38.655465Z",
            "updatedTime": "2024-09-04T23:00:17.246227Z",
            "uploadedTime": "2024-09-04T22:32:37.716636Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627913/theora/Shofar 230 Israel, Guds under imellom oss.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627913/large_thumb/Shofar 230 Israel, Guds under imellom oss.jpg"
        },
        {
            "id": 627912,
            "name": "Diesen i samtale med Mearsheimer 30.8.2024",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627912/theora/Diesen_Mearsheimer_III.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627912/broadcast/Diesen_Mearsheimer_III.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627912/large_thumb/Diesen_Mearsheimer_III.jpg",
                "original": "https://upload.frikanalen.no/media/627912/original/Diesen_Mearsheimer_III.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:14:48.700000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-09-01T05:25:26.792787Z",
            "updatedTime": "2024-09-16T21:38:49.082815Z",
            "uploadedTime": "2024-09-01T05:35:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627912/theora/Diesen_Mearsheimer_III.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627912/large_thumb/Diesen_Mearsheimer_III.jpg"
        },
        {
            "id": 627910,
            "name": "Diesen i samtale med Russlands ambassadør i FN, Polyanskiy",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627910/broadcast/Diesen_Polyanskiy.dv",
                "original": "https://upload.frikanalen.no/media/627910/original/Diesen_Polyanskiy.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:38:00.020000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T20:42:03.010972Z",
            "updatedTime": "2024-08-30T21:16:41.315599Z",
            "uploadedTime": "2024-08-30T20:48:16.230656Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
        },
        {
            "id": 627909,
            "name": "Dreper for moro skyld",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627909/broadcast/Dreper for moro skyld..dv",
                "original": "https://upload.frikanalen.no/media/627909/original/Dreper for moro skyld..mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:08:41.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T15:44:30.076004Z",
            "updatedTime": "2024-08-30T15:49:18.495040Z",
            "uploadedTime": "2024-08-30T15:45:12.736326Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..jpg"
        },
        {
            "id": 627908,
            "name": "Calvins lære",
            "header": "Calvins lære",
            "description": "Calvins lære",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627908/theora/Calvins l�re.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627908/broadcast/Calvins l�re.dv",
                "original": "https://upload.frikanalen.no/media/627908/original/Calvins l�re.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627908/large_thumb/Calvins l�re.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:44.266667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T08:52:39.517591Z",
            "updatedTime": "2024-08-30T09:12:32.285755Z",
            "uploadedTime": "2024-08-30T08:52:51.548689Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627908/theora/Calvins l�re.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627908/large_thumb/Calvins l�re.jpg"
        },
        {
            "id": 627907,
            "name": "Diesen i samtale med Alastair Crooke",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627907/theora/Diesen_Crooke.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627907/broadcast/Diesen_Crooke.dv",
                "original": "https://upload.frikanalen.no/media/627907/original/Diesen_Crooke.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627907/large_thumb/Diesen_Crooke.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:17:03.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T06:42:16.093693Z",
            "updatedTime": "2024-08-30T20:46:28.888988Z",
            "uploadedTime": "2024-08-30T06:53:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627907/theora/Diesen_Crooke.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627907/large_thumb/Diesen_Crooke.jpg"
        },
        {
            "id": 627905,
            "name": "Diesen i samtale med oberst Wilkerson",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627905/theora/Diesen_Wilkerson.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627905/broadcast/Diesen_Wilkerson.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627905/large_thumb/Diesen_Wilkerson.jpg",
                "original": "https://upload.frikanalen.no/media/627905/original/Diesen_Wilkerson.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:07:29.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-29T12:08:01.503469Z",
            "updatedTime": "2024-08-29T20:51:38.737607Z",
            "uploadedTime": "2024-08-29T12:18:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627905/theora/Diesen_Wilkerson.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627905/large_thumb/Diesen_Wilkerson.jpg"
        },
        {
            "id": 627904,
            "name": "Diesen i samtale med Seyed Mohammad Marandi",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627904/theora/Diesen_Marandi.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627904/broadcast/Diesen_Marandi.dv",
                "original": "https://upload.frikanalen.no/media/627904/original/Diesen_Marandi.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627904/large_thumb/Diesen_Marandi.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:16:56.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-28T06:27:52.018092Z",
            "updatedTime": "2024-08-30T21:23:28.550378Z",
            "uploadedTime": "2024-08-28T06:39:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627904/theora/Diesen_Marandi.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627904/large_thumb/Diesen_Marandi.jpg"
        },
        {
            "id": 627903,
            "name": "Diesen i samtale med Postol",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627903/theora/Diesen_Postol.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627903/broadcast/Diesen_Postol.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627903/large_thumb/Diesen_Postol.jpg",
                "original": "https://upload.frikanalen.no/media/627903/original/Diesen_Postol.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:33:55.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-23T15:01:03.649056Z",
            "updatedTime": "2024-08-27T19:14:41.107382Z",
            "uploadedTime": "2024-08-23T15:47:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627903/theora/Diesen_Postol.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627903/large_thumb/Diesen_Postol.jpg"
        },
        {
            "id": 627902,
            "name": "Shofar - Bortkomne Sønn kom hjem",
            "header": "",
            "description": "Jesus forteller lignelsen om den bortkomne sønnen. Han tok\nfarsarven og reiste til en fremmed land. Hvem er det Jesus taler om?\nHvem er de to sønner?",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627902/theora/Shofar 228 Bortkomne S�nnen kom hjem.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627902/broadcast/Shofar 228 Bortkomne S�nnen kom hjem.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627902/large_thumb/Shofar 228 Bortkomne S�nnen kom hjem.jpg",
                "original": "https://upload.frikanalen.no/media/627902/original/Shofar 228 Bortkomne S�nnen kom hjem.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:25:00.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-21T21:36:34.767872Z",
            "updatedTime": "2024-08-21T22:27:03.757952Z",
            "uploadedTime": "2024-08-21T22:00:44.069729Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627902/theora/Shofar 228 Bortkomne S�nnen kom hjem.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627902/large_thumb/Shofar 228 Bortkomne S�nnen kom hjem.jpg"
        },
        {
            "id": 627901,
            "name": "17 mai skotterud",
            "header": "D nordstrand",
            "description": "17 mai",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627901/theora/20240515_171830.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627901/broadcast/20240515_171830.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627901/large_thumb/20240515_171830.jpg",
                "original": "https://upload.frikanalen.no/media/627901/original/20240515_171830.mp4"
            },
            "creator": "dansverre63@jahoo.com",
            "organization": {
                "id": 288,
                "name": "Innlandet Varetaxi Innehaver D. Nordstrand",
                "homepage": "nordstrand.nl",
                "description": "",
                "postalAddress": "Innlandet Varetaxi Innehaver D. Nordstrand\nPostboks 83\n2231 SKOTTERUD",
                "streetAddress": "Innlandet Varetaxi Innehaver D. Nordstrand\nDr. Lunderbys veg 2\n2230 SKOTTERUD",
                "editorId": 2883,
                "editorName": "Dan Nordstrand",
                "editorEmail": "dansverre63@jahoo.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:19.595101",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-19T16:49:02.632136Z",
            "updatedTime": "2024-08-19T16:49:46.222536Z",
            "uploadedTime": "2024-08-19T16:49:30.052480Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627901/theora/20240515_171830.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627901/large_thumb/20240515_171830.jpg"
        },
        {
            "id": 627900,
            "name": "17 mai skotterud",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627900/theora/20240518_182014.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627900/broadcast/20240518_182014.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627900/large_thumb/20240518_182014.jpg",
                "original": "https://upload.frikanalen.no/media/627900/original/20240518_182014.mp4"
            },
            "creator": "dansverre63@jahoo.com",
            "organization": {
                "id": 288,
                "name": "Innlandet Varetaxi Innehaver D. Nordstrand",
                "homepage": "nordstrand.nl",
                "description": "",
                "postalAddress": "Innlandet Varetaxi Innehaver D. Nordstrand\nPostboks 83\n2231 SKOTTERUD",
                "streetAddress": "Innlandet Varetaxi Innehaver D. Nordstrand\nDr. Lunderbys veg 2\n2230 SKOTTERUD",
                "editorId": 2883,
                "editorName": "Dan Nordstrand",
                "editorEmail": "dansverre63@jahoo.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:10.197451",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-19T16:46:11.628722Z",
            "updatedTime": "2024-08-19T16:46:45.175928Z",
            "uploadedTime": "2024-08-19T16:46:23.211735Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627900/theora/20240518_182014.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627900/large_thumb/20240518_182014.jpg"
        },
        {
            "id": 627899,
            "name": "Diesen i ny samtale med Mearsheimer, 26.7.2024",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627899/theora/Diesen_MearsheimerII.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627899/broadcast/Diesen_MearsheimerII.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627899/large_thumb/Diesen_MearsheimerII.jpg",
                "original": "https://upload.frikanalen.no/media/627899/original/Diesen_MearsheimerII.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:15:36.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-16T05:10:05.926782Z",
            "updatedTime": "2024-08-16T06:52:39.555563Z",
            "uploadedTime": "2024-08-16T05:56:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627899/theora/Diesen_MearsheimerII.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627899/large_thumb/Diesen_MearsheimerII.jpg"
        },
        {
            "id": 627897,
            "name": "Oppsummering krigen i Gaza juli 2024",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627897/theora/Summery of the war in Gaza. July 2024..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627897/broadcast/Summery of the war in Gaza. July 2024..dv",
                "original": "https://upload.frikanalen.no/media/627897/original/Summery of the war in Gaza. July 2024..mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627897/large_thumb/Summery of the war in Gaza. July 2024..jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:07:58.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-07T17:37:56.204075Z",
            "updatedTime": "2024-08-07T17:42:11.898557Z",
            "uploadedTime": "2024-08-07T17:38:28.944870Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627897/theora/Summery of the war in Gaza. July 2024..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627897/large_thumb/Summery of the war in Gaza. July 2024..jpg"
        },
        {
            "id": 627896,
            "name": "Historie om Gaza og Jaffa",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627896/theora/Historie. Gaza og Jaffa..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627896/broadcast/Historie. Gaza og Jaffa..dv",
                "largeThumb": "https://upload.frikanalen.no/media/627896/large_thumb/Historie. Gaza og Jaffa..jpg",
                "original": "https://upload.frikanalen.no/media/627896/original/Historie. Gaza og Jaffa..mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:06:28.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-07T17:25:42.184534Z",
            "updatedTime": "2024-08-07T17:29:23.096340Z",
            "uploadedTime": "2024-08-07T17:26:17.248386Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627896/theora/Historie. Gaza og Jaffa..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627896/large_thumb/Historie. Gaza og Jaffa..jpg"
        },
        {
            "id": 627895,
            "name": "Vedrørende krigen på Gaza",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627895/theora/Considering the war in Gaza. July 2024..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627895/broadcast/Considering the war in Gaza. July 2024..dv",
                "largeThumb": "https://upload.frikanalen.no/media/627895/large_thumb/Considering the war in Gaza. July 2024..jpg",
                "original": "https://upload.frikanalen.no/media/627895/original/Considering the war in Gaza. July 2024..mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:05:26.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-07T17:22:09.702730Z",
            "updatedTime": "2024-08-07T17:25:10.220143Z",
            "uploadedTime": "2024-08-07T17:22:35.939177Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627895/theora/Considering the war in Gaza. July 2024..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627895/large_thumb/Considering the war in Gaza. July 2024..jpg"
        },
        {
            "id": 627894,
            "name": "Beste ønsker til folket i Jemen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627894/theora/Best wishes to the people of Yemen. 05.08.24..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627894/broadcast/Best wishes to the people of Yemen. 05.08.24..dv",
                "original": "https://upload.frikanalen.no/media/627894/original/Best wishes to the people of Yemen. 05.08.24..mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627894/large_thumb/Best wishes to the people of Yemen. 05.08.24..jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:04:16.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-07T17:14:08.762606Z",
            "updatedTime": "2024-08-07T17:16:19.965063Z",
            "uploadedTime": "2024-08-07T17:14:23.574012Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627894/theora/Best wishes to the people of Yemen. 05.08.24..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627894/large_thumb/Best wishes to the people of Yemen. 05.08.24..jpg"
        },
        {
            "id": 627892,
            "name": "Diesen i samtale med Greenwald",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627892/theora/Diesen_Greenwald.mp4_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627892/broadcast/Diesen_Greenwald.mp4_.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627892/large_thumb/Diesen_Greenwald.mp4_.jpg",
                "original": "https://upload.frikanalen.no/media/627892/original/Diesen_Greenwald.mp4_.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:37:51.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-07-25T22:17:40.099374Z",
            "updatedTime": "2024-07-25T22:59:15.680159Z",
            "uploadedTime": "2024-07-25T22:31:42.981352Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627892/theora/Diesen_Greenwald.mp4_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627892/large_thumb/Diesen_Greenwald.mp4_.jpg"
        },
        {
            "id": 627889,
            "name": "Norden fra fredssone til krigssone",
            "header": "",
            "description": "\"Hva betyr endring av det sikkerhetspolitiske landskapet i Norden med NATO-utvidelser, økte militære aktiviteter og opprettelsen av flere amerikanske militære base-områder i  nordiske land. Denne filmen  vil belyse noen sikkerhetspolitiske forhold i Norges nærområder, i Norden og i Arktis i lys av de nye forholdene. Vi vil se nærmere på aktiviteter og konsekvenser knyttet til krigsfare, økt spenning og fare ved atomvåpen. Filmen er utgitt av \"Stopp NATO\" med økonomisk støtte fra Utenriksdepartementet via Norges Fredsråd\"",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627889/theora/Norden-krigssone.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627889/broadcast/Norden-krigssone.dv",
                "original": "https://upload.frikanalen.no/media/627889/original/Norden-krigssone.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627889/large_thumb/Norden-krigssone.jpg"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:19:16.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-06-23T08:48:36.192080Z",
            "updatedTime": "2024-06-23T09:04:20.518003Z",
            "uploadedTime": "2024-06-23T08:52:23.086379Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627889/theora/Norden-krigssone.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627889/large_thumb/Norden-krigssone.jpg"
        },
        {
            "id": 627887,
            "name": "Diesen i samtale med Mearsheimer",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627887/theora/Diesen_Mearsheimer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627887/broadcast/Diesen_Mearsheimer.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627887/large_thumb/Diesen_Mearsheimer.jpg",
                "original": "https://upload.frikanalen.no/media/627887/original/Diesen_Mearsheimer.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:35:36.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-06-17T11:54:49.063837Z",
            "updatedTime": "2024-06-17T19:38:27.056086Z",
            "uploadedTime": "2024-06-17T12:55:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627887/theora/Diesen_Mearsheimer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627887/large_thumb/Diesen_Mearsheimer.jpg"
        },
        {
            "id": 627885,
            "name": "Til det palestinske folket",
            "header": "Trond Ali gir en støtteerklæring til det palestinske folket",
            "description": "Trond Ali gir en støtteerklæring til det palestinske folket",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627885/theora/2024-06-02 20-08-12.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627885/broadcast/2024-06-02 20-08-12.dv",
                "original": "https://upload.frikanalen.no/media/627885/original/2024-06-02 20-08-12.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627885/large_thumb/2024-06-02 20-08-12.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:05:26.920000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2024-06-08T11:14:51.723833Z",
            "updatedTime": "2024-06-17T19:56:54.371412Z",
            "uploadedTime": "2024-06-08T11:17:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627885/theora/2024-06-02 20-08-12.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627885/large_thumb/2024-06-02 20-08-12.jpg"
        },
        {
            "id": 627882,
            "name": "Shofar - Israel under beleiring",
            "header": "",
            "description": "14.april skjedde det et stort under. Med rakettregn over Israel\nfra Iran, ble 99% av alle missiler skutt ned. Det er et stort Guds under\nat det Israelske luftvært system kunne gjøre dette. I tillegg er det\nkrig mot Hamas, Hisbolla og Fatha. Gud verner sitt folk.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627882/theora/Shofar 224 Israel under beleiring.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627882/broadcast/Shofar 224 Israel under beleiring.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627882/large_thumb/Shofar 224 Israel under beleiring.jpg",
                "original": "https://upload.frikanalen.no/media/627882/original/Shofar 224 Israel under beleiring.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:28.860000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-06-05T21:23:19.044183Z",
            "updatedTime": "2024-06-05T22:25:18.836295Z",
            "uploadedTime": "2024-06-05T22:05:01.697561Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627882/theora/Shofar 224 Israel under beleiring.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627882/large_thumb/Shofar 224 Israel under beleiring.jpg"
        },
        {
            "id": 627880,
            "name": "Shofar - Nytt land i Midtøsten",
            "header": "",
            "description": "Europa og flere land går for å annerkjenne en Palestins stat i\nMidtøsten. På nytt skal Israel bytte bort landområder for fred. Her blir\ntema Jerusalem. Det er omtalt både som en løftesten og en tumleskål. Her\nfår også Norge på ny en utfordring.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627880/theora/Shofar 223 Nytt land i Midt�sten.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627880/broadcast/Shofar 223 Nytt land i Midt�sten.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627880/large_thumb/Shofar 223 Nytt land i Midt�sten.jpg",
                "original": "https://upload.frikanalen.no/media/627880/original/Shofar 223 Nytt land i Midt�sten.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:23:41.660000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-05-29T21:18:04.786789Z",
            "updatedTime": "2024-05-29T21:59:40.198661Z",
            "uploadedTime": "2024-05-29T21:34:44.143110Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627880/theora/Shofar 223 Nytt land i Midt�sten.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627880/large_thumb/Shofar 223 Nytt land i Midt�sten.jpg"
        }
    ]
}