-
> **IMPORTANT:** If you are posting code or output, please make sure you wrap it with [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) so that it is readab…
-
```
What steps will reproduce the problem?
1. My data from certain feeds seem to be almost a month old
What is the expected output? What do you see instead?
The program seems to indicate that the dat…
-
We [plan](https://github.com/simplepie/simplepie/issues/731) to make SimplePie’s HTTP fetcher component replaceable with implementations of the [PSR-18](https://www.php-fig.org/psr/psr-18/) contract. …
-
A very large feed will hang retrieval with `PHP Fatal error: Allowed memory size of NNNNNNN bytes exhausted (tried to allocate NNNNNNNNN bytes) in /websites/dhnow/www/wp-includes/wp-db.php on line 19…
-
**Describe the bug**
Not able to add feeds.
When trying to add any of the feeds given in the file
[feeds.txt](https://github.com/FreshRSS/FreshRSS/files/10812511/feeds.txt)
I get an error saying …
-
strftime is deprecated and will be removed once PHP9 comes out.
This function is currently exposed via effectively a thin wrapper; the get_local_date function within Item.php
```
public funct…
-
```
What steps will reproduce the problem?
1. hg clone repo url
2. edit {config,database}-sample.php and save it as {config,database}.php
3. go to http://life.domain.tld/
What is the expected output?…
-
#### Description
This may be an oddly specific question, but I can't figure out why https://indieweb.org/this-week/feed.xml comes up empty. I.e., it gets downloaded and cached fine, but get_items()…
-
**Describe the bug**
RSS feed items can have multiple URLs associated with them, including their images, alongside the main article link. FreshRSS is sometimes confusing which link deserves primacy, …
-
I have the RSS feed below (source: https://www.telegraaf.nl/entertainment/rss).
In each `` tag, we have the `` tag containing a text in a `` HTML tag.
If I do `foreach ($feed->get_items() as $item…