Commit 0d4ea82f authored by Cody Zacharias's avatar Cody Zacharias Committed by Francesco Poldi

Turn quality filter off

parent cc4499b4
......@@ -46,7 +46,7 @@ async def Profile(username, init):
async def Search(config, init):
url = "{}/search/timeline?f=tweets&vertical=default&lang=en".format(base)
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:
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