mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Add spaces filter, remove broken filters
This commit is contained in:
parent
f038b53fa2
commit
4979d07f2e
2 changed files with 3 additions and 6 deletions
|
|
@ -6,10 +6,9 @@ import types
|
|||
const
|
||||
validFilters* = @[
|
||||
"media", "images", "twimg", "videos",
|
||||
"native_video", "consumer_video", "pro_video",
|
||||
"native_video", "consumer_video", "spaces",
|
||||
"links", "news", "quote", "mentions",
|
||||
"replies", "retweets", "nativeretweets",
|
||||
"verified", "safe"
|
||||
"replies", "retweets", "nativeretweets"
|
||||
]
|
||||
|
||||
emptyQuery* = "include:nativeretweets"
|
||||
|
|
|
|||
Loading…
Reference in a new issue