yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
6.93k stars 392 forks source link

Youtube feed article content is empty #211

Open tonyrulez opened 3 years ago

tonyrulez commented 3 years ago

Describe the bug Youtube channel RSS feed only displays the title, feed description is empty while it should contain the description, thumbnail and stats.

To Reproduce Subscribe to any Youtube channel. Sample feed: https://www.youtube.com/feeds/videos.xml?channel_id=UCBJycsmduvYEL83R_U4JriQ Look at the feed. It's empty in both RSS full text and Load full content view.

Expected behavior Go to sample feed: https://www.youtube.com/feeds/videos.xml?channel_id=UCBJycsmduvYEL83R_U4JriQ As you can see, it contains a lot of information, video description, thumbnail, and stats. This should be also shown in Fluent Reader.

Screenshots

Sample feed from QuiteRSS:

kép

Same article from Fluent Reader:

kép

Platform (please complete the following information):

yang991178 commented 3 years ago

Media attachments to the feed aren't parsed at the moment and only main content is shown. You can get around this with RSS sync services that parse the media attachment or use feed generators like RSSHub.

langballe commented 2 years ago

Possible fix in this pull request: #297. Implementing custom modules/parser for feeds that doesn't get parsed by initial parser should be considered as its relativity game breaking for certain users. See issue #287 for another example.

hyuri commented 1 year ago

+1 this feature. I came here to report this as a bug.