We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5828a commit 98fcf97Copy full SHA for 98fcf97
vxtiktok.py
@@ -194,6 +194,7 @@ def embedTiktok(sub_path):
194
return "Error converting URL (Unsupported?)",500
195
baseURL = stripURL(baseURL)
196
if user_agent in embed_user_agents:
197
+ baseURL = baseURL.replace("/photo/", "/video/")
198
return embed_tiktok(baseURL)
199
else:
200
return redirect(baseURL)
0 commit comments