462 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
110
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 ...
1
vote
1
answer
68
views
Avoid image div while parsing description tag
parsing an rss feed with this code
resp=requests.get(url)
soup = BeautifulSoup(resp.content, features="xml")
soup.prettify()
items = soup.findAll('item')
news_items = []
for item in items:
...
0
votes
0
answers
94
views
How do I scrape data from within an HTML element based on an existing URL?
I have a script to save RSS data into a Spreadsheet, but it still has shortcomings and problems.
I have received data in the form of
title, time, article link.
https://i.sstatic.net/9YTAF.png
I want ...
6
votes
1
answer
976
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 ...
0
votes
1
answer
687
views
fetch data from more than one rss feed with nextjs
I'm new to Nextjs, and I've been tinkering with a newsfeed tool to become familiar with the framework. I want to fetch data from list of RSS feeds. I've been tinkering around with it, and it's not ...
1
vote
2
answers
57
views
how can spilit img src form this js html variable ( this is rss that i call it )
var a = '<p><img loading="lazy" class="size-full wp-image-6491 aligncenter" src="https://rahaimport.net/blog/wp-content/uploads/2022/10/Export-clearance-clearance.jpg&...
0
votes
1
answer
131
views
getting error in rss feed when adding unsplash image
I am currently creating a RSS feed for my website and have included Unsplash images in my blog posts. However, when I attempted to add these images into the RSS feed,
But i got one error
My Code
<...
0
votes
0
answers
280
views
How Can I sort my parsed RSS feed by most recent?
I have an RSS parser built in NodeJS, and sometimes feeds aren't sorted in order of the most recent item. How can I modify my existing parser to sort for this information? I know I would use pubDate ...
0
votes
1
answer
413
views
Howto enable RSS feed autodetection for dynamically added `<link>` tags via JavaScript
Most single-page application (SPA) only ship a minimal static HTML skeleton and then build the entire page dynamically. This also applies to tags in the HTML header <head>.
Today, I ran into a ...
-3
votes
1
answer
819
views
TLDR; Does RSS-Feeds transport bulk or update?
Reading about RSS leads to many false-informations. I am not quite sure how RSS works. So I have some questions and I hope you dont answer using links-only. There is always another link that claims ...
Grim's user avatar
- 2,163
0
votes
0
answers
67
views
RSS Feeds are not getti ng update automatically
I have set up a blog on a subdomain. like blog.mywebsite.com
And I have set up a recent posts widget using RSS Feed on my main website's homepage.
I have managed to display the most recent 3 posts in ...
0
votes
1
answer
612
views
How to display multiple RSS feeds using PHP?
I am making a personal feed to run on an unused monitor using PHP, and I want to display multiple RSS feeds simultaneously. Is that possible? This is my current code:
<?php
class rss
{
var $...
0
votes
1
answer
230
views
I'm using the Newsblur API and I want to export a list of all the stories in a feed to a file. But when I enter my password, I get an error
I've recently gotten into RSS and I started using Newsblur. And I've...kind of bitten off more than I can chew.
I subscribed to some feeds that post wayyyyy too often and it’s super overwhelming. Before ...
0
votes
1
answer
478
views
How can I sort an RSS feed via .isoDate and keep the feed's contents connected (title and link)?
I would like to sort the RSS feed by most recent item and keep an item's title matched with its corresponding link. Here is how I parse and display the feed. The property I have thought would be best ...
0
votes
1
answer
354
views
How to handle RSS in IBKR in TWS?
Hi, this is my first post here, so don't know about any rules here. How to ask, how to tag, etc.
I'm a german stock trader, "fighting" with the TWS daily. Have to learn how to handle API ...