|
@@ -35,7 +35,7 @@ async def search_videos_from_the_web():
|
|
|
:return:
|
|
|
"""
|
|
|
params = await request.get_json()
|
|
|
- title = params['title'].replace("【非头次】", "")
|
|
|
+ title = params['title'].replace("【非头次】", "").replace("【头次】", "")
|
|
|
gh_id = params['ghId']
|
|
|
trace_id = "search-{}-{}".format(str(uuid.uuid4()), str(int(time.time())))
|
|
|
params['trace_id'] = trace_id
|