mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-30 08:47:10 -04:00
* Show only one representation per media:group A <media:group> gathers <media:content> elements that are effectively the same content, yet different representations (e.g. several resolutions of the same video), but every representation was stored and rendered as its own enclosure. For instance, articles from PeerTube feeds showed the same video five times. When loading entries, keep only one <media:content> per <media:group>: the one marked with isDefault="true", or the first one otherwise. https://www.rssboard.org/media-rss#media-group Fixes #8569 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Update SimplePie to include FreshRSS/simplepie#86 Regenerate the vendored SimplePie from FreshRSS/simplepie@freshrss via `composer update --no-autoloader`, replacing the hand-patched Item.php with the merged upstream version. Includes <https://github.com/FreshRSS/simplepie/pull/86>. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Remove redundant test Already covered by https://github.com/FreshRSS/simplepie/pull/86 --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
34 lines
806 B
JSON
34 lines
806 B
JSON
{
|
|
"name": "freshrss.org/freshrss",
|
|
"description": "A free, self-hostable aggregator",
|
|
"type": "project",
|
|
"homepage": "https://freshrss.org/",
|
|
"license": "AGPL-3.0",
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/FreshRSS/simplepie.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "https://framagit.org/marienfressinaud/lib_opml.git"
|
|
}
|
|
],
|
|
"require": {
|
|
"marienfressinaud/lib_opml": "dev-main#f0e850b6394af90b898daf0e65fcc7363457b844",
|
|
"phpgt/cssxpath": "v1.5.0",
|
|
"phpmailer/phpmailer": "7.1.1",
|
|
"simplepie/simplepie": "dev-freshrss#7acfcf7c7195d4c1af626ecf84d1f433564c0211"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"vendor-dir": "./"
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"git clean -d -ff -X .",
|
|
"find . -name '.git' -type d -exec rm -rf {} + || true"
|
|
]
|
|
}
|
|
}
|