List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=2650&ordering=ref_url
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2700&ordering=ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2600&ordering=ref_url",
    "results": [
        {
            "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": 625347,
            "name": "TED - Michael Specter: The danger of science denial",
            "header": "Vaccine-autism claims, \"Frankenfood\" bans, the herbal cure craze: All point to the public's growing fear (and, often, outright denial) of science and reason, says Michael Specter. He warns the trend spells disaster for human progress.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625347/small_thumb/MichaelSpecter_2010.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625347/large_thumb/MichaelSpecter_2010.jpg",
                "original": "https://upload.frikanalen.no/media/625347/original/MichaelSpecter_2010.mp4",
                "theora": "https://upload.frikanalen.no/media/625347/theora/MichaelSpecter_2010.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625347/broadcast/MichaelSpecter_2010.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:16:29.430000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MichaelSpecter_2010",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.365540Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625347/theora/MichaelSpecter_2010.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625347/large_thumb/MichaelSpecter_2010.jpg"
        },
        {
            "id": 625337,
            "name": "TED - Mitch Resnick: Let's teach kids to code",
            "header": "Coding isn’t just for computer whizzes, says Mitch Resnick of MIT Media Lab -- it’s for everyone. In a fun, demo-filled talk Resnick outlines the benefits of teaching kids to code, so they can do more than just “read” new technologies -- but also create them. (Filmed at TEDxBeaconStreet.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625337/large_thumb/MitchResnick_2012X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625337/small_thumb/MitchResnick_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625337/theora/MitchResnick_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625337/broadcast/MitchResnick_2012X.dv",
                "original": "https://upload.frikanalen.no/media/625337/original/MitchResnick_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:16:48.930000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MitchResnick_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.379245Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625337/theora/MitchResnick_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625337/large_thumb/MitchResnick_2012X.jpg"
        },
        {
            "id": 625904,
            "name": "TED - Monica Lewinsky: The price of shame",
            "header": "\"Public shaming as a blood sport has to stop,\" says Monica Lewinsky. In 1998, she says, “I was Patient Zero of losing a personal reputation on a global scale almost instantaneously.” Today, the kind of online public shaming she went through has become constant — and can turn deadly. In a brave talk, she takes a hard look at our online culture of humiliation, and asks for a different way.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625904/small_thumb/MonicaLewinsky_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625904/large_thumb/MonicaLewinsky_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625904/original/MonicaLewinsky_2015.mp4",
                "theora": "https://upload.frikanalen.no/media/625904/theora/MonicaLewinsky_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625904/broadcast/MonicaLewinsky_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:22:30.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MonicaLewinsky_2015",
            "createdTime": "2017-07-02T03:50:16.069856Z",
            "updatedTime": "2018-11-10T18:29:26.569104Z",
            "uploadedTime": "2017-07-02T06:50:29.615901Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625904/theora/MonicaLewinsky_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625904/large_thumb/MonicaLewinsky_2015.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": 625372,
            "name": "TED - Nathalie Cabrol: How Mars might hold the secret to the origin of life",
            "header": "While we like to imagine little green men, it’s far more likely that life on other planets will be microbial. Planetary scientist Nathalie Cabrol takes us inside the search for microbes on Mars, a hunt which counterintuitively leads us to the remote lakes of the Andes mountains. This extreme environment — with its thin atmosphere and scorched land — approximates the surface of Mars about 3.5 billion years ago. How microbes adapt to survive here may just show us where to look on Mars — and could help us understand why some microbial pathways lead to civilization while others are a dead end.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625372/theora/NathalieCabrol_2015.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625372/large_thumb/NathalieCabrol_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625372/broadcast/NathalieCabrol_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625372/small_thumb/NathalieCabrol_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625372/original/NathalieCabrol_2015.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:16:06.230000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/NathalieCabrol_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.331387Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625372/theora/NathalieCabrol_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625372/large_thumb/NathalieCabrol_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": 625333,
            "name": "TED - Peter van Manen: How can Formula 1 racing help ... babies?",
            "header": "During a Formula 1 race, a car sends hundreds of millions of data points to its garage for real-time analysis and feedback. So why not use this detailed and rigorous data system elsewhere, like ... at children’s hospitals? Peter van Manen tells us more.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625333/small_thumb/PeterVanManen_2013X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625333/large_thumb/PeterVanManen_2013X.jpg",
                "theora": "https://upload.frikanalen.no/media/625333/theora/PeterVanManen_2013X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625333/broadcast/PeterVanManen_2013X.dv",
                "original": "https://upload.frikanalen.no/media/625333/original/PeterVanManen_2013X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:07:56.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/PeterVanManen_2013X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.384690Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625333/theora/PeterVanManen_2013X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625333/large_thumb/PeterVanManen_2013X.jpg"
        },
        {
            "id": 625445,
            "name": "TED - Rajiv Maheswaran: The math behind basketball's wildest moves",
            "header": "Basketball is a fast-moving game of improvisation, contact and, ahem, spatio-temporal pattern recognition. Rajiv Maheswaran and his colleagues are analyzing the movements behind the key plays of the game, to help coaches and players combine intuition with new data. Bonus: What they're learning could help us understand how humans move everywhere.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625445/small_thumb/RajivMaheswaran_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625445/original/RajivMaheswaran_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625445/broadcast/RajivMaheswaran_2015.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:12.360000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RajivMaheswaran_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.233239Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg"
        },
        {
            "id": 625900,
            "name": "TED - Richard Browning: How I built a jet suit",
            "header": "We've all dreamed of flying — but for Richard Browning, flight is an obsession. He's built an Iron Man-like suit that leans on an elegant collaboration of mind, body and technology, bringing science fiction dreams a little closer to reality. Learn more about the trial and error process behind his invention and take flight with Browning in an unforgettable demo.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625900/large_thumb/RichardBrowning_2017.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625900/small_thumb/RichardBrowning_2017.jpg",
                "theora": "https://upload.frikanalen.no/media/625900/theora/RichardBrowning_2017.ogv",
                "original": "https://upload.frikanalen.no/media/625900/original/RichardBrowning_2017.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625900/broadcast/RichardBrowning_2017.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:07:13.030000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RichardBrowning_2017",
            "createdTime": "2017-06-25T10:38:43.607038Z",
            "updatedTime": "2018-11-10T18:29:26.571896Z",
            "uploadedTime": "2017-06-25T11:47:07.811194Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625900/theora/RichardBrowning_2017.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625900/large_thumb/RichardBrowning_2017.jpg"
        },
        {
            "id": 625540,
            "name": "TED - Robert Palmer: The Panama Papers exposed a huge global problem. What's next?",
            "header": "On April 3, 2016 we saw the largest data leak in history. The Panama Papers exposed rich and powerful people hiding vast amounts of money in offshore accounts. But what does it all mean? We called Robert Palmer of Global Witness to find out.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625540/broadcast/RobertPalmer_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625540/small_thumb/RobertPalmer_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625540/theora/RobertPalmer_2016.ogv",
                "original": "https://upload.frikanalen.no/media/625540/original/RobertPalmer_2016.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625540/large_thumb/RobertPalmer_2016.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:07:49.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RobertPalmer_2016",
            "createdTime": "2016-04-28T07:56:25.218536Z",
            "updatedTime": "2018-11-10T18:29:27.114067Z",
            "uploadedTime": "2016-04-28T08:07:27.257093Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625540/theora/RobertPalmer_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625540/large_thumb/RobertPalmer_2016.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": 625345,
            "name": "TED - Rob Reid: The $8 billion iPod",
            "header": "Comic author Rob Reid unveils Copyright Math (TM), a remarkable new field of study based on actual numbers from entertainment industry lawyers and lobbyists.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625345/large_thumb/RobReid_2012.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625345/small_thumb/RobReid_2012.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625345/broadcast/RobReid_2012.dv",
                "original": "https://upload.frikanalen.no/media/625345/original/RobReid_2012.mp4",
                "theora": "https://upload.frikanalen.no/media/625345/theora/RobReid_2012.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:05:11.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RobReid_2012",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.368409Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625345/theora/RobReid_2012.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625345/large_thumb/RobReid_2012.jpg"
        },
        {
            "id": 625331,
            "name": "TED - Ron Finley: A guerilla gardener in South Central LA",
            "header": "Ron Finley plants vegetable gardens in South Central LA -- in abandoned lots, traffic medians, along the curbs. Why? For fun, for defiance, for beauty and to offer some alternative to fast food in a community where \"the drive-thrus are killing more people than the drive-bys.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625331/small_thumb/RonFinley_2013.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625331/large_thumb/RonFinley_2013.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625331/broadcast/RonFinley_2013.dv",
                "theora": "https://upload.frikanalen.no/media/625331/theora/RonFinley_2013.ogv",
                "original": "https://upload.frikanalen.no/media/625331/original/RonFinley_2013.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:10:45.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RonFinley_2013",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.387405Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625331/theora/RonFinley_2013.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625331/large_thumb/RonFinley_2013.jpg"
        },
        {
            "id": 625966,
            "name": "TED - Rutger Bregman: Poverty isn't a lack of character; it's a lack of cash",
            "header": "\"Ideas can and do change the world,\" says historian Rutger Bregman, sharing his case for a provocative one: guaranteed basic income. Learn more about the idea's 500-year history and a forgotten modern experiment where it actually worked — and imagine how much energy and talent we would unleash if we got rid of poverty once and for all.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625966/theora/RutgerBregman_2017.ogv",
                "original": "https://upload.frikanalen.no/media/625966/original/RutgerBregman_2017.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625966/broadcast/RutgerBregman_2017.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625966/small_thumb/RutgerBregman_2017.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625966/large_thumb/RutgerBregman_2017.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:02.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RutgerBregman_2017",
            "createdTime": "2017-12-21T07:58:28.543159Z",
            "updatedTime": "2018-11-10T18:29:26.534907Z",
            "uploadedTime": "2017-12-21T08:14:59.510277Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625966/theora/RutgerBregman_2017.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625966/large_thumb/RutgerBregman_2017.jpg"
        },
        {
            "id": 625354,
            "name": "TED - Sanjay Pradhan: How open data is changing international aid",
            "header": "How do we make sure that development and aid money actually goes to the people who most need it? Sanjay Pradhan of the World Bank Institute lays out three guidelines to help relief efforts make the most impact — while curbing corruption. One key: connecting the players who are working to change broken systems with the data they need.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625354/small_thumb/SanjayPradhan_2012G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625354/original/SanjayPradhan_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625354/broadcast/SanjayPradhan_2012G.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:17.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SanjayPradhan_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.356056Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg"
        },
        {
            "id": 625526,
            "name": "TED - Sean Follmer: Shape-shifting tech will change work as we know it",
            "header": "What will the world look like when we move beyond the keyboard and mouse? Interaction designer Sean Follmer is building a future with machines that bring information to life under your fingers as you work with it. In this talk, check out prototypes for a 3D shape-shifting table, a phone that turns into a wristband, a deformable game controller and more that may change the way we live and work.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625526/broadcast/SeanFollmer_2015X.dv",
                "original": "https://upload.frikanalen.no/media/625526/original/SeanFollmer_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625526/small_thumb/SeanFollmer_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:09:26.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SeanFollmer_2015X",
            "createdTime": "2016-04-09T19:19:00Z",
            "updatedTime": "2018-11-10T18:29:27.134044Z",
            "uploadedTime": "2016-04-09T19:19:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg"
        },
        {
            "id": 625867,
            "name": "TED - Seema Bansal: How to fix a broken education system ... without any more money",
            "header": "Seema Bansal forged a path to public education reform for 15,000 schools in Haryana, India, by setting an ambitious goal: by 2020, 80 percent of children should have grade-level knowledge. She's looking to meet this goal by seeking reforms that will work in every school without additional resources. Bansal and her team have found success using creative, straightforward techniques such as communicating with teachers using SMS group chats, and they have already measurably improved learning and engagement in Haryana's schools.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625867/broadcast/SeemaBansal_2016S.dv",
                "original": "https://upload.frikanalen.no/media/625867/original/SeemaBansal_2016S.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625867/large_thumb/SeemaBansal_2016S.jpg",
                "theora": "https://upload.frikanalen.no/media/625867/theora/SeemaBansal_2016S.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625867/small_thumb/SeemaBansal_2016S.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:32.510000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SeemaBansal_2016S",
            "createdTime": "2017-03-13T13:44:01.818954Z",
            "updatedTime": "2018-11-10T18:29:26.601636Z",
            "uploadedTime": "2017-03-13T14:06:38.453037Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625867/theora/SeemaBansal_2016S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625867/large_thumb/SeemaBansal_2016S.jpg"
        },
        {
            "id": 625353,
            "name": "TED - Sergei Lupashin: A flying camera ... on a leash",
            "header": "Let's admit it: aerial photo drones and UAVs are a little creepy, and they come with big regulatory and safety problems. But aerial photos can be a powerful way of telling the truth about the world: the size of a protest, the spread of an oil spill, the wildlife hidden in a delta. Sergei Lupashin demos Fotokite, a nifty new way to see the world from on high, safely and under control.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625353/small_thumb/SergeiLupashin_2014S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625353/large_thumb/SergeiLupashin_2014S.jpg",
                "theora": "https://upload.frikanalen.no/media/625353/theora/SergeiLupashin_2014S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625353/broadcast/SergeiLupashin_2014S.dv",
                "original": "https://upload.frikanalen.no/media/625353/original/SergeiLupashin_2014S.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:27.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SergeiLupashin_2014S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.357386Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625353/theora/SergeiLupashin_2014S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625353/large_thumb/SergeiLupashin_2014S.jpg"
        },
        {
            "id": 626065,
            "name": "Sintel",
            "header": "Historien om Sintel og hennes ekspedisjon for å finne babydragen hun ble kjent med.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626065/theora/sintel-2048-surround.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626065/broadcast/sintel-2048-surround.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626065/large_thumb/sintel-2048-surround.jpg",
                "original": "https://upload.frikanalen.no/media/626065/original/sintel-2048-surround.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:14:48.041667",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/Sintel",
            "createdTime": "2018-11-18T17:33:22.098172Z",
            "updatedTime": "2018-11-18T17:59:15.155778Z",
            "uploadedTime": "2018-11-18T17:52:36.383575Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626065/theora/sintel-2048-surround.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626065/large_thumb/sintel-2048-surround.jpg"
        },
        {
            "id": 625334,
            "name": "TED - Sir Ken Robinson: Bring on the learning revolution!",
            "header": "In this poignant, funny follow-up to his fabled 2006 talk, Sir Ken Robinson makes the case for a radical shift from standardized schools to personalized learning -- creating conditions where kids' natural talents can flourish.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "srt": "https://upload.frikanalen.no/media/625334/srt/nb.srt",
                "largeThumb": "https://upload.frikanalen.no/media/625334/large_thumb/SirKenRobinson_2010.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625334/small_thumb/SirKenRobinson_2010.jpg",
                "original": "https://upload.frikanalen.no/media/625334/original/SirKenRobinson_2010.mp4",
                "theora": "https://upload.frikanalen.no/media/625334/theora/SirKenRobinson_2010.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625334/broadcast/SirKenRobinson_2010.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:17:57.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SirKenRobinson_2010",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.383291Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625334/theora/SirKenRobinson_2010.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625334/large_thumb/SirKenRobinson_2010.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": 625653,
            "name": "TED - Stephen Wilkes: The passing of time, caught in a single photo",
            "header": "Photographer Stephen Wilkes crafts stunning compositions of landscapes as they transition from day to night, exploring the space-time continuum within a two-dimensional still photograph. Journey with him to iconic locations like the Tournelle Bridge in Paris, El Capitan in Yosemite National Park and a life-giving watering hole in heart of the Serengeti in this tour of his art and process.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625653/small_thumb/StephenWilkes_2016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625653/broadcast/StephenWilkes_2016.dv",
                "original": "https://upload.frikanalen.no/media/625653/original/StephenWilkes_2016.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:40.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/StephenWilkes_2016",
            "createdTime": "2016-06-30T09:44:48.273268Z",
            "updatedTime": "2018-11-10T18:29:26.917602Z",
            "uploadedTime": "2016-06-30T10:13:51.242438Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg"
        },
        {
            "id": 625326,
            "name": "TED - Sugata Mitra: Build a School in the Cloud",
            "header": "Onstage at TED2013, Sugata Mitra makes his bold TED Prize wish: Help me design the School in the Cloud, a learning lab in India, where children can explore and learn from each other -- using resources and mentoring from the cloud. Hear his inspiring vision for Self Organized Learning Environments (SOLE), and learn more at tedprize.org.\r\n\r\nTED talk downloaded from The Internet Archive on https://archive.org/details/SugataMitra_2013",
            "description": "",
            "files": {
                "srt": "https://upload.frikanalen.no/media/625326/srt/nb.srt",
                "smallThumb": "https://upload.frikanalen.no/media/625326/small_thumb/SugataMitra_2013.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625326/large_thumb/SugataMitra_2013.jpg",
                "theora": "https://upload.frikanalen.no/media/625326/theora/SugataMitra_2013.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625326/broadcast/SugataMitra_2013.dv",
                "original": "https://upload.frikanalen.no/media/625326/original/SugataMitra_2013.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:31.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SugataMitra_2013",
            "createdTime": "2015-02-13T22:16:13Z",
            "updatedTime": "2018-11-10T18:29:27.394609Z",
            "uploadedTime": "2015-02-13T22:16:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625326/theora/SugataMitra_2013.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625326/large_thumb/SugataMitra_2013.jpg"
        },
        {
            "id": 625449,
            "name": "TED - Tal Danino: We can use bacteria to detect cancer (and maybe treat it)",
            "header": "Liver cancer is one of the most difficult cancers to detect, but synthetic biologist Tal Danino had a left-field thought: What if we could create a probiotic, edible bacteria that was \"programmed\" to find liver tumors? His insight exploits something we're just beginning to understand about bacteria: their power of quorum sensing, or doing something together once they reach critical mass. Danino, a TED Fellow, explains how quorum sensing works — and how clever bacteria working together could someday change cancer treatment.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625449/theora/TalDanino_2015U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625449/large_thumb/TalDanino_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625449/broadcast/TalDanino_2015U.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625449/small_thumb/TalDanino_2015U.jpg",
                "original": "https://upload.frikanalen.no/media/625449/original/TalDanino_2015U.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:04:15.050000",
            "categories": [
                "Samfunn og politikk",
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TalDanino_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.228867Z",
            "uploadedTime": "2016-05-05T16:27:50.122826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625449/theora/TalDanino_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625449/large_thumb/TalDanino_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": 625544,
            "name": "TED - Tim Urban: Inside the mind of a master procrastinator",
            "header": "Tim Urban knows that procrastination doesn't make sense, but he's never been able to shake his habit of waiting until the last minute to get things done. In this hilarious and insightful talk, Urban takes us on a journey through YouTube binges, Wikipedia rabbit holes and bouts of staring out the window — and encourages us to think harder about what we're really procrastinating on, before we run out of time.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625544/large_thumb/TimUrban_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625544/broadcast/TimUrban_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625544/small_thumb/TimUrban_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625544/original/TimUrban_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625544/theora/TimUrban_2016.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:07.740000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TimUrban_2016",
            "createdTime": "2016-04-30T06:11:25.306777Z",
            "updatedTime": "2018-11-10T18:29:27.108632Z",
            "uploadedTime": "2016-04-30T06:23:28.202710Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625544/theora/TimUrban_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625544/large_thumb/TimUrban_2016.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": 625361,
            "name": "TED - Topher White: What can save the rainforest? Your used cell phone",
            "header": "The sounds of the rainforest include: the chirps of birds, the buzz of cicadas, the banter of gibbons. But in the background is the almost-always present sound of a chainsaw, from illegal loggers. Engineer Topher White shares a simple, scalable way to stop this brutal deforestation — that starts with your old cell phone.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625361/small_thumb/TopherWhite_2014X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625361/broadcast/TopherWhite_2014X.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625361/large_thumb/TopherWhite_2014X.jpg",
                "theora": "https://upload.frikanalen.no/media/625361/theora/TopherWhite_2014X.ogv",
                "original": "https://upload.frikanalen.no/media/625361/original/TopherWhite_2014X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:34.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TopherWhite_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.346425Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625361/theora/TopherWhite_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625361/large_thumb/TopherWhite_2014X.jpg"
        },
        {
            "id": 625419,
            "name": "TED - Trevor Aaronson: How this FBI strategy is actually creating US-based terrorists",
            "header": "There's an organization responsible for more terrorism plots in the United States than al-Qaeda, al-Shabaab and ISIS combined: The FBI. How? Why? In an eye-opening talk, investigative journalist Trevor Aaronson reveals a disturbing FBI practice that breeds terrorist plots by exploiting Muslim-Americans with mental health problems.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625419/theora/TrevorAaronson_2015U.ogv",
                "original": "https://upload.frikanalen.no/media/625419/original/TrevorAaronson_2015U.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625419/large_thumb/TrevorAaronson_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625419/broadcast/TrevorAaronson_2015U.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625419/small_thumb/TrevorAaronson_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:09:26.730000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TrevorAaronson_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.267277Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625419/theora/TrevorAaronson_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625419/large_thumb/TrevorAaronson_2015U.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": 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": 625344,
            "name": "TED - William Noel: Revealing the lost codex of Archimedes",
            "header": "How do you read a two-thousand-year-old manuscript that has been erased, cut up, written on and painted over? With a powerful particle accelerator, of course! Ancient books curator William Noel tells the fascinating story behind the Archimedes palimpsest, a Byzantine prayer book containing previously-unknown original writings from ancient Greek mathematician Archimedes and others.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625344/large_thumb/WilliamNoel_2012S.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625344/small_thumb/WilliamNoel_2012S.jpg",
                "theora": "https://upload.frikanalen.no/media/625344/theora/WilliamNoel_2012S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625344/broadcast/WilliamNoel_2012S.dv",
                "original": "https://upload.frikanalen.no/media/625344/original/WilliamNoel_2012S.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:14:53.780000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/WilliamNoel_2012S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.369757Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625344/theora/WilliamNoel_2012S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625344/large_thumb/WilliamNoel_2012S.jpg"
        },
        {
            "id": 625732,
            "name": "DebConf18 Proposals - Debconf 16",
            "header": "Interested in having DebConf18 in your city? Come and show us your early plans!\r\n\r\nSee: https://wiki.debconf.org/wiki/DebConf18/\r\n\r\nTalk (20 mins) session with Didier Raboud during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625732/theora/DebConf18_Proposals.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625732/broadcast/DebConf18_Proposals.dv",
                "original": "https://upload.frikanalen.no/media/625732/original/DebConf18_Proposals.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625732/large_thumb/DebConf18_Proposals.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625732/small_thumb/DebConf18_Proposals.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:11:24.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://debconf16.debconf.org/talks/102/",
            "createdTime": "2016-07-22T22:31:34.367649Z",
            "updatedTime": "2018-11-10T18:29:26.798283Z",
            "uploadedTime": "2016-07-22T22:31:39.108403Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625732/theora/DebConf18_Proposals.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625732/large_thumb/DebConf18_Proposals.jpg"
        },
        {
            "id": 625738,
            "name": "Closing Ceremony - Debconf 16",
            "header": "Good-bye to Cape Town!\r\n\r\nTalk (45 mins) session with Stefano Rivera during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625738/theora/Closing_Ceremony_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625738/broadcast/Closing_Ceremony_2.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625738/small_thumb/Closing_Ceremony_2.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625738/large_thumb/Closing_Ceremony_2.jpg",
                "original": "https://upload.frikanalen.no/media/625738/original/Closing_Ceremony_2.webm"
            },
            "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:57.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://debconf16.debconf.org/talks/103/",
            "createdTime": "2016-07-23T00:31:39.855855Z",
            "updatedTime": "2020-09-02T21:32:36.369381Z",
            "uploadedTime": "2016-07-23T00:31:45.017525Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625738/theora/Closing_Ceremony_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625738/large_thumb/Closing_Ceremony_2.jpg"
        },
        {
            "id": 625729,
            "name": "Live demos - Debconf 16",
            "header": "Show off your project! NB: It will be mandatory to set up your laptop before the session, in order to assure a smooth transition between speakers.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625729/broadcast/Live_demos_4.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625729/small_thumb/Live_demos_4.jpg",
                "original": "https://upload.frikanalen.no/media/625729/original/Live_demos_4.webm"
            },
            "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:44:17.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/104/",
            "createdTime": "2016-07-22T20:57:26.088864Z",
            "updatedTime": "2018-11-10T18:29:26.802555Z",
            "uploadedTime": "2016-07-22T20:57:44.981947Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.jpg"
        },
        {
            "id": 625714,
            "name": "Lightning talks - Debconf 16",
            "header": "They're talks. They go like lightning.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625714/broadcast/Lightning_talks_6.dv",
                "theora": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.jpg",
                "original": "https://upload.frikanalen.no/media/625714/original/Lightning_talks_6.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625714/small_thumb/Lightning_talks_6.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:51:22.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/105/",
            "createdTime": "2016-07-22T13:37:38.584877Z",
            "updatedTime": "2018-11-10T18:29:26.823686Z",
            "uploadedTime": "2016-07-22T13:37:45.209826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.jpg"
        },
        {
            "id": 625691,
            "name": "Continuous Keysigning Introduction - Debconf 16",
            "header": "Introduction to good GnuPG and keysigning practices.\n\nRe-verify the continuous keysigning hash, plus a brief introduction to what a Key-Signing Party is and how (and why!) is it being held \"continuously\" at DebConf16.\n\nTalk (20 mins) session with Stefano Rivera and Gunnar Wolf during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625691/broadcast/Continuous_Keysigning_Introduction.dv",
                "theora": "https://upload.frikanalen.no/media/625691/theora/Continuous_Keysigning_Introduction.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625691/small_thumb/Continuous_Keysigning_Introduction.jpg",
                "original": "https://upload.frikanalen.no/media/625691/original/Continuous_Keysigning_Introduction.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625691/large_thumb/Continuous_Keysigning_Introduction.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:14.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/107/",
            "createdTime": "2016-07-21T15:56:56.707335Z",
            "updatedTime": "2018-11-10T18:29:26.855970Z",
            "uploadedTime": "2016-07-21T15:57:01.945959Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625691/theora/Continuous_Keysigning_Introduction.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625691/large_thumb/Continuous_Keysigning_Introduction.jpg"
        },
        {
            "id": 625681,
            "name": "The Electronic Struggle - Debconf 16",
            "header": "The role of information technology in the struggle for freedom, including the IBM apartheid case -- (the dompas, my correspondence with Mondo2000, Wired Magazine and Khulumani), nascent online protests, modem activism  (West Coast, Silicon Valley and Cape Town), the dawn of information rights in South Africa, (Article 14 Privacy, 32 Access to Information),  NetDemocracy and Constitution Building during 1995-1996 (canvassing of Communication Minister's Jay Naidoo and Pallo Jordan, iCafe sessions), some important milestones along the way, Electronic Freedom Charter, recent activism around the Cybercrime Bill, Privacy and Information Access, and other bills eroding communications freedom.\n\nOpen Weekend session with David Robert Lewis during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625681/broadcast/The_Electronic_Struggle.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625681/small_thumb/The_Electronic_Struggle.jpg",
                "original": "https://upload.frikanalen.no/media/625681/original/The_Electronic_Struggle.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.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:50:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/112/",
            "createdTime": "2016-07-20T08:15:36.946218Z",
            "updatedTime": "2018-11-10T18:29:26.877560Z",
            "uploadedTime": "2016-07-20T08:15:47.309019Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.jpg"
        },
        {
            "id": 625682,
            "name": "Professional Open-Source Radio Astronomy - Debconf 16",
            "header": "The Square Kilometer Array radio astronomy telescope will be one of the world's largest scientific instruments, spanning half the globe, with components distributed across Africa and Australia.\n\nThe MeerKAT telescope, one of its precursors, is currently under construction in South Africa and uses fully open-source software and hardware for primary signal processing operations. When completed next year, it will be the world's most sensitive L-band array.\n\nThis talk will discuss the telescopes and their unique challenges which drive the development of open-source hardware and software to process the deluge of data. I will introduce four generations of open-source FPGA hardware along with the collaboratively-developed ecosystem of software and DSP libraries.\n\nOpen Weekend session with Jason Manley during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625682/broadcast/Professional_OpenSource_Radio_Astronomy.dv",
                "original": "https://upload.frikanalen.no/media/625682/original/Professional_OpenSource_Radio_Astronomy.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625682/small_thumb/Professional_OpenSource_Radio_Astronomy.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.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:37:39.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/113/",
            "createdTime": "2016-07-20T15:01:07.299487Z",
            "updatedTime": "2018-11-10T18:29:26.875899Z",
            "uploadedTime": "2016-07-20T15:01:12.645352Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.jpg"
        },
        {
            "id": 625722,
            "name": "ifupdown2, the ultimate Network Interface Manager : progress and status - Debconf 16",
            "header": "Existing tools for network interface configuration have several shortcomings when applied to network switches. These include the lack of ability to handle interface dependencies, incremental updates to interface configuration without disruption, and interface configuration validation. The lack of such functionality increases operational burden. We introduced ifupdown2, a new network interface manager for Linux.\n\nifupdown2 solves these problems through an implementation based on dependency graphs. The purpose of this talk is to briefly describes network interface configuration on Linux, the problems that arise when configuring a network switch and how ifupdown2 solves these problems and increases operational efficiencies overall.\n\nThis talk mostly targets networking people.\nWe also want to encourage people to contribute to this project by writing their own addon module to support new protocols (e.g. B.A.T.M.A.N.) :\nhttps://github.com/CumulusNetworks/ifupdown2 \n\nhttps://packages.debian.org/sid/ifupdown2\n\nVia this talk we also want to give a general up-date on the project. What we added over the year (e.g. VRF, etc.) and what is coming (e.g. better netlink support, better performance..etc.)\n\nTalk (45 mins) session with Julien Fortin during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625722/broadcast/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg",
                "original": "https://upload.frikanalen.no/media/625722/original/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625722/small_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.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:37:17.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/114/",
            "createdTime": "2016-07-22T17:14:56.555308Z",
            "updatedTime": "2018-11-10T18:29:26.812397Z",
            "uploadedTime": "2016-07-22T17:15:06.183953Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg"
        },
        {
            "id": 625673,
            "name": "FLOSSing for healthier society - Debconf 16",
            "header": "Code For South Africa use technology to promote informed decision making for social change.\r\n\r\nThis talk points out some of the tech and principles we use to maximise our positive impact on society. From building a data gathering platform for citizen journalists, to releasing government financial data, FLOSS and a lean process helps deliver the best bang for the buck in these important partnerships. Often avoiding writing new software delivers more value, and frees us so that when we do need to write something, it counts.\r\n\r\nOpen Weekend session with J.D. Bothma during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg",
                "original": "https://upload.frikanalen.no/media/625673/original/FLOSSing_for_healthier_society.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625673/small_thumb/FLOSSing_for_healthier_society.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625673/broadcast/FLOSSing_for_healthier_society.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:22:19.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/118/",
            "createdTime": "2016-07-19T19:18:44.823747Z",
            "updatedTime": "2018-11-10T18:29:26.889393Z",
            "uploadedTime": "2016-07-19T19:37:26.773299Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg"
        },
        {
            "id": 625672,
            "name": "Debugging the IoT - Open Hardware Panel - Debconf 16",
            "header": "Panel discussion, aimed at the general public and more technical participants alike.\r\n\r\nThe panel hosted by Bernelle Verster discuss the open hardware movement, and how it fits in with Smart Homes. It highlight and discuss the futurology, trends, and challenges. Challenges include security, the role of big vendors, the requirement for a more powerful platform, competing interests and the role of industrial providers.\r\n\r\nOpen Weekend session with Bdale Garbee, Bernelle Verster and Andy Simpkins during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625672/broadcast/Debugging_the_IoT.dv",
                "theora": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg",
                "original": "https://upload.frikanalen.no/media/625672/original/Debugging_the_IoT.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625672/small_thumb/Debugging_the_IoT.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:38:25.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/119/",
            "createdTime": "2016-07-19T18:26:30.277131Z",
            "updatedTime": "2018-11-10T18:29:26.890872Z",
            "uploadedTime": "2016-07-19T18:43:27.837124Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg"
        },
        {
            "id": 625731,
            "name": "DebConf17 - Debconf 16",
            "header": "Overview of DebConf17 in Montreal.\n\nTalk (20 mins) session with Jerome Charaoui, Alexandre Viau, Gabriel Filion and Louis-Philippe Véronneau during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625731/theora/DebConf17_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625731/broadcast/DebConf17_2.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625731/large_thumb/DebConf17_2.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625731/small_thumb/DebConf17_2.jpg",
                "original": "https://upload.frikanalen.no/media/625731/original/DebConf17_2.webm"
            },
            "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:37.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/12/",
            "createdTime": "2016-07-22T22:14:47.261100Z",
            "updatedTime": "2018-11-10T18:29:26.799778Z",
            "uploadedTime": "2016-07-22T22:14:52.652992Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625731/theora/DebConf17_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625731/large_thumb/DebConf17_2.jpg"
        },
        {
            "id": 625680,
            "name": "What is Debian? - Debconf 16",
            "header": "A friendly introduction to free software, open source, and Debian, with an opportunity for the audience to ask questions.\n\nOpen Weekend session with Bdale Garbee, Allison Randal, Neil McGovern, Bernelle Verster, Steve McIntyre and John Sullivan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625680/broadcast/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625680/small_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg",
                "original": "https://upload.frikanalen.no/media/625680/original/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.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:43:01.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/120/",
            "createdTime": "2016-07-20T07:10:24.249022Z",
            "updatedTime": "2018-11-10T18:29:26.879342Z",
            "uploadedTime": "2016-07-20T07:10:29.322512Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg"
        },
        {
            "id": 625718,
            "name": "Debian/Linux in Developing Nations - Challenges and Rewards - Debconf 16",
            "header": "FOSS software is undoubtedly the best option for developing nations, where financial resources may limit access to proprietary software. At the same time, using Debian/Linux also has its share of challenges in these settings, as there may be infrastructure issues to contend with. This talk shares the joys I have personally experienced while using Debian in Swaziland, as well as the challenges that I have faced, and also seen others face too.\n\nPerhaps the audience may be able to suggest ways to overcome some of the issues involved, and thus get more exposure and adoption for Debian in developing countries.\n\nTalk (20 mins) session with Sicelo Mhlongo during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625718/broadcast/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.dv",
                "theora": "https://upload.frikanalen.no/media/625718/theora/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.ogv",
                "original": "https://upload.frikanalen.no/media/625718/original/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625718/large_thumb/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625718/small_thumb/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.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:23:30.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/121/",
            "createdTime": "2016-07-22T15:27:54.631110Z",
            "updatedTime": "2018-11-10T18:29:26.818082Z",
            "uploadedTime": "2016-07-22T15:27:59.885815Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625718/theora/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625718/large_thumb/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.jpg"
        },
        {
            "id": 625686,
            "name": "We need you to release Debian - Debconf 16",
            "header": "Do you want to learn how you can help make Stretch a success?\nHow the next Debian releases will be named?\nWhat changes to the release processes we have implemented and what we are considering?\nWhy your packages are being auto-removed from testing?\n\nJoin us to learn about all that and more!\n\nTalk (45 mins) session with Emilio Pozuelo Monfort during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625686/broadcast/We_need_you_to_release_Debian.dv",
                "theora": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625686/original/We_need_you_to_release_Debian.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625686/small_thumb/We_need_you_to_release_Debian.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:31:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/13/",
            "createdTime": "2016-07-21T07:12:45.636023Z",
            "updatedTime": "2018-11-10T18:29:26.868188Z",
            "uploadedTime": "2016-07-21T07:12:50.579842Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg"
        },
        {
            "id": 625727,
            "name": "Decentralized communications with Ring - Debconf 16",
            "header": "This talk will be an introduction to Ring and the technology behind it. \n\nWe will explore how OpenDHT and ICE are used to initiate communications and transmit messages in an decentralized and secure manner.\n\nThe talk also includes a presentation of the different Ring clients, notably the new `ring` package that has made it to Debian testing this week.\n\nFinally, we will have a look at an up and comming new Ring freature: username registration using ethereum and a block chain.\n\nTalk (45 mins) session with Alexandre Viau and Simon Désaulniers during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625727/theora/Decentralized_communications_with_Ring.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625727/broadcast/Decentralized_communications_with_Ring.dv",
                "original": "https://upload.frikanalen.no/media/625727/original/Decentralized_communications_with_Ring.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625727/large_thumb/Decentralized_communications_with_Ring.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625727/small_thumb/Decentralized_communications_with_Ring.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:22:08.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/139/",
            "createdTime": "2016-07-22T20:02:44.788796Z",
            "updatedTime": "2018-11-10T18:29:26.805299Z",
            "uploadedTime": "2016-07-22T20:02:51.890032Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625727/theora/Decentralized_communications_with_Ring.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625727/large_thumb/Decentralized_communications_with_Ring.jpg"
        },
        {
            "id": 625694,
            "name": "Next Generation Config Mgmt - Debconf 16",
            "header": "A presentation about a design for a next generation config management tool, and the specific problems this design solves.\n\nThree of the main design features of the tool include:\n\n* Parallel execution\n\n* Event driven mechanism\n\n* Distributed architecture\n\nThis talk will demo a prototype I've built that implements these ideas. It is written in golang, and is completely free software.\n\nI will also cover the new functionality we've added to the tool such as the automatic edge and automatic grouping features and other fun stuff that happened between now and the conference.\n\nMgmt's design goes out of its way to ensure that it always has feature parity on both Fedora and Debian simultaneously.\n\nAn introductory blog post on the subject is available. https://ttboj.wordpress.com/2016/01/18/next-generation-configuration-mgmt/ Attendees are encouraged to read it before the talk if they are interested!\n\nTalk (45 mins) session with James Shubin during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625694/theora/Next_Generation_Config_Mgmt.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625694/broadcast/Next_Generation_Config_Mgmt.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625694/large_thumb/Next_Generation_Config_Mgmt.jpg",
                "original": "https://upload.frikanalen.no/media/625694/original/Next_Generation_Config_Mgmt.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625694/small_thumb/Next_Generation_Config_Mgmt.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:48:45.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/15/",
            "createdTime": "2016-07-21T19:34:27.896421Z",
            "updatedTime": "2018-11-10T18:29:26.851825Z",
            "uploadedTime": "2016-07-21T19:34:33.894353Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625694/theora/Next_Generation_Config_Mgmt.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625694/large_thumb/Next_Generation_Config_Mgmt.jpg"
        },
        {
            "id": 625709,
            "name": "Android SDK Tools in Debian - Debconf 16",
            "header": "android-tools is a young packaging team which focuses on bringing a usable Android SDK/NDK to Debian. This talk describes the rationale, people involved and current status of our packages. We also would like to call for more people join us.\n\nAndroid one of the most popular mobile operating systems in the world, which also makes the SDK vital to us. However not every developer in the world can easily download Android's SDK. In some corner of the world, people prefer to rely on third party mirror or even developer-provided binaries on some web drives. XcodeGhost on iOS side was caused by similar reasons. Additionally, official released Android SDK binaries are proprietary software. By building the SDK from source and deploy it to all Debian mirrors spread over the world, all developers can easily get it and are safe to use it.\n\nThe packaging force of Android SDK started as student projects of Google Summer of Code 2015 and 2016.\n\nTalk (20 mins) session with Kai-Chung Yan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625709/theora/Android_SDK_Tools_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625709/broadcast/Android_SDK_Tools_in_Debian.dv",
                "original": "https://upload.frikanalen.no/media/625709/original/Android_SDK_Tools_in_Debian.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625709/small_thumb/Android_SDK_Tools_in_Debian.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625709/large_thumb/Android_SDK_Tools_in_Debian.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:19:13.890000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/18/",
            "createdTime": "2016-07-22T11:40:43.956394Z",
            "updatedTime": "2018-11-10T18:29:26.830908Z",
            "uploadedTime": "2016-07-22T11:40:51.698685Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625709/theora/Android_SDK_Tools_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625709/large_thumb/Android_SDK_Tools_in_Debian.jpg"
        }
    ]
}