Quantcast
Channel: Active questions tagged rss - Stack Overflow
Browsing latest articles
Browse All 104 View Live

Avoid image div while parsing description tag

parsing an rss feed with this coderesp=requests.get(url)soup = BeautifulSoup(resp.content, features="xml")soup.prettify()items = soup.findAll('item')news_items = []for item in items: news_item={}...

View Article



Is there a standard for including a transcript in an audio podcast RSS feed?

I am programmatically generating an RSS feed for an audio podcast. I have transcripts in the form of subtitle (SRT) files for each audio file.Is there a standard or norm, de-facto or de-jure, for...

View Article

Getting full URL using form action Submit from torrent page

I am trying to setup my seedbox to automatically download torrents.I am using the site's RSS feed but the feed provies a list of pages of the torrents. These pages contain a button ("Download") of type...

View Article

Result from RSS feed with cURL via PHP is different than cURL via console...

I'm trying to get an old page to run again and it seems that with the change from http to https on that URL = https://feeds.bbci.co.uk/news/politics/rss.xml curl via PHP isn't delivering the XML...

View Article

How to get the rss feed of github release , only latest release, exclude pre...

For bitcoin, the release page:https://github.com/bitcoin/bitcoin/releasesI can get github release rss seed by append ".atom" on ithttps://github.com/bitcoin/bitcoin/releases.atomBut this will include...

View Article


Image may be NSFW.
Clik here to view.

WordPress Castos plugin: Seriously Simple Podcasting RSS validator issues....

Seriously Simple Podcasting (SSP) version 2.23.0 and earlier, have issues that are producing an RSS feed not validated by W3 Validator.How to reproduce this issueTake any RSS feed made with this...

View Article

Creating an RSS feed in ASP.NET 3.5

How would you create an RSS feed in ASP.NET 3.5 using C#? What framework pieces would help in making the publishing of an RSS or Atom feed easier for the .NET developer?Are there any extra features in...

View Article

How to create an ASP.NET RSS feed

How do I create an RSS feed in ASP.NET? Is there anything built in to support it? If not, what third-party tools are available?I'm thinking Webforms, not MVC, though I suppose since this isn't a...

View Article


Image may be NSFW.
Clik here to view.

Getting none when trying to parse description tag of rss feed

so i'm acessing this rss feedas you can see there is a description tag. when i'm parsing the feed it returns back none for the description tagand this is the error message i getAttributeError:...

View Article


How to fix 'A feed could not be found' error 200 when trying to add...

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 "A...

View Article

rss feed and Search engine optimization alert

//may this is duplicate i am using rss feed for my website ,the rss feed is create from php and mysql dynamically;i read that rss feed is help in indexing;now,my question is how i know that search...

View Article

Rss parse error with PHP

When I try to fetch and parse the Indian Express rss feed, the following error occurred.A PHP Error was encountered Severity: Warning Message: Illegal string offset 'CONTENT' Filename:...

View Article

Are there a RSS like standard format for distributed (forum like) communication?

To communicate with each other using e-mails users do not need to use the same "provider" (some user might use gmail, other Yahoo or Hotmail and they still can write e-mails to each other)....

View Article


Can an RSS guid be considered globally unique?

I need to store new items from multiple RSS feeds in a database. I would like to use the GUID tag of each item to determine, whether it already exists in the database.See the W3C specification:guid...

View Article

Google Feed Control - Styling with CSS

I'm putting together a small list of RSS feeds using the Google Dynamic Feed Control.However I'm just wondering if there is any documentation into explaining how I could style it. As I'm aware it uses...

View Article


Java process RSS & MALLOC_ARENA_MAX relation

I had an OOM issue with my spring boot app container running on k8. It was a classic case where the NMT report committed memory stayed the same but the RSS of the java process kept on increasing. After...

View Article

How to web scrape google news headline of a particular year (e.g. news from...

I've been exploring web scraping techniques using Python and RSS feed, but I'm not sure how to narrow down the search results to a particular year on Google News. Ideally, I'd like to retrieve...

View Article


To find whether the given URL is a RSS feed URL or not

I have a list of URLs which has to be processed and the result should be only the RSS feed URLS in that list.How can I identify whether the given link is a RSS feed URL or not?I need to build the...

View Article

Cannot Access Podcast Category from RSS Feed Using FeedKit due to Missing Member

I’m using FeedKit to parse podcast RSS feeds in a Swift project. Everything was going smoothly until I hit a snag trying to extract the podcast category name. Despite what seemed like a straightforward...

View Article

Wordpress RSS Feed description has image link

My RSS Feed seems to directly embed the featured image link in the description. Removing the featured image on the post will remove it, but obviously, that's not the...

View Article

Setting up a Github Commit RSS feed

I am trying to have my github commits as an RSS feed but so far I have not managed to figure it out. I know that a private feed is available with the following...

View Article


News RSS Feeds and Displaying it on other website

So, I have a news website full of news created using webflow. What I wanna do is I want to create RSS Feeds for the news and then embed it on other website. The problem is that when I embed the code,...

View Article


RSS feed on my github.io pages is not showing the hostname in the URL

I have a website setup on github.in, https://waynemroseberry.github.io/. The RSS feed on the page (which came in by default when I setup Jekyll) presents the pages without the hostname on the website....

View Article

Opening RSS page errors with “This XML file does not appear to have any style...

I have BuddyPress on my website, and when I'm trying to go the link RSS, the result is this:This XML file does not appear to have any style information associated with it<?xml version="1.0"...

View Article

Serving a webpage content by running a php/python script

I'm trying to set up a RSS for my site. So I would like to make a link that takes in a keyword and produces a RSS feed.I have a python script (script.py) to generate this xml, but I don't know how to...

View Article


Is there a way to add an RSS feed to a Facebook Business Page in 2024 without...

I am aware that there are some third party apps that do this but it seems strange that Facebook would not have a way to do this built into the site. Facebook has changed the business page features and...

View Article

How to monitor an RSS Feed?

The only way I know would be to use a cron job of sorts to fetch the url. But say if that's done using a serverless architecture every 5 seconds, then according to PerplexityAI, the cost will be...

View Article

Why does rss2json API for medium has a limit on response?

I'm using below API for my portfolio, which I expected will return all my blogsGET api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/@usernameThis API only return 5 blogs, but I want all my...

View Article

How to change feedzy rss plugin cache time in wordpress

https://wordpress.org/plugins/feedzy-rss-feeds/In this plugin, is the minimum cache time 1h but I need to change it to 1 min.I need it because my news are time critical and need to be load fastly.Does...

View Article



Should I keep all the articles in rss or just the new ones?

Should I keep all the articles in rss feed or just new ones? There are too many articles on my website and a new one is added in every 10-20 minutes so what would be the best approach in this case....

View Article
Browsing latest articles
Browse All 104 View Live




Latest Images