mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update webapp.py
This commit is contained in:
parent
a20ac12dd6
commit
935fcf1c60
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ def search():
|
|||
if 'content' not in res: continue
|
||||
if 'title' not in res: continue
|
||||
if res['content'] == '': continue
|
||||
new_url = 'https://url'+str(len(url_pair)+1)
|
||||
new_url = 'https://url'+str(len(url_pair))
|
||||
url_pair.append(res['url'])
|
||||
res['title'] = res['title'].replace("التغريدات مع الردود بواسطة","")
|
||||
res['content'] = res['content'].replace("Translate Tweet. ","")
|
||||
|
|
Loading…
Add table
Reference in a new issue