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

[Bug] Youtube channel feeds can't be filtered based on article contents #6430

Open
glottisfaun0000 opened this issue May 5, 2024 · 3 comments
Labels
Feature Request ideas for new features Search 🔍
Milestone

Comments

@glottisfaun0000
Copy link

glottisfaun0000 commented May 5, 2024

Describe the bug

When trying to filter Youtube XML feeds, I noticed that search filters weren't applying to content in the video description which is part of the article contents. Not sure if this is an issue with how Youtube delivers the feeds or how the HTML is parsed by FreshRSS. I notice in inspector that the descriptions are <figcaption>s and the text is all in italics. Should be easy to reproduce.

To Reproduce

  1. Add a Youtube channel XML feed to FreshRSS (example: https://www.youtube.com/feeds/videos.xml?channel_id=UC1LpsuAUaKoMzzJSEt5WImw )
  2. Select the feed and enter a keyword that reflects something present in a video description which shows up as article contents (for example, in the feed above, every description has the word "Patreon")
  3. FreshRSS shows no results

Expected behavior

No response

FreshRSS version

1.23.1

Environment information

  • Intsillation type: Docker

Additional context

No response

@glottisfaun0000 glottisfaun0000 added the Bug (unconfirmed) issues thar could not reproduced yeat label May 5, 2024
@math-GH
Copy link
Contributor

math-GH commented May 5, 2024

it is not a bug, it is a feature. but it should be improved ;)

The description in youtube feeds is part of the enclosures. The text of enclosures is not searched by the filters yet

@math-GH math-GH added Feature Request ideas for new features and removed Bug (unconfirmed) issues thar could not reproduced yeat labels May 5, 2024
@math-GH math-GH added this to the 1.25.0 milestone May 5, 2024
@Alkarex
Copy link
Member

Alkarex commented May 7, 2024

The text of enclosures is not searched by the filters yet

We could add a new search operator to search in enclosures.

Actually, we used to have enclosures as part of the body, but not anymore.

@glottisfaun0000
Copy link
Author

We could add a new search operator to search in enclosures.

That sounds good - just to offer another approach to this issue as food for thought, I encountered it when trying to set up filters in the "Mark an article as read..." section, so a toggle there could work too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request ideas for new features Search 🔍
Projects
None yet
Development

No branches or pull requests

3 participants