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

RSS entry content is lost, seemingly overwritten by invidious extension #4

Open
memalign opened this issue Nov 3, 2023 · 0 comments
Assignees

Comments

@memalign
Copy link

memalign commented Nov 3, 2023

On a FreshRSS instance with this extension enabled, my feed is returning this entry JSON:

    {
      "id": "tag:google.com,2005:reader/item/00060932d9441386",
      "crawlTimeMsec": "1698963858396",
      "timestampUsec": "1698963858396038",
      "published": 1698962460,
      "title": "Behind the Scenes of Apple’s Behind the Scenes of the ‘Scary Fast’ Keynote Film",
      "canonical": [
        {
          "href": "https://invidio.us/watch?v=y_E2okzJCvY"
        }
      ],
      "alternate": [
        {
          "href": "https://invidio.us/watch?v=y_E2okzJCvY"
        }
      ],
      "categories": [
        "user/-/state/com.google/reading-list",
        "user/-/label/Uncategorized"
      ],
      "origin": {
        "streamId": "feed/48",
        "htmlUrl": "https://daringfireball.net/",
        "title": "Daring Fireball"
      },
      "summary": {
        "content": "<iframe \n                style=\"height: 315px; width: 560px;\" \n                width=\"560\" \n                height=\"315\" \n                src=\"https://invidio.us/embed/y_E2okzJCvY\" \n                frameborder=\"0\" \n                allowfullscreen></iframe>"
      },
      "author": "John Gruber"
    }

For this post in the original RSS feed:

<entry>
	<title>Behind the Scenes of Apple’s Behind the Scenes of the ‘Scary Fast’ Keynote Film</title>
	<link rel="alternate" type="text/html" href="https://www.youtube.com/watch?v=y_E2okzJCvY" />
	<link rel="shorturl" type="text/html" href="http://df4.us/v4d" />
	<link rel="related" type="text/html" href="https://daringfireball.net/linked/2023/11/02/tobin-bts-scary-fast" />
	<id>tag:daringfireball.net,2023:/linked//6.40333</id>
	<published>2023-11-02T22:01:32Z</published>
	<updated>2023-11-02T22:57:44Z</updated>
	<author>
		<name>John Gruber</name>
		<uri>http://daringfireball.net/</uri>
	</author>
	<content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
<p>YouTuber Michael Tobin dove into a slew of technical and equipment details revealed in <a href="https://daringfireball.net/linked/2023/10/31/behind-the-scenes-at-scary-fast">Apple’s behind-the-scenes mini-documentary</a>. One detail a few people have noticed: “Scary Fast” was edited in Adobe Premiere Pro, not Apple’s own Final Cut Pro. Make of that what you will, but it seems like Final Cut fans <a href="https://twitter.com/matthewtobrien/status/1719371248981925926">are getting</a> the <a href="https://twitter.com/thefinalcutbro/status/1719151426138755476">heebie-jeebies</a> that Final Cut is going the way of Aperture, and Apple using Premiere Pro for this project isn’t allaying that fear.</p>

<div>
<a  title="Permanent link to ‘Behind the Scenes of Apple’s Behind the Scenes of the ‘Scary Fast’ Keynote Film’"  href="https://daringfireball.net/linked/2023/11/02/tobin-bts-scary-fast">&nbsp;★&nbsp;</a>
</div>

	]]></content>
  </entry>

I think the content should not be completely replaced by this extension. There's no way for a user to see the original entry text or get a link to the original post.

@Korbak Korbak self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants