[Solved] Way to filter short news?

Hey. Maybe someone had the same problem.
Is there any way to delete (or not receive) news shorter than the given length? I subscribed to the Medium tags, there is a lot of spam and garbage from the short text. I just want to throw out short messages.

a filter matching content like ^.{0,X}$ could be worth a try (where X is maximum length of the post, in characters)