add /all as an alternate method of creating a composite image of all images in a tweet

This commit is contained in:
Frank Hrach 2022-11-09 18:15:41 -05:00
parent 5fb3ca35c3
commit c63f8635d9

View File

@ -78,7 +78,7 @@ def twitfix(sub_path):
else:
print(" ➤ [ R ] Redirect to MP4 using d.fxtwitter.com")
return dir(sub_path)
elif request.url.startswith("https://c.vx"):
elif request.url.startswith("https://c.vx") or request.url.endswith('/all'):
twitter_url = sub_path
if match.start() == 0: