zedeus / nitter

Alternative Twitter front-end
https://nitter.net
GNU Affero General Public License v3.0
10.03k stars 531 forks source link

The inconsistence about the page and RSS result #992

Open E1xP opened 1 year ago

E1xP commented 1 year ago

When i try to use search function to exclude some retweets. And generate the RSS feed link. I found some retweets will show in the RSS link but not in the page. I think the RSS should be the some content with the page.

There is the link as follow:

/voidinteractive/search?f=tweets&q=&e-nativeretweets=on&e-replies=on&e-quote=on

/voidinteractive/search/rss?f=tweets&e-quote=on&e-replies=on&e-nativeretweets=on

zedeus commented 1 year ago

This is known, for now you can do this instead: https://nitter.net/search/rss?f=tweets&q=from%3AVOIDInteractive&e-nativeretweets=on&e-replies=on&e-quote=on

E1xP commented 1 year ago

This is known, for now you can do this instead: https://nitter.net/search/rss?f=tweets&q=from%3AVOIDInteractive&e-nativeretweets=on&e-replies=on&e-quote=on

Thanks.

And I also noticed the query function is also not working in RSS Feed. Such as: /WorldPressPhoto/search?f=tweets&q=Photo+of+the+Day&e-nativeretweets=on&e-replies=on&e-quote=on /WorldPressPhoto/search/rss?f=tweets&q=Photo+of+the+Day&e-quote=on&e-replies=on&e-nativeretweets=on

markcellus commented 1 year ago

Such as: /WorldPressPhoto/search?f=tweets&q=Photo+of+the+Day&e-nativeretweets=on&e-replies=on&e-quote=on /WorldPressPhoto/search/rss?f=tweets&q=Photo+of+the+Day&e-quote=on&e-replies=on&e-nativeretweets=on

Looks like there's two q parameters in your URL. That may be the issue.

E1xP commented 1 year ago

Such as: /WorldPressPhoto/search?f=tweets&q=Photo+of+the+Day&e-nativeretweets=on&e-replies=on&e-quote=on /WorldPressPhoto/search/rss?f=tweets&q=Photo+of+the+Day&e-quote=on&e-replies=on&e-nativeretweets=on

Looks like there's two q parameters in your URL. That may be the issue.

Actually that is two URL for comparison. first is page view, 2nd is the RSS xml.

markcellus commented 1 year ago

Oh yeah, sorry I was looking at it on my mobile phone and it had the two URLs smooshed together as one. :+1

zedeus commented 11 months ago

I'm looking to a get a single tweet rss

What is this supposed to do? That just isn't possible.

untitaker commented 11 months ago

the RSS feeds are not supposed to make your scraping easier. also public instances will likely ban your app because they do not appreciate getting scraped.