Sfoglia il codice sorgente

2024-05-05
上线抖音搜索

罗俊辉 10 mesi fa
parent
commit
57a8a2bf98
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      applications/search/dy_search.py

+ 1 - 1
applications/search/dy_search.py

@@ -19,7 +19,7 @@ def douyin_search(keyword, sensitive_words):
     payload = json.dumps({
         "keyword": keyword,
         "category": "全部",
-        "period": "近7天",
+        "period": "近90天",
         "content_modal": "视频",
         "cursor": ""
     })