Commit 433323a9 authored by Cody Zacharias's avatar Cody Zacharias Committed by Francesco Poldi

Turn quality filter off

parent fa9a95fa
...@@ -46,7 +46,7 @@ async def Profile(username, init): ...@@ -46,7 +46,7 @@ async def Profile(username, init):
async def Search(config, init): async def Search(config, init):
url = "{}/search/timeline?f=tweets&vertical=default&lang=en".format(base) url = "{}/search/timeline?f=tweets&vertical=default&lang=en".format(base)
url += "&include_available_features=1&include_entities=1&" url += "&include_available_features=1&include_entities=1&"
url += "reset_error_state=false&src=typd&max_position={}&q=".format(init) url += "reset_error_state=false&src=typd&qf=off&max_position={}&q=".format(init)
if config.Lang: if config.Lang:
url = url.replace("lang=en", "l={0.Lang}&lang=en".format(config)) url = url.replace("lang=en", "l={0.Lang}&lang=en".format(config))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment