Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add Thumbnail to Media Group for Atom Feed #2

Closed
michael-yarzebinski opened this issue Jul 1, 2024 · 3 comments
Closed

Comments

@michael-yarzebinski
Copy link

michael-yarzebinski commented 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:

<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!

@michael-yarzebinski michael-yarzebinski changed the title Atom Feed Item not Returning Thumbnails Correctly Atom Feed Item Not Returning Group Thumbnails Jul 1, 2024
@michael-yarzebinski 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
@sgehrman
Copy link

sgehrman commented Aug 8, 2024

does this work?

@michael-yarzebinski
Copy link
Author

does this work?

Yep! It works!

@Feichtmeier Feichtmeier reopened this Aug 27, 2024
@amugofjava
Copy link
Collaborator

Hi Michael. Thanks for your PR. It's been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants