List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&limit=50&offset=3250&ordering=created_time&page=70
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3372,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=created_time&page=70",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3200&ordering=created_time&page=70",
    "results": [
        {
            "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": 625458,
            "name": "Kommunenes digitale arkiv som et felleskomponent basert på fri programvare",
            "header": "Når alt var på papir så var arkivet en opplagt sentral enhet i en forvaltningsorgan. Dette er noe som egentlig ikke har fulgt med i overgangen til den digitale hverdagen og det digitale arkivet er blitt redusert til postmottak og saksbehandling. Resultatet er en forvaltning som svekker innbyggernes rettssikkerhet og et hull i rikets hukommelse. \r\n\r\nPolitikerne sier mye om digitalisering men hvis ikke det digitale arkivet får en sentral plass i IT-arkitekturen så vil digitaliseringsproblematikken fortsatt bli uløst. Denne viktige felleskomponenten burde være tilgjengelig som fri programvare slik at vi får mer kunnskap og innsikt i danningen og bevaringen av forvaltningens arkiver.\r\n\r\nDet kommunale arkivmiljøet sammen med HiOA har jobbet i flere år med et prosjekt for å realisere en NOARK5-kjerne basert på en fri programvare lisens.  Vi har på plass en løsning som kan fungere som en innsynsløsning for NOARK5-uttrekk og begynner nå arbeidet med å fullføre kjernen og få den godkjent. Dette er en REST/JSON-basert tjeneste og vi vil presentere løsningen til dere samtidig som vi diskuterer veien videre.  Kildekoden er tilgjengelig fra https://github.com/KDRS-SA/kdrs-toolbox-innsyn\r\n\r\nThomas Sødring jobber som førsteamanuensis på arkivutdanningen ved Høyskolen i Oslo og Akershus. Han er utdannet ved Dublin City University i Irland der han tok både bachelor og doktorgrad i Informatikk. Som forsker han han har jobbet både med informasjonsgjennfinning og simulering men de siste årene har han brukt tiden sin på problemene rundt arkiv og digitalisering, noe som har resultert i noen programmer som er gitt ut som fri programvare. På Høyskolen er han en del av en forskergruppe som heter METAINFO som forsker på metadata og dens bruk.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625458/theora/20150908-noark5-friprog-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625458/broadcast/20150908-noark5-friprog-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625458/large_thumb/20150908-noark5-friprog-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625458/small_thumb/20150908-noark5-friprog-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": "01:29:22.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.220537Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625458/theora/20150908-noark5-friprog-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625458/large_thumb/20150908-noark5-friprog-frikanalen.jpg"
        },
        {
            "id": 625459,
            "name": "TED - Christopher Soghoian: A brief history of phone wiretapping -- and how to avoid it",
            "header": "Who is listening in on your phone calls? On a landline, it could be anyone, says privacy activist Christopher Soghoian, because surveillance backdoors are built into the phone system by default, to allow governments to listen in. But then again, so could a foreign intelligence service ... or a criminal. Which is why, says Soghoian, some tech companies are resisting governments' call to build the same backdoors into mobile phones and new messaging systems. Learn how some tech companies are working to keep your calls and messages private.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625459/small_thumb/ChristopherSoghoian_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625459/theora/ChristopherSoghoian_2015U.ogv",
                "original": "https://upload.frikanalen.no/media/625459/original/ChristopherSoghoian_2015U.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625459/broadcast/ChristopherSoghoian_2015U.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625459/large_thumb/ChristopherSoghoian_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:06:20.340000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChristopherSoghoian_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.219044Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625459/theora/ChristopherSoghoian_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625459/large_thumb/ChristopherSoghoian_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": 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": 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": 625465,
            "name": "TED - Michael Green: How we can make the world a better place by 2030",
            "header": "Can we end hunger and poverty, halt climate change and achieve gender equality in the next 15 years? The governments of the world think we can. Meeting at the UN in September 2015, they agreed to a new set of Global Goals for the development of the world to 2030. Social progress expert Michael Green invites us to imagine how these goals and their vision for a better world can be achieved.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625465/theora/MichaelGreen_2015G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625465/broadcast/MichaelGreen_2015G.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625465/small_thumb/MichaelGreen_2015G.jpg",
                "original": "https://upload.frikanalen.no/media/625465/original/MichaelGreen_2015G.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625465/large_thumb/MichaelGreen_2015G.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:43.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MichaelGreen_2015G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.211789Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625465/theora/MichaelGreen_2015G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625465/large_thumb/MichaelGreen_2015G.jpg"
        },
        {
            "id": 625470,
            "name": "TED - Vijay Kumar: The future of flying robots",
            "header": "At his lab at the University of Pennsylvania, Vijay Kumar and his team have created autonomous aerial robots inspired by honeybees. Their latest breakthrough: Precision Farming, in which swarms of robots map, reconstruct and analyze every plant and piece of fruit in an orchard, providing vital information to farmers that can help improve yields and make water management smarter.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625470/original/VijayKumar_2015X.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625470/large_thumb/VijayKumar_2015X.jpg",
                "theora": "https://upload.frikanalen.no/media/625470/theora/VijayKumar_2015X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625470/broadcast/VijayKumar_2015X.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625470/small_thumb/VijayKumar_2015X.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:13:13.730000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/VijayKumar_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.203945Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625470/theora/VijayKumar_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625470/large_thumb/VijayKumar_2015X.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": 625475,
            "name": "TED - Harald Haas: Wireless data from every light bulb",
            "header": "What if every light bulb in the world could also transmit data? At TEDGlobal, Harald Haas demonstrates, for the first time, a device that could do exactly that. By flickering the light from a single LED, a change too quick for the human eye to detect, he can transmit far more data than a cellular tower -- and do it in a way that's more efficient, secure and widespread.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625475/theora/HaraldHaas_2011G.ogv",
                "original": "https://upload.frikanalen.no/media/625475/original/HaraldHaas_2011G.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625475/small_thumb/HaraldHaas_2011G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625475/broadcast/HaraldHaas_2011G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625475/large_thumb/HaraldHaas_2011G.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:12:51.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/HaraldHaas_2011G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.197744Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625475/theora/HaraldHaas_2011G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625475/large_thumb/HaraldHaas_2011G.jpg"
        },
        {
            "id": 625478,
            "name": "TED - Melissa Fleming: A boat carrying 500 refugees sunk at sea. The story of two survivors",
            "header": "Aboard an overloaded ship carrying more than 500 refugees, a young woman becomes an unlikely hero. This single, powerful story, told by Melissa Fleming of the UN's refugee agency, gives a human face to the sheer numbers of human beings trying to escape to better lives ... as the refugee ships keep coming ...\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625478/small_thumb/MelissaFleming_2015X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625478/large_thumb/MelissaFleming_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625478/original/MelissaFleming_2015X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625478/broadcast/MelissaFleming_2015X.dv",
                "theora": "https://upload.frikanalen.no/media/625478/theora/MelissaFleming_2015X.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:19:19.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MelissaFleming_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.193546Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625478/theora/MelissaFleming_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625478/large_thumb/MelissaFleming_2015X.jpg"
        },
        {
            "id": 625482,
            "name": "TED - James Veitch: This is what happens when you reply to spam email",
            "header": "Suspicious emails: unclaimed insurance bonds, diamond-encrusted safe deposit boxes, close friends marooned in a foreign country. They pop up in our inboxes, and standard procedure is to delete on sight. But what happens when you reply? Follow along as writer and comedian James Veitch narrates a hilarious, months-long exchange with a spammer who offered to cut him in on a hot deal.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625482/large_thumb/JamesVeitch_2015G.jpg",
                "original": "https://upload.frikanalen.no/media/625482/original/JamesVeitch_2015G.mp4",
                "theora": "https://upload.frikanalen.no/media/625482/theora/JamesVeitch_2015G.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625482/small_thumb/JamesVeitch_2015G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625482/broadcast/JamesVeitch_2015G.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:09:52.320000",
            "categories": [
                "Samfunn og politikk",
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JamesVeitch_2015G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.187776Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625482/theora/JamesVeitch_2015G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625482/large_thumb/JamesVeitch_2015G.jpg"
        },
        {
            "id": 625484,
            "name": "TED - Johann Hari: Everything you think you know about addiction is wrong",
            "header": "What really causes addiction — to everything from cocaine to smart-phones? And how can we overcome it? Johann Hari has seen our current methods fail firsthand, as he has watched loved ones struggle to manage their addictions. He started to wonder why we treat addicts the way we do — and if there might be a better way. As he shares in this deeply personal talk, his questions took him around the world, and unearthed some surprising and hopeful ways of thinking about an age-old problem.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625484/original/JohannHari_2015G.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625484/broadcast/JohannHari_2015G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625484/large_thumb/JohannHari_2015G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625484/small_thumb/JohannHari_2015G.jpg",
                "theora": "https://upload.frikanalen.no/media/625484/theora/JohannHari_2015G.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:14:46.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JohannHari_2015G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.185006Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625484/theora/JohannHari_2015G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625484/large_thumb/JohannHari_2015G.jpg"
        },
        {
            "id": 625485,
            "name": "TED - Andreas Ekström: The moral bias behind your search results",
            "header": "Search engines have become our most trusted sources of information and arbiters of truth. But can we ever get an unbiased search result? Swedish author and journalist Andreas Ekström argues that such a thing is a philosophical impossibility. In this thoughtful talk, he calls on us to strengthen the bonds between technology and the humanities, and he reminds us that behind every algorithm is a set of personal beliefs that no code can ever completely eradicate.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625485/broadcast/AndreasEkstrom_2015X.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625485/large_thumb/AndreasEkstrom_2015X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625485/small_thumb/AndreasEkstrom_2015X.jpg",
                "theora": "https://upload.frikanalen.no/media/625485/theora/AndreasEkstrom_2015X.ogv",
                "original": "https://upload.frikanalen.no/media/625485/original/AndreasEkstrom_2015X.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:22.740000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AndreasEkstrom_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.183642Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625485/theora/AndreasEkstrom_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625485/large_thumb/AndreasEkstrom_2015X.jpg"
        },
        {
            "id": 625496,
            "name": "Random Aussies - Meningie",
            "header": "Random Aussies - Meningie\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": {
                "original": "https://upload.frikanalen.no/media/625496/original/9 - Meningie.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625496/broadcast/9 - Meningie.dv",
                "theora": "https://upload.frikanalen.no/media/625496/theora/9 - Meningie.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625496/large_thumb/9 - Meningie.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625496/small_thumb/9 - Meningie.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:11",
            "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:02:42.214378Z",
            "uploadedTime": "2016-05-29T22:23:40.063800Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625496/theora/9 - Meningie.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625496/large_thumb/9 - Meningie.jpg"
        },
        {
            "id": 625424,
            "name": "MakerCon - Open-Source Adventuring: OpenROV, OpenExplorer and the Future of Connected Exploration",
            "header": "David Lang at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625424/theora/makercon-19-2014-10-17-openrov-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625424/small_thumb/makercon-19-2014-10-17-openrov-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625424/large_thumb/makercon-19-2014-10-17-openrov-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625424/broadcast/makercon-19-2014-10-17-openrov-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:21:54.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.260541Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625424/theora/makercon-19-2014-10-17-openrov-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625424/large_thumb/makercon-19-2014-10-17-openrov-frikanalen.jpg"
        },
        {
            "id": 625420,
            "name": "MakerCon - The Impact of the Maker Movement",
            "header": "Mike Senese at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625420/theora/makercon-05-2014-10-17-maker-movement-impact-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625420/large_thumb/makercon-05-2014-10-17-maker-movement-impact-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625420/broadcast/makercon-05-2014-10-17-maker-movement-impact-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625420/small_thumb/makercon-05-2014-10-17-maker-movement-impact-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:26:19.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.265947Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625420/theora/makercon-05-2014-10-17-maker-movement-impact-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625420/large_thumb/makercon-05-2014-10-17-maker-movement-impact-frikanalen.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": 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": 625426,
            "name": "MakerCon - Autodesk’s 3D Printing Platform: Sparking innovation",
            "header": "Hilde Sevens at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625426/theora/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625426/large_thumb/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625426/small_thumb/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625426/broadcast/makercon-30-2014-10-17-autodesk-3d-print-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:09.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.257833Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625426/theora/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625426/large_thumb/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.jpg"
        },
        {
            "id": 625504,
            "name": "TED - Lucianne Walkowicz: Let's not use Mars as a backup planet",
            "header": "Stellar astronomer and TED Senior Fellow Lucianne Walkowicz works on NASA's Kepler mission, searching for places in the universe that could support life. So it's worth a listen when she asks us to think carefully about Mars. In this short talk, she suggests that we stop dreaming of Mars as a place that we'll eventually move to when we've messed up Earth, and to start thinking of planetary exploration and preservation of the Earth as two sides of the same goal. As she says, \"The more you look for planets like Earth, the more you appreciate our own planet.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625504/small_thumb/LucianneWalkowicz_2015U.jpg",
                "original": "https://upload.frikanalen.no/media/625504/original/LucianneWalkowicz_2015U.mp4",
                "theora": "https://upload.frikanalen.no/media/625504/theora/LucianneWalkowicz_2015U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625504/large_thumb/LucianneWalkowicz_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625504/broadcast/LucianneWalkowicz_2015U.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:05:54.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LucianneWalkowicz_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.157923Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625504/theora/LucianneWalkowicz_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625504/large_thumb/LucianneWalkowicz_2015U.jpg"
        },
        {
            "id": 625507,
            "name": "TED - Daniel Kish: How I use sonar to navigate the world",
            "header": "Daniel Kish has been blind since he was 13 months old, but has learned to “see” using a form of echolocation. He clicks his tongue and sends out flashes of sound that bounce off surfaces in the environment and return to him, helping him to construct an understanding of the space around him. In a rousing talk, Kish demonstrates how this works and asks us to let go of our fear of the “dark unknown.”\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625507/original/DanielKish_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625507/broadcast/DanielKish_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625507/small_thumb/DanielKish_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:13:07.340000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielKish_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.153796Z",
            "uploadedTime": "2016-04-27T17:54:29.690855Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg"
        },
        {
            "id": 625512,
            "name": "TED - David Rothkopf: How fear drives American politics",
            "header": "Does it seem like Washington has no new ideas? Instead of looking to build the future, it sometimes feels like the US political establishment happily retreats into fear and willful ignorance. Journalist David Rothkopf lays out a few of the major issues that US leadership is failing to address — from cybercrime to world-shaking new tech to the reality of modern total war — and calls for a new vision that sets fear aside.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625512/original/DavidRothkopf1_2015.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625512/small_thumb/DavidRothkopf1_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625512/broadcast/DavidRothkopf1_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:18:04.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidRothkopf1_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.146619Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.jpg"
        },
        {
            "id": 625516,
            "name": "TED - Paul Greenberg: The four fish we're overeating -- and what to eat instead",
            "header": "The way we fish for popular seafood such as salmon, tuna and shrimp is threatening to ruin our oceans. Paul Greenberg explores the sheer size and irrationality of the seafood economy, and suggests a few specific ways we can change it, to benefit both the natural world and the people who depend on fishing for their livelihoods.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625516/theora/PaulGreenberg_2015Z.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625516/small_thumb/PaulGreenberg_2015Z.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625516/broadcast/PaulGreenberg_2015Z.dv",
                "original": "https://upload.frikanalen.no/media/625516/original/PaulGreenberg_2015Z.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625516/large_thumb/PaulGreenberg_2015Z.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:28.700000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/PaulGreenberg_2015Z",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.141008Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625516/theora/PaulGreenberg_2015Z.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625516/large_thumb/PaulGreenberg_2015Z.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": 625523,
            "name": "TED - Tania Simoncelli: How I took on the gene patent industry -- and won",
            "header": "Are human genes patentable? Back in 2005, when Tania Simoncelli first contemplated this complex question, US patent law said they were — which meant patent holders had the right to stop anyone from sequencing, testing or even looking at a patented gene. Troubled by the way this law both harmed patients and created a barrier to biomedical innovation, Simoncelli and her colleagues at the ACLU challenged it. In this riveting talk, hear the story of how they took a case everybody told them they would lose all the way to the Supreme Court.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625523/small_thumb/TaniaSimoncelli_2014X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625523/large_thumb/TaniaSimoncelli_2014X.jpg",
                "theora": "https://upload.frikanalen.no/media/625523/theora/TaniaSimoncelli_2014X.ogv",
                "original": "https://upload.frikanalen.no/media/625523/original/TaniaSimoncelli_2014X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625523/broadcast/TaniaSimoncelli_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:18:09.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TaniaSimoncelli_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.138250Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625523/theora/TaniaSimoncelli_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625523/large_thumb/TaniaSimoncelli_2014X.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": 625318,
            "name": "TED - David Pizarro: The strange politics of disgust",
            "header": "What does a disgusting image have to do with how you vote? Equipped with surveys and experiments, psychologist David Pizarro demonstrates a correlation between sensitivity to disgusting cues -- a photo of feces, an unpleasant odor -- and moral and political conservatism. (Filmed at TEDxEast.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625318/large_thumb/DavidPizarro_2012X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625318/small_thumb/DavidPizarro_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625318/theora/DavidPizarro_2012X.ogv",
                "original": "https://upload.frikanalen.no/media/625318/original/DavidPizarro_2012X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625318/broadcast/DavidPizarro_2012X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:02.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidPizarro_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.405505Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625318/theora/DavidPizarro_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625318/large_thumb/DavidPizarro_2012X.jpg"
        },
        {
            "id": 625317,
            "name": "TED - Bruce Feiler: Agile programming -- for your family",
            "header": "Bruce Feiler has a radical idea: To deal with the stress of modern family life, go agile. Inspired by agile software programming, Feiler introduces family practices which encourage flexibility, bottom-up idea flow, constant feedback and accountability. One surprising feature: Kids pick their own punishments.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625317/small_thumb/BruceFeiler_2013S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625317/large_thumb/BruceFeiler_2013S.jpg",
                "theora": "https://upload.frikanalen.no/media/625317/theora/BruceFeiler_2013S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625317/broadcast/BruceFeiler_2013S.dv",
                "original": "https://upload.frikanalen.no/media/625317/original/BruceFeiler_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:18:00.590000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BruceFeiler_2013S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.407090Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625317/theora/BruceFeiler_2013S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625317/large_thumb/BruceFeiler_2013S.jpg"
        },
        {
            "id": 625316,
            "name": "TED - Afra Raymond: Three myths about corruption",
            "header": "Trinidad and Tobago amassed great wealth in the 1970s thanks to oil. But in 1982, a shocking fact was revealed -- that 2 out of every 3 dollars earmarked for development had been wasted or stolen. This has haunted Afra Raymond for 30 years. Shining a flashlight on a continued history of government corruption, Raymond gives us a reframing of financial crime. (Filmed at TEDxPortofSpain.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625316/small_thumb/AfraRaymond_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625316/large_thumb/AfraRaymond_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625316/theora/AfraRaymond_2012X.ogv",
                "original": "https://upload.frikanalen.no/media/625316/original/AfraRaymond_2012X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625316/broadcast/AfraRaymond_2012X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:09.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AfraRaymond_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.408505Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625316/theora/AfraRaymond_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625316/large_thumb/AfraRaymond_2012X.jpg"
        },
        {
            "id": 625335,
            "name": "TED - Ken Robinson: How to escape education's death valley",
            "header": "Sir Ken Robinson outlines 3 principles crucial for the human mind to flourish -- and how current education culture works against them. In a funny, stirring talk he tells us how to get out of the educational \"death valley\" we now face, and how to nurture our youngest generations with a climate of possibility.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625335/large_thumb/SirKenRobinson_2013S.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625335/small_thumb/SirKenRobinson_2013S.jpg",
                "theora": "https://upload.frikanalen.no/media/625335/theora/SirKenRobinson_2013S.ogv",
                "original": "https://upload.frikanalen.no/media/625335/original/SirKenRobinson_2013S.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625335/broadcast/SirKenRobinson_2013S.dv"
            },
            "creator": "peter@bsdly.net",
            "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:19:11.220000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SirKenRobinson_2013S",
            "createdTime": null,
            "updatedTime": "2023-12-23T22:54:31.136877Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625335/theora/SirKenRobinson_2013S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625335/large_thumb/SirKenRobinson_2013S.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": 625309,
            "name": "TED - Leah Buechley: How to “sketch” with electronics",
            "header": "Designing electronics is generally cumbersome and expensive -- or was, until Leah Buechley and her team at MIT developed tools to treat electronics just like paper and pen. In this talk from TEDYouth 2011, Buechley shows some of her charming designs, like a paper piano you can sketch and then play.\r\n\r\nBackground music by DJ Shadow.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625309/small_thumb/LeahBuechley_2011Y.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625309/large_thumb/LeahBuechley_2011Y.jpg",
                "theora": "https://upload.frikanalen.no/media/625309/theora/LeahBuechley_2011Y.ogv",
                "original": "https://upload.frikanalen.no/media/625309/original/LeahBuechley_2011Y.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625309/broadcast/LeahBuechley_2011Y.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:06:33.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://archive.org/details/LeahBuechley_2011Y",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.411180Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625309/theora/LeahBuechley_2011Y.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625309/large_thumb/LeahBuechley_2011Y.jpg"
        },
        {
            "id": 625481,
            "name": "TED - Nancy Lublin: Texting that saves lives",
            "header": "When Nancy Lublin started texting teenagers to help with her social advocacy organization, what she found was shocking -- they started texting back about their own problems, from bullying to depression to abuse. So she's setting up a text-only crisis line, and the results might be even more important than she expected.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625481/small_thumb/NancyLublin_2012U.jpg",
                "original": "https://upload.frikanalen.no/media/625481/original/NancyLublin_2012U.mp4",
                "theora": "https://upload.frikanalen.no/media/625481/theora/NancyLublin_2012U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625481/large_thumb/NancyLublin_2012U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625481/broadcast/NancyLublin_2012U.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:05:24.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/NancyLublin_2012U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.189198Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625481/theora/NancyLublin_2012U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625481/large_thumb/NancyLublin_2012U.jpg"
        },
        {
            "id": 625320,
            "name": "TED - Erik Schlangen: A \"self-healing\" asphalt",
            "header": "Paved roads are nice to look at, but they’re easily damaged and costly to repair. Erik Schlangen demos a new type of porous asphalt made of simple materials with an astonishing feature: When cracked, it can be “healed” by induction heating. (Filmed at TEDxDelft.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625320/small_thumb/ErikSchlangen_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625320/broadcast/ErikSchlangen_2012X.dv",
                "original": "https://upload.frikanalen.no/media/625320/original/ErikSchlangen_2012X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:50.460000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ErikSchlangen_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.402772Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg"
        },
        {
            "id": 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": 625322,
            "name": "TED - James B. Glattfelder: Who controls the world?",
            "header": "James Glattfelder studies complexity: how an interconnected system -- say, a swarm of birds -- is more than the sum of its parts. And complexity theory, it turns out, can reveal a lot about how the economy works. Glattfelder shares a groundbreaking study of how control flows through the global economy, and how concentration of power in the hands of a shockingly small number leaves us all vulnerable. (Filmed at TEDxZurich.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625322/large_thumb/JamesBGlattfelder_2012X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625322/small_thumb/JamesBGlattfelder_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625322/theora/JamesBGlattfelder_2012X.ogv",
                "original": "https://upload.frikanalen.no/media/625322/original/JamesBGlattfelder_2012X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625322/broadcast/JamesBGlattfelder_2012X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:10.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JamesBGlattfelder_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.400101Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625322/theora/JamesBGlattfelder_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625322/large_thumb/JamesBGlattfelder_2012X.jpg"
        },
        {
            "id": 625323,
            "name": "TED - Keith Chen: Could your language affect your ability to save money?",
            "header": "What can economists learn from linguists? Behavioral economist Keith Chen introduces a fascinating pattern from his research: that languages without a concept for the future -- \"It rain tomorrow,\" instead of \"It will rain tomorrow\" -- correlate strongly with high savings rates. <a href=\"http://blog.ted.com/2013/02/19/saving-for-a-rainy-day-keith-chen-on-language-that-forecasts-weather-and-behavior/\" rel=\"nofollow\">Read more about Chen’s explorations »</a>\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625323/small_thumb/KeithChen_2012G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625323/large_thumb/KeithChen_2012G.jpg",
                "theora": "https://upload.frikanalen.no/media/625323/theora/KeithChen_2012G.ogv",
                "original": "https://upload.frikanalen.no/media/625323/original/KeithChen_2012G.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625323/broadcast/KeithChen_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:12:13.100000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/KeithChen_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.398708Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625323/theora/KeithChen_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625323/large_thumb/KeithChen_2012G.jpg"
        },
        {
            "id": 625497,
            "name": "Random Aussies - Victor Harbor",
            "header": "Random Aussies - Victor Harbor\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": {
                "original": "https://upload.frikanalen.no/media/625497/original/10 - Victor Harbor.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625497/broadcast/10 - Victor Harbor.dv",
                "theora": "https://upload.frikanalen.no/media/625497/theora/10 - Victor Harbor.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625497/small_thumb/10 - Victor Harbor.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625497/large_thumb/10 - Victor Harbor.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:24:53",
            "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:02:24.333352Z",
            "uploadedTime": "2016-05-29T22:23:36.139086Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625497/theora/10 - Victor Harbor.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625497/large_thumb/10 - Victor Harbor.jpg"
        },
        {
            "id": 625324,
            "name": "TED - Laura Snyder: The Philosophical Breakfast Club",
            "header": "In 1812, four men at Cambridge University met for breakfast. What began as an impassioned meal grew into a new scientific revolution, in which these men -- who called themselves “natural philosophers” until they later coined “scientist” -- introduced four major principles into scientific inquiry. Historian and philosopher Laura Snyder tells their intriguing story.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625324/large_thumb/LauraSnyder_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625324/small_thumb/LauraSnyder_2012G.jpg",
                "theora": "https://upload.frikanalen.no/media/625324/theora/LauraSnyder_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625324/broadcast/LauraSnyder_2012G.dv",
                "original": "https://upload.frikanalen.no/media/625324/original/LauraSnyder_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:12:34.630000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LauraSnyder_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.397332Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625324/theora/LauraSnyder_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625324/large_thumb/LauraSnyder_2012G.jpg"
        },
        {
            "id": 625325,
            "name": "TED - Lawrence Lessig: We the People, and the Republic we must reclaim",
            "header": "There is a corruption at the heart of American politics, caused by the dependence of Congressional candidates on funding from the tiniest percentage of citizens. That's the argument at the core of this blistering talk by legal scholar Lawrence Lessig. With rapid-fire visuals, he shows how the funding process weakens the Republic in the most fundamental way, and issues a rallying bipartisan cry that will resonate with many in the U.S. and beyond.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625325/small_thumb/LarryLessig_2013.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625325/large_thumb/LarryLessig_2013.jpg",
                "theora": "https://upload.frikanalen.no/media/625325/theora/LarryLessig_2013.ogv",
                "original": "https://upload.frikanalen.no/media/625325/original/LarryLessig_2013.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625325/broadcast/LarryLessig_2013.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:18:19.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LarryLessig_2013",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.396010Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625325/theora/LarryLessig_2013.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625325/large_thumb/LarryLessig_2013.jpg"
        },
        {
            "id": 625488,
            "name": "Random Aussies - Batemans Bay",
            "header": "Random Aussies - Batemans Bay\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": {
                "original": "https://upload.frikanalen.no/media/625488/original/2 - Batemans Bay.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625488/broadcast/2 - Batemans Bay.dv",
                "theora": "https://upload.frikanalen.no/media/625488/theora/2 - Batemans Bay.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625488/large_thumb/2 - Batemans Bay.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625488/small_thumb/2 - Batemans Bay.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:24:09",
            "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:04:24.970510Z",
            "uploadedTime": "2016-05-29T22:24:20.850748Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625488/theora/2 - Batemans Bay.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625488/large_thumb/2 - Batemans Bay.jpg"
        },
        {
            "id": 625328,
            "name": "TED - Tom Wujec: Got a wicked problem? First, tell me how you make toast",
            "header": "Making toast doesn’t sound very complicated — until someone asks you to draw the process, step by step. Tom Wujec loves asking people and teams to draw how they make toast, because the process reveals unexpected truths about how we can solve our biggest, most complicated problems at work. Learn how to run this exercise yourself, and hear Wujec’s surprising insights from watching thousands of people draw toast.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625328/small_thumb/TomWujec_2013G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625328/large_thumb/TomWujec_2013G.jpg",
                "theora": "https://upload.frikanalen.no/media/625328/theora/TomWujec_2013G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625328/broadcast/TomWujec_2013G.dv",
                "original": "https://upload.frikanalen.no/media/625328/original/TomWujec_2013G.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:05.510000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TomWujec_2013G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.391809Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625328/theora/TomWujec_2013G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625328/large_thumb/TomWujec_2013G.jpg"
        },
        {
            "id": 625490,
            "name": "Random Aussies - Griffith",
            "header": "Random Aussies - Griffith\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": {
                "original": "https://upload.frikanalen.no/media/625490/original/3 - Griffith.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625490/broadcast/3 - Griffith.dv",
                "theora": "https://upload.frikanalen.no/media/625490/theora/3 - Griffith.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625490/small_thumb/3 - Griffith.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625490/large_thumb/3 - Griffith.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:09",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:04:01.613436Z",
            "uploadedTime": "2016-05-29T22:24:14.443536Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625490/theora/3 - Griffith.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625490/large_thumb/3 - Griffith.jpg"
        },
        {
            "id": 625491,
            "name": "Random Aussies - Teamworth",
            "header": "Random Aussies - Teamworth\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": {
                "original": "https://upload.frikanalen.no/media/625491/original/4 - Tamworth.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625491/broadcast/4 - Tamworth.dv",
                "theora": "https://upload.frikanalen.no/media/625491/theora/4 - Tamworth.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625491/large_thumb/4 - Tamworth.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625491/small_thumb/4 - Tamworth.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:24:58",
            "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:03:49.706828Z",
            "uploadedTime": "2016-05-29T22:24:10.927679Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625491/theora/4 - Tamworth.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625491/large_thumb/4 - Tamworth.jpg"
        },
        {
            "id": 625492,
            "name": "Random Aussies - Stanthorpe",
            "header": "Random Aussies - Stanthorpe\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/625492/broadcast/5 - Stanthorpe.dv",
                "original": "https://upload.frikanalen.no/media/625492/original/5 - Stanthorpe.mp4",
                "theora": "https://upload.frikanalen.no/media/625492/theora/5 - Stanthorpe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625492/small_thumb/5 - Stanthorpe.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625492/large_thumb/5 - Stanthorpe.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:03:39.262059Z",
            "uploadedTime": "2016-05-29T22:24:07.111088Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625492/theora/5 - Stanthorpe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625492/large_thumb/5 - Stanthorpe.jpg"
        },
        {
            "id": 625493,
            "name": "Random Aussies - Bundaberg",
            "header": "Random Aussies - Bundaberg\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": {
                "original": "https://upload.frikanalen.no/media/625493/original/6- Bundaberg.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625493/broadcast/6- Bundaberg.dv",
                "theora": "https://upload.frikanalen.no/media/625493/theora/6- Bundaberg.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625493/large_thumb/6- Bundaberg.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625493/small_thumb/6- Bundaberg.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:04",
            "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:03:26.757420Z",
            "uploadedTime": "2016-05-29T22:24:04.641387Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625493/theora/6- Bundaberg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625493/large_thumb/6- Bundaberg.jpg"
        },
        {
            "id": 625494,
            "name": "Random Aussies - Mooloolaba",
            "header": "Random Aussies - Mooloolaba\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": {
                "original": "https://upload.frikanalen.no/media/625494/original/7 - Mooloolaba.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625494/broadcast/7 - Mooloolaba.dv",
                "theora": "https://upload.frikanalen.no/media/625494/theora/7 - Mooloolaba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625494/small_thumb/7 - Mooloolaba.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625494/large_thumb/7 - Mooloolaba.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:24:21",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:03:10.979454Z",
            "uploadedTime": "2016-05-29T22:23:57.307940Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625494/theora/7 - Mooloolaba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625494/large_thumb/7 - Mooloolaba.jpg"
        },
        {
            "id": 625495,
            "name": "Random Aussies - Hamilton",
            "header": "Random Aussies - Hamilton\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/625495/broadcast/8 - Hamilton.dv",
                "original": "https://upload.frikanalen.no/media/625495/original/8 - Hamilton.mp4",
                "theora": "https://upload.frikanalen.no/media/625495/theora/8 - Hamilton.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625495/small_thumb/8 - Hamilton.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625495/large_thumb/8 - Hamilton.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:10",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:02:54.339078Z",
            "uploadedTime": "2016-05-29T22:23:43.774484Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625495/theora/8 - Hamilton.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625495/large_thumb/8 - Hamilton.jpg"
        }
    ]
}