Replies: 5 comments
-
This is from the RSS feed: <entry>
<id>yt:video:a8-f7y2Jkr4</id>
<yt:videoId>a8-f7y2Jkr4</yt:videoId>
<yt:channelId>UC5rT7F0PGNuD54rJ9kzgWzw</yt:channelId>
<title>Off Grid Cider Making 2020</title>
<link rel="alternate" href="https://www.youtube.com/watch?v=a8-f7y2Jkr4"/>
<author>
<name>Kris Harbour Natural Building</name>
<uri>https://www.youtube.com/channel/UC5rT7F0PGNuD54rJ9kzgWzw</uri>
</author>
<published>2020-11-06T14:11:10+00:00</published>
<updated>2020-12-29T17:08:45+00:00</updated>
<media:group>
<media:title>Off Grid Cider Making 2020</media:title>
<media:content url="https://www.youtube.com/v/a8-f7y2Jkr4?version=3" type="application/x-shockwave-flash" width="640" height="390"/>
<media:thumbnail url="https://i2.ytimg.com/vi/a8-f7y2Jkr4/hqdefault.jpg" width="480" height="360"/>
<media:description>Its the time of year again, Cider making. It was a good year for apples. we made 35L of cider and 35L of apple juice for the freezer.</media:description>
<media:community>
<media:starRating count="3659" average="4.96" min="1" max="5"/>
<media:statistics views="57156"/>
</media:community>
</media:group>
</entry> The parser is working correctly. The "Date" column shows the date upon which the content was last updated, which in this case is 29 December 2020. It seems that YouTube refers to the Flash version of the video as the feed entry's "enclosure". This is what Vienna uses to have compatibility with the RSS To support video thumbnails, Vienna would have to add support for the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This is not the same. This is how the feed of Macrumors looks: <item>
<title>Apple Removes 39,000 Games From China App Store</title>
<link>https://www.macrumors.com/2020/12/31/apple-removes-39000-game-apps-from-china-store/</link>
<comments>https://forums.macrumors.com/threads/apple-removes-39-000-games-from-china-app-store.2278090</comments>
<pubDate>Thu, 31 Dec 2020 04:24:10 PST</pubDate>
<guid isPermaLink="false">https://www.macrumors.com/2020/12/31/apple-removes-39000-game-apps-from-china-store/</guid>
<dc:creator>Tim Hardwick</dc:creator>
<category>App Store</category>
<category>China</category>
<description>Apple on Thursday removed nearly 39,000 apps from its Chinese App Store due to the apps lacking an official license from local regulators, reports <em><a href="https://www.reuters.com/article/us-apple-china-games-idUSKBN2950P1">Reuters</a></em>.
<br/>
<br/>
<img src="https://images.macrumors.com/article-new/2020/03/appstore.jpg" alt="" width="2000" height="1032" class="aligncenter size-full wp-image-730995" />
<br/>
...
</description>
</item> You can see here that the large image is directly embedded in the In the case of YouTube, the thumbnail image is instead declared as an enclosure (i.e. attachment) to the feed entry, using a non-standard
I have marked this as a feature request. |
Beta Was this translation helpful? Give feedback.
-
ok i understand, thank you for the explanations and for making this a feature request. this is probably one of the worst piece of code i have done. i was able to add support for showing the youtube feed preview image and correcting the date too. so far i see no bad side effects on the other feeds. |
Beta Was this translation helpful? Give feedback.
-
i don't think anyone would want to use my "code" as it's probably really crappy quality. i suppose providing pull request for this wouldn't be acceptable, quality wise, as it's probably done in the worst way possible but, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
other rss clients are able to display the video thumbnail alongside the video description. vienna only show the video description text but fails to show the thumbnail/video preview/still frame. instead it says there is an enclosed file, but i think it is an error of parsing. it seems in the case of youtube subscriptions, it download the whole html page and make it an attachment to the feed.
also i noticed the feed date is getting errors. i'm getting old feed from september 2020 to popup as new in december 2020. here are the steps i did: i deleted my old subscriptions and started fresh today, january the 2nd of 2021. i clicked "refresh subscriptions" button to make the initial sync, and i saw some old videos from september being marked as new from december. and not only on one subscription only but many of them showed this problem. vienna is incorrectly pulling the feed date.
as an example of these problem please see the screenshot,

vienna says the highlighted feed is from 29/12/2020
the link to this video is: https://www.youtube.com/watch?v=a8-f7y2Jkr4
when i go to that page, i can see the video is in fact from 06/11/2020
also finally, it would be nice if vienna could send links to some external player, like vlc or mpv or iina.
test environment: vienna version 3.7.0 :5698f89d: (7429) on macos bigsur.
Beta Was this translation helpful? Give feedback.
All reactions