diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 20:34:52 -0400 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 20:34:52 -0400 |
| commit | 3387e07ae3900871392424bb82098fa065b97ca9 (patch) | |
| tree | 7d7db86e03f747077a0e7750f9e38e46c641db94 /schema | |
| parent | fafeb9868ad20430fcf7b9297f71f8efbbca97b5 (diff) | |
schema: update YoutubeEntry
Add Desc.
Diffstat (limited to 'schema')
| -rw-r--r-- | schema/schema.go | 2 | ||||
| -rw-r--r-- | schema/schema_test.go | 48 | ||||
| -rw-r--r-- | schema/testdata/yt-mkbhd.xml | 514 |
3 files changed, 564 insertions, 0 deletions
diff --git a/schema/schema.go b/schema/schema.go index e0712a3..7ef5c99 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -13,6 +13,7 @@ import ( type Entry struct { Id string Title string + Desc string PubTime time.Time Link string } @@ -50,6 +51,7 @@ type YouTubeEntry struct { XMLName xml.Name `xml:"entry"` Id string `xml:"id"` Title string `xml:"group>title"` + Desc string `xml:"group>description"` Pub string `xml:"published"` // RFC3339 PubTime time.Time Link YouTubeLink `xml:"group>content"` diff --git a/schema/schema_test.go b/schema/schema_test.go index b80ad3f..aee2452 100644 --- a/schema/schema_test.go +++ b/schema/schema_test.go @@ -66,3 +66,51 @@ func TestPodcastFeed(t *testing.T) { } } } + +func TestYoutubeFeed(t *testing.T) { + var testFeeds = []string{ + "testdata/yt-mkbhd.xml", + } + for _, feed := range testFeeds { + var bs, err = file.ReadFile(feed) + if err != nil { + t.Errorf("read feed: %v", err) + return + } + var yf = new(YouTubeFeed) + err = xml.Unmarshal(bs, yf) + if err != nil { + t.Errorf("xml unmarshal: %v", err) + return + } + for _, entry := range yf.Entries { + if len(entry.Id) < 1 { + t.Errorf("entry id: %v", entry.Id) + return + } + if len(entry.Title) < 1 { + t.Errorf("entry title: %v", entry.Title) + return + } + if len(entry.Desc) < 1 { + t.Errorf("entry desc: %v", entry.Desc) + return + } + var pt, err = time.Parse(time.RFC3339, entry.Pub) + if err != nil { + t.Errorf("entry pub: %v: '%v'", time.RFC3339, entry.Pub) + return + } + if pt.Unix() < 994702392 { + t.Errorf("entry time: %v", pt) + return + } + _, err = url.Parse(entry.Link.Url) + if err != nil { + t.Errorf("entry link: %v", err) + return + } + } + } +} + diff --git a/schema/testdata/yt-mkbhd.xml b/schema/testdata/yt-mkbhd.xml new file mode 100644 index 0000000..f9e8a43 --- /dev/null +++ b/schema/testdata/yt-mkbhd.xml @@ -0,0 +1,514 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feed xmlns:yt="http://www.youtube.com/xml/schemas/2015" xmlns:media="http://search.yahoo.com/mrss/" xmlns="http://www.w3.org/2005/Atom"> + <link rel="self" href="http://www.youtube.com/feeds/videos.xml?channel_id=UCBJycsmduvYEL83R_U4JriQ"/> + <id>yt:channel:BJycsmduvYEL83R_U4JriQ</id> + <yt:channelId>BJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Marques Brownlee</title> + <link rel="alternate" href="https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2008-03-21T15:25:54+00:00</published> + <entry> + <id>yt:video:Hc0aqOEU2w8</id> + <yt:videoId>Hc0aqOEU2w8</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>The Ultimate Minimal Phone</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=Hc0aqOEU2w8"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-04-01T14:10:50+00:00</published> + <updated>2026-04-01T14:14:41+00:00</updated> + <media:group> + <media:title>The Ultimate Minimal Phone</media:title> + <media:content url="https://www.youtube.com/v/Hc0aqOEU2w8?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i1.ytimg.com/vi/Hc0aqOEU2w8/hqdefault.jpg" width="480" height="360"/> + <media:description>It's called the Bluey phone by VTech. It really commits to the idea of a minimal phone. + +MKBHD Merch: http://shop.MKBHD.com + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="58366" average="5.00" min="1" max="5"/> + <media:statistics views="534690"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:eFUB_jL_XcM</id> + <yt:videoId>eFUB_jL_XcM</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>So This is Peak Foldable</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=eFUB_jL_XcM"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-30T20:56:18+00:00</published> + <updated>2026-04-01T04:11:43+00:00</updated> + <media:group> + <media:title>So This is Peak Foldable</media:title> + <media:content url="https://www.youtube.com/v/eFUB_jL_XcM?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i2.ytimg.com/vi/eFUB_jL_XcM/hqdefault.jpg" width="480" height="360"/> + <media:description>Oppo Find N6 has done it. Now what? + +MKBHD Merch: http://shop.MKBHD.com + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +Phone provided by Oppo for review. + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="115436" average="5.00" min="1" max="5"/> + <media:statistics views="3990519"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:pvjivZ6C6CA</id> + <yt:videoId>pvjivZ6C6CA</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Every iPhone Camera vs LOW Light</title> + <link rel="alternate" href="https://www.youtube.com/shorts/pvjivZ6C6CA"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-30T16:42:18+00:00</published> + <updated>2026-04-01T01:59:06+00:00</updated> + <media:group> + <media:title>Every iPhone Camera vs LOW Light</media:title> + <media:content url="https://www.youtube.com/v/pvjivZ6C6CA?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i1.ytimg.com/vi/pvjivZ6C6CA/hqdefault.jpg" width="480" height="360"/> + <media:description>Anything can handle broad daylight</media:description> + <media:community> + <media:starRating count="28518" average="5.00" min="1" max="5"/> + <media:statistics views="634927"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:jru9Gsz3kJY</id> + <yt:videoId>jru9Gsz3kJY</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Every iPhone Ever. SAME photo!</title> + <link rel="alternate" href="https://www.youtube.com/shorts/jru9Gsz3kJY"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-27T20:07:08+00:00</published> + <updated>2026-03-30T15:04:14+00:00</updated> + <media:group> + <media:title>Every iPhone Ever. SAME photo!</media:title> + <media:content url="https://www.youtube.com/v/jru9Gsz3kJY?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i3.ytimg.com/vi/jru9Gsz3kJY/hqdefault.jpg" width="480" height="360"/> + <media:description>iPhone 1 through 17 generation takes the same photo</media:description> + <media:community> + <media:starRating count="111841" average="5.00" min="1" max="5"/> + <media:statistics views="3658013"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:eXa2ndhmatI</id> + <yt:videoId>eXa2ndhmatI</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>The Windows Laptop Problem</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=eXa2ndhmatI"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-25T18:25:28+00:00</published> + <updated>2026-03-29T21:49:30+00:00</updated> + <media:group> + <media:title>The Windows Laptop Problem</media:title> + <media:content url="https://www.youtube.com/v/eXa2ndhmatI?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i2.ytimg.com/vi/eXa2ndhmatI/hqdefault.jpg" width="480" height="360"/> + <media:description>There are really good Windows laptops - but how can they compete? + +MKBHD Color Picker Sticker Pack: https://geni.us/tAIya9 + +(Affiliate Links) +MacBook Neo: https://geni.us/AATWro +MacBook Pro M5 16”: https://geni.us/6RMSTm +Dell XPS 14: https://howl.link/suo5v5pd7a9ra +Acer Aspire 16: https://geni.us/NSQ3Rg7 + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="133490" average="5.00" min="1" max="5"/> + <media:statistics views="3989594"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:D4QyStJWgCc</id> + <yt:videoId>D4QyStJWgCc</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Nothing Phone 4A/Pro Review: I Have a Theory</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=D4QyStJWgCc"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-19T13:01:11+00:00</published> + <updated>2026-03-22T22:21:19+00:00</updated> + <media:group> + <media:title>Nothing Phone 4A/Pro Review: I Have a Theory</media:title> + <media:content url="https://www.youtube.com/v/D4QyStJWgCc?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i1.ytimg.com/vi/D4QyStJWgCc/hqdefault.jpg" width="480" height="360"/> + <media:description>Nothing isn't making a flagship phone this year. But these phones are their bread and butter. + +MKBHD Merch: http://shop.MKBHD.com + +(Affiliate Link) Nothing 4a Pro: https://geni.us/NKQo + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +Phones provided by Nothing for review. + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="71357" average="5.00" min="1" max="5"/> + <media:statistics views="2390009"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:j2rszuZ-9PY</id> + <yt:videoId>j2rszuZ-9PY</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Reviewing Everything on my Desk! (2026)</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=j2rszuZ-9PY"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-14T20:55:28+00:00</published> + <updated>2026-03-19T05:53:19+00:00</updated> + <media:group> + <media:title>Reviewing Everything on my Desk! (2026)</media:title> + <media:content url="https://www.youtube.com/v/j2rszuZ-9PY?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i3.ytimg.com/vi/j2rszuZ-9PY/hqdefault.jpg" width="480" height="360"/> + <media:description>Everything I've had on my desk for years in 1 video. + +Budget version of the same setup: https://youtu.be/fMp3TPlEBQg?si=jF9Nd5sxVvsoEPeI + +MKBHD Merch: http://shop.MKBHD.com + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +Links (Affiliate): +XDesk Air Pro: https://www.xdesk.com/air-pro +Herman Miller Embody: https://amzn.to/4dl29m3 +Mac Pro: https://www.apple.com/mac-pro/ +Pro Display XDR: https://www.apple.com/studio-display-xdr/ +Grovemade monitor shelf: https://grovemade.com/product/wood-desk-shelf/?initial=342 +Apollo Twin Gen 2: https://amzn.to/4bFlYmZ +Yamaha HS8: https://amzn.to/4rC9NMD +Sennheiser HD650: https://amzn.to/4rvf2gM +Belkin charging station: https://amzn.to/4luFXbq +Rainy 75 Lite keyboard: https://amzn.to/3N10KGU +MX Master 4: https://amzn.to/46XKYTP +Artisan mousepad: https://amzn.to/414YXUo + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="51810" average="5.00" min="1" max="5"/> + <media:statistics views="1637481"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:iGeXGdYE7UE</id> + <yt:videoId>iGeXGdYE7UE</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Macbook Neo Review: Better than you Think!</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=iGeXGdYE7UE"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-10T23:40:30+00:00</published> + <updated>2026-03-13T21:49:31+00:00</updated> + <media:group> + <media:title>Macbook Neo Review: Better than you Think!</media:title> + <media:content url="https://www.youtube.com/v/iGeXGdYE7UE?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i2.ytimg.com/vi/iGeXGdYE7UE/hqdefault.jpg" width="480" height="360"/> + <media:description>Macbook Neo is only $600 bucks, but it's incredibly capable and compelling at this price + +Check out dbrand skins for your MacBook at https://dbrand.com/retro-macbooks + +That shirt! http://shop.MKBHD.com + +(Affiliate Link) MacBook Neo: https://geni.us/JGI8B3f + +Podcast: http://youtube.com/Waveform + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 +MacBook Neo provided by Apple for review. + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="137762" average="5.00" min="1" max="5"/> + <media:statistics views="4344408"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:yWI33R4xyIc</id> + <yt:videoId>yWI33R4xyIc</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Apple Studio Display XDR Review: We're All Pros Now!</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=yWI33R4xyIc"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-09T20:01:01+00:00</published> + <updated>2026-03-15T20:45:20+00:00</updated> + <media:group> + <media:title>Apple Studio Display XDR Review: We're All Pros Now!</media:title> + <media:content url="https://www.youtube.com/v/yWI33R4xyIc?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i2.ytimg.com/vi/yWI33R4xyIc/hqdefault.jpg" width="480" height="360"/> + <media:description>The Studio Display XDR is really good. And really expensive. + +MKBHD Merch: http://shop.MKBHD.com + +Apple Studio Display XDR: https://geni.us/eVYQk (Affiliate Link) + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +Display provided by Apple for review. + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="53688" average="5.00" min="1" max="5"/> + <media:statistics views="1868224"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:nfHRMqqO578</id> + <yt:videoId>nfHRMqqO578</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Samsung Galaxy S26 Ultra Review: There's a Catch</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=nfHRMqqO578"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-06T20:14:58+00:00</published> + <updated>2026-03-23T00:31:59+00:00</updated> + <media:group> + <media:title>Samsung Galaxy S26 Ultra Review: There's a Catch</media:title> + <media:content url="https://www.youtube.com/v/nfHRMqqO578?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i3.ytimg.com/vi/nfHRMqqO578/hqdefault.jpg" width="480" height="360"/> + <media:description>The price is the most "ultra" thing about the S26 Ultra + +MKBHD Merch: http://MKBHD.com + +Samsung Galaxy S26 Ultra: https://geni.us/6Bh61 (Affiliate Link) + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +Phone provided by Samsung for review. + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="100717" average="5.00" min="1" max="5"/> + <media:statistics views="3176215"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:kBX5WH9b4M4</id> + <yt:videoId>kBX5WH9b4M4</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Macbook Neo Impressions: Reincarnated!</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=kBX5WH9b4M4"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-03-04T22:26:34+00:00</published> + <updated>2026-03-17T09:41:23+00:00</updated> + <media:group> + <media:title>Macbook Neo Impressions: Reincarnated!</media:title> + <media:content url="https://www.youtube.com/v/kBX5WH9b4M4?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i4.ytimg.com/vi/kBX5WH9b4M4/hqdefault.jpg" width="480" height="360"/> + <media:description>The new $599 Macbook is a good deal - and it's the computer Apple tried to make 10 years ago. +Save up to 40% off during Ridge’s anniversary sale at https://geni.us/RidgeMKBHD +That shirt: http://shop.MKBHD.com + +Affiliate Links: +MacBook Neo: https://geni.us/JGI8B3f +MacBook Pro M5: https://geni.us/TINvV0 + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="197412" average="5.00" min="1" max="5"/> + <media:statistics views="7250361"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:wRaDbRjVrc4</id> + <yt:videoId>wRaDbRjVrc4</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Samsung Galaxy Buds 4 Pro Review: Better than AirPods!</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=wRaDbRjVrc4"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-02-28T22:55:15+00:00</published> + <updated>2026-03-26T08:02:53+00:00</updated> + <media:group> + <media:title>Samsung Galaxy Buds 4 Pro Review: Better than AirPods!</media:title> + <media:content url="https://www.youtube.com/v/wRaDbRjVrc4?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i4.ytimg.com/vi/wRaDbRjVrc4/hqdefault.jpg" width="480" height="360"/> + <media:description>Galaxy Buds 4 Pro are sneaky winners! + +MKBHD Merch: http://shop.MKBHD.com + +Affiliate Link: Galaxy Buds 4 Pro - https://geni.us/Ek9oru + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +Earbuds provided by Samsung for review. + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="76126" average="5.00" min="1" max="5"/> + <media:statistics views="2249576"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:eGKYiPA1wio</id> + <yt:videoId>eGKYiPA1wio</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>God Tier Stabilization</title> + <link rel="alternate" href="https://www.youtube.com/shorts/eGKYiPA1wio"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-02-26T17:00:39+00:00</published> + <updated>2026-03-04T17:39:47+00:00</updated> + <media:group> + <media:title>God Tier Stabilization</media:title> + <media:content url="https://www.youtube.com/v/eGKYiPA1wio?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i2.ytimg.com/vi/eGKYiPA1wio/hqdefault.jpg" width="480" height="360"/> + <media:description>S26 Ultra "horizon lock" is impressive</media:description> + <media:community> + <media:starRating count="261396" average="5.00" min="1" max="5"/> + <media:statistics views="6045310"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:McE6el9mn_I</id> + <yt:videoId>McE6el9mn_I</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Samsung's Secret Screen Feature</title> + <link rel="alternate" href="https://www.youtube.com/shorts/McE6el9mn_I"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-02-25T21:38:47+00:00</published> + <updated>2026-03-30T00:03:14+00:00</updated> + <media:group> + <media:title>Samsung's Secret Screen Feature</media:title> + <media:content url="https://www.youtube.com/v/McE6el9mn_I?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i2.ytimg.com/vi/McE6el9mn_I/hqdefault.jpg" width="480" height="360"/> + <media:description>Galaxy S26 Ultra Privacy Display feature is legitimately sweet</media:description> + <media:community> + <media:starRating count="458922" average="5.00" min="1" max="5"/> + <media:statistics views="9020595"/> + </media:community> + </media:group> + </entry> + <entry> + <id>yt:video:FRI78tq9Eik</id> + <yt:videoId>FRI78tq9Eik</yt:videoId> + <yt:channelId>UCBJycsmduvYEL83R_U4JriQ</yt:channelId> + <title>Samsung Galaxy S26/Ultra Impressions: 1 Crazy Display Feature!</title> + <link rel="alternate" href="https://www.youtube.com/watch?v=FRI78tq9Eik"/> + <author> + <name>Marques Brownlee</name> + <uri>https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ</uri> + </author> + <published>2026-02-25T18:00:45+00:00</published> + <updated>2026-03-17T08:29:13+00:00</updated> + <media:group> + <media:title>Samsung Galaxy S26/Ultra Impressions: 1 Crazy Display Feature!</media:title> + <media:content url="https://www.youtube.com/v/FRI78tq9Eik?version=3" type="application/x-shockwave-flash" width="640" height="390"/> + <media:thumbnail url="https://i3.ytimg.com/vi/FRI78tq9Eik/hqdefault.jpg" width="480" height="360"/> + <media:description>Galaxy S26 Ultra has one pretty sick privacy display feature + +Protect your Samsung S26 with dbrand at http://dbrand.com/shop/s26-ultra + +That shirt: http://MKBHD.com + +Affiliate Links: +Samsung Galaxy S26 Ultra: https://geni.us/6Bh61 +Samsung Galaxy S26: https://geni.us/TZA66 + +Playlist of MKBHD Intro music: https://goo.gl/B3AWV5 + +~ +http://twitter.com/MKBHD +http://instagram.com/MKBHD +http://facebook.com/MKBHD</media:description> + <media:community> + <media:starRating count="131560" average="5.00" min="1" max="5"/> + <media:statistics views="4298642"/> + </media:community> + </media:group> + </entry> +</feed> |
