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
Previously, I only add filter when a reasonable feature is not possible to accomplish. Later from the feedback I decided some filters are good to have if they simplify a common usage pattern. One of such example is the addition of limit filter, which simply limits the number of posts, although already covered using the js filters.
@tillcash unfortunately the lighter youtube embeds feature is not something rss-funnel can implement.
The main reason is that the youtube feed entries are not provided as a html snippet with an <embed> which we can manipulate. You can preview youtube on your feed reader because the feed reader recognizes that the entry is a youtube video and shows an embedded video player.
Here is an example youtube feed entry in case you're curious:
<entry>
<id>yt:video:Mo1v8P7l4I4</id>
<yt:videoId>Mo1v8P7l4I4</yt:videoId>
<yt:channelId>UCZYTClx2T1of7BRZ86-8fow</yt:channelId>
<title>How Cheap Cigars Legitimized Quantum Mechanics</title>
<linkrel="alternate"href="https://www.youtube.com/watch?v=Mo1v8P7l4I4"/>
<author>
<name>SciShow</name>
<uri>https://www.youtube.com/channel/UCZYTClx2T1of7BRZ86-8fow</uri>
</author>
<published>2024-07-13T17:00:23+00:00</published>
<updated>2024-07-13T17:07:16+00:00</updated>
<media:group>
<media:title>How Cheap Cigars Legitimized Quantum Mechanics</media:title>
<media:thumbnailurl="https://i2.ytimg.com/vi/Mo1v8P7l4I4/hqdefault.jpg"width="480"height="360"/>
<media:description>The Stern-Gerlach Experiment in lauded in textbooks around the world for its contributions to the world of quantum physics. But for a few years, scientists unknowingly praised it for proving the wrong thing! Because instead of proving an established hypothesis about how electrons work, it had actually discovered an entirely unexpected phenomenon (called spin).</media:description>
<media:community>
<media:starRatingcount="6063"average="5.00"min="1"max="5"/>
<media:statisticsviews="133055"/>
</media:community>
</media:group>
</entry>
Previously, I only add filter when a reasonable feature is not possible to accomplish. Later from the feedback I decided some filters are good to have if they simplify a common usage pattern. One of such example is the addition of
limit
filter, which simply limits the number of posts, although already covered using thejs
filters.I have several ideas on what to add:
image proxy: add prefix to(implemented in feat: Image proxy endpoint and filter #123)img[src]
with optional url encodingscan for magnet links and put into enclosure(implemented in feat(filters): detect magnet links from feed entries #122)The text was updated successfully, but these errors were encountered: