withFeed -> with_tweets
This commit is contained in:
@@ -330,7 +330,7 @@ def twitfix(sub_path):
|
||||
username=sub_path.split("/")[0]
|
||||
extra = sub_path.split("/")[1]
|
||||
if extra in [None,"with_replies","media","likes","highlights","superfollows","media",''] and username != "" and username != None:
|
||||
userData = getUserData(f"https://twitter.com/{username}","withFeed" in request.args)
|
||||
userData = getUserData(f"https://twitter.com/{username}","with_tweets" in request.args)
|
||||
if isApiRequest:
|
||||
if userData is None:
|
||||
abort(404)
|
||||
|
||||
Reference in New Issue
Block a user