maTh

Results 431 comments of maTh

@lwindolf could you please help here? The list is here: https://github.com/FreshRSS/FreshRSS/blob/edge/README.md

The reading view is untouched yet. It will prevent conflicts with #6297. Sharing will be added later.

@Alkarex Thanks for your feedback. Let me explain my roadmap that I have in mind: General idea is to have the features "sharing" and "my labels" in the header too....

from the php_error_log: ``` [27-Apr-2024 23:07:01 Europe/Berlin] PHP Notice: A feed could not be found at `https://www.youtube.com/playlist?list=PLFs4vir_WsTyY31efyHdmtp9l7DpR0Wvi`; the status code is `200` and content-type is `text/html; charset=utf-8` in ...\lib\SimplePie\SimplePie.php on...

The problem with Youtube (in general, it does not matter if it is a video, a channel nor a playlist) is that Youtube does not deliver RSS feeds by default....

what is the text of the error? A screenshot would help to understand your situation

Great. Thanks. It works. It would be cool to have this information added in the documentation

First look into the code: The selector is used only for showing an error message, if the current selector is empty https://github.com/FreshRSS/FreshRSS/blob/8280e3d88edb93211fcf2aec15a7b4c1ae4d3813/app/Controllers/feedController.php#L1114-L1119 Then everything is fetched from the database. `selector_filter=selector-filter-token`...