Results 259 comments of Zed

Chunked yes, but special support for Twitter's mp4 quirks was necessary. Implementation here, testing would be greatly appreciated: #634

Is this still a problem? Does it happen with twitter's web client?

Does "official Twitter client" mean the app or their website? If they do some special thing in the app, but it doesn't work with their web client, I'll just close...

This is easy, but the main problem is any change to the GUID format will cause everyone's RSS clients to suddenly think there are 20 new tweets. I can't think...

There's a button top right for the corresponding Twitter link, isn't that enough?

Works fine for me when I take the Min-Id header value and use it for the `?cursor` or `?max_position` query

The PR doesn't cover things like rate limiting, server config to control usage of the API (e.g. disabling it), documentation, reusing code to avoid duplication for every endpoint, etc. I'm...

Supporting it properly is difficult due to the design constraints. You can manually type in the advanced search like you'd do on twitter

gloschtla is talking about how Nitter constructs search queries from the checked filters/excludes, not the ability to manually use AND/OR. `cats "with dogs" OR "sleeping"` works as you would expect.

Solution: https://github.com/zedeus/nitter/issues/217#issuecomment-657185995