You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to load a YouTube feed into my flutter application. I noticed in my particular case, the Media Group holds the thumbnails for the channel I'm looking at. Here is an entry:
<entry>
<id>yt:video:Xw0jZJM6QgY</id>
<yt:videoId>Xw0jZJM6QgY</yt:videoId>
<yt:channelId>UCFqbkq2BzNY3iQ_FPveqVhw</yt:channelId>
<title>Steelers' defense must improve in this one key stat</title>
<link rel="alternate" href="https://www.youtube.com/watch?v=Xw0jZJM6QgY"/>
<author>
<name>Steelers Depot</name>
<uri>https://www.youtube.com/channel/UCFqbkq2BzNY3iQ_FPveqVhw</uri>
</author>
<published>2024-06-30T23:56:05+00:00</published>
<updated>2024-06-30T23:57:09+00:00</updated>
<media:group>
<media:title>Steelers' defense must improve in this one key stat</media:title>
<media:content url="https://www.youtube.com/v/Xw0jZJM6QgY?version=3" type="application/x-shockwave-flash" width="640" height="390"/>
<media:thumbnail url="https://i1.ytimg.com/vi/Xw0jZJM6QgY/hqdefault.jpg" width="480" height="360"/>
<media:description>#nfl #nflshorts #shorts #steelers #herewego #pittsburgh #afcnorth #sportsshorts #Steelersnation #football #podcast #pittsburghsteelers #footballshorts #steelerspodcast #footballpodcast #trending #trendingshorts #trendingfootballreels #defense</media:description>
<media:community>
<media:starRating count="5" average="5.00" min="1" max="5"/>
<media:statistics views="9"/>
</media:community>
</media:group>
</entry>
I'm happy to make a pull request and make the update. If you're not accepting suggestions or looking for help, I'll have to look for another package to support my needs.
Let me know! Thanks!
The text was updated successfully, but these errors were encountered:
michael-yarzebinski
changed the title
Atom Feed Item not Returning Thumbnails Correctly
Atom Feed Item Not Returning Group Thumbnails
Jul 1, 2024
michael-yarzebinski
changed the title
Atom Feed Item Not Returning Group Thumbnails
Feature Request: Add Thumbnail to Media Group for Atom Feed
Jul 1, 2024
I'm attempting to load a YouTube feed into my flutter application. I noticed in my particular case, the Media Group holds the thumbnails for the channel I'm looking at. Here is an entry:
I'm happy to make a pull request and make the update. If you're not accepting suggestions or looking for help, I'll have to look for another package to support my needs.
Let me know! Thanks!
The text was updated successfully, but these errors were encountered: