All Questions
827 questions
-2
votes
0
answers
20
views
Modify external RSS feed [closed]
I have an RSS feed https://www.nius.de/rss that only works with WP-Local as it is. If I use the online link on the website: https://mecker-ecke.com/test/ there is the following error message:
https://...
0
votes
0
answers
28
views
Problem with RSS feed in WordPress - didnt work
I have a problem with the RSS feed on my site. Theoretically, there is a feed, but... the systems do not see it. An example is the SQUID content aggregator. ChatGPT throws out the answer:
I apologize ...
1
vote
0
answers
14
views
Why Repeat Redundant RSS Tags at Both Channel and Item Level, Even Absent Change?
This question relates to RSS feed generators for podcasts and specifically the tags of itunes:author and itunes:explicit.
Why does every RSS feed I have found redundantly show the tags of itunes:...
0
votes
0
answers
58
views
Using Python to create an RSS feed - but would like to display the feed locally
I've created a project that creates an RSS feed. This RSS feed will be sent to a company that will wrap it and create their own prettier RSS feed with it, but is there a tool or extension that devs ...
0
votes
1
answer
29
views
Empty RSS/Atom feed only pointing to next chunk?
If my feed contains 0 item and only has the paginated feed information, and items start in the "next" chunk, will most software consuming feeds see my items?
Basically, I want all my ...
0
votes
3
answers
777
views
UnicodeEncodeError: 'utf-8' codec can't encode character '\ud83c' in position 0: surrogates not allowed
I am trying to parse "https://tre.tbe.taleo.net/tre01/ats/servlet/Rss?org=arobpers2&cws=42" but I am getting the error "UnicodeEncodeError: 'utf-8' codec can't encode character '\...
0
votes
0
answers
159
views
Setting up Custom Post Types to appear in Wordpress RSS Feeds
I'm using Wordpress with Elementor and then using Crocoblock JetEngine to create custom post types which I was hoping would be accessible through RSS feeds, but its not quite working, so I'm hoping ...
5
votes
1
answer
739
views
Gitlab Activity feed needs authentication
I want to add die Gitlab Activity Feed to my rss reader (Liferea 1.13.7 on Ubuntu 22.04). I am using the Subscription URL with die feed specific Token in the URL. But Liferea is asking for ...
1
vote
0
answers
337
views
How to get this isPermaLink="false" text from guid?
How to get this text isPermaLink="false" from guid?
<guid isPermaLink="false">article-67228311</guid>
I am using this library com.rometools.rome.feed.synd.SyndEntry. ...
0
votes
0
answers
81
views
Undefined Type error using willvincent/feeds
I'm getting the following error:
[{
"resource": ".../app/Http/Controllers/HomeController.php",
"owner": "_generated_diagnostic_collection_name_#0",
&...
0
votes
1
answer
637
views
Saving RSS Feed history using =IMPORTFEED and a Google Sheets Script
I am trying to build a database of the RSS Feed history of several feeds on Google Sheets. In order to do this, I am building on Digital Farmer's answer to the question Google sheet RSS feed ...
0
votes
0
answers
312
views
=IMPORTFEED doesn't load as many items as it instructed
I am trying to import the feed from the website "https://www.construnario.com/feed" into Google Sheets using the =IMPORTFEED function. However, I have encountered a limitation where it only ...
0
votes
1
answer
61
views
How to get rid of @attributes key in json response when reading a xml media:content attribute?
Does anyone know how I can remove the @attributes key from a JSON api response?
Actually I'm trying to access the url property of a media:content in an xml file
https://rss.nytimes.com/services/xml/...
0
votes
1
answer
745
views
How to fix 'A feed could not be found' error 200 when trying to add childcaredaily.org's RSS feed to another website?
I am trying to display blog post from one website to another website. I searched for the /feed/ so I can add recent blogs from childcaredaily.org to another website but I keep getting this message &...
1
vote
1
answer
223
views
wordpress feed displaying full posts instead of excerpt
I've been implementing a way to get the feature images to display in the rss feed for automated newsletters to retrive them, and I've managed that by adding the following snippet:
function ...