7,682 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
60
views
I want to use direct link obtained from RSS on thumbnails
I use IFTTT to retrieve articles via RSS and post them to my WordPress site.
Download the image from the <img> at the beginning of the RSS and use that image as the thumbnail.
I would like to ...
0
votes
2
answers
244
views
How to Resolve Google News Redirects to Get the Final Article URL Using Axios?
I'm trying to scrape news articles from Google News using Node.js. The issue I am passing is that the links provided by the RSS feed. They give us this type of link which is a Google Rss Link which ...
2
votes
1
answer
34
views
Returning partial RSS with If-Modified-Since: good practice?
I've recently been debugging a problem with an application that parses RSS feeds, and encountered some behaviour in a third-party RSS feed which seems rather odd to me. I would be interested in ...
0
votes
1
answer
62
views
Adding an RSS feed to a Sveltekit site with adapter-static set up
I have used Svelte/Sveltekit to develop a personal static blog. This is SSR using adatpter-static with a fallback set and prerender = true added to my root layout.
All went well and Svelte seemed ...
1
vote
1
answer
46
views
How to create a success message in JS
I am trying to create a project - RSS reader and I have a problem.
After I adding new RSS Feed I don't have a message under URL input about successful RSS load.
I tried everything and I can't find a ...
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 ...
0
votes
1
answer
113
views
How to Scrape Google RssFeed Links?
I'm trying to scrape links that are found in google RssFeeds for a given country.
The links are located in the xml format when you visit this url https://news.google.com/rss/search?q={"...
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
1
answer
32
views
I would like to implement case sensitive search in elasticsearch and i dont know how
I have made kind of an RSS aggregator that stores news RSSs in elasticsearch and i would like to perform case sensitive searches. From what I have read (I am new to ES) I've seen that by default ES is ...
0
votes
0
answers
42
views
using webflux and netty in Java, rss keep increasing and rss larger than heap memory
There is a problem with my Java program. I checked it with top and found that the RSS resource is much larger than the maximum value of the heap memory.
here is my code,very simple
@RequestMapping(...
1
vote
0
answers
62
views
Issues with Full Content Fetching in WordPress RSS Aggregator for a Valid RSS Feed
I recently created an RSS feed available at rss-feed-metakam-resourceworks.vercel.app/feed.rss. After validation through validator.w3.org/feed, it was confirmed that the RSS is valid. However, I am ...
0
votes
1
answer
31
views
Rumble RSS feed - gives 403 when called with a python urllib.request
The iine of code failing is
req = urllib.request.Request(url)
A rumble RSS feed address that works fine typed into a browser address line returns a '403 - authorisation will not help'.
A ...
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
0
answers
64
views
How to get more data from RSS Feed?
I created an react native expo app which can fetch and show rss feed data
Suppose on this site https://www.drive.com.au/news/ there are almost 30 posts and show more option but when I fetch the rss ...