Browse Source

Support general video search

Zed 7 năm trước cách đây
mục cha
commit
3f1d9777b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/search.nim

+ 1 - 1
src/search.nim

@@ -5,7 +5,7 @@ import types
 const
   separators = @["AND", "OR"]
   validFilters = @[
-    "media", "images", "twimg",
+    "media", "images", "twimg", "videos",
     "native_video", "consumer_video", "pro_video",
     "links", "news", "quote", "mentions",
     "replies", "retweets", "nativeretweets",