Support general video search
This commit is contained in:
parent
0359c72fda
commit
3f1d9777b6
|
@ -5,7 +5,7 @@ import types
|
||||||
const
|
const
|
||||||
separators = @["AND", "OR"]
|
separators = @["AND", "OR"]
|
||||||
validFilters = @[
|
validFilters = @[
|
||||||
"media", "images", "twimg",
|
"media", "images", "twimg", "videos",
|
||||||
"native_video", "consumer_video", "pro_video",
|
"native_video", "consumer_video", "pro_video",
|
||||||
"links", "news", "quote", "mentions",
|
"links", "news", "quote", "mentions",
|
||||||
"replies", "retweets", "nativeretweets",
|
"replies", "retweets", "nativeretweets",
|
||||||
|
|
Loading…
Reference in New Issue