Skip to content

Commit

Permalink
oembed - tiktok photomode URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Jan 24, 2025
1 parent 15695d8 commit e443492
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/plugins/system/oembed/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@
],
"endpoint": "https://publish.twitter.com/oembed"
},
{
"name": "TikTok photomode",
"templates": [
"www\\.tiktok\\.com/(@[^\\/]+)\/photo\/(\\d+)"
],
"url": "https://www.tiktok.com/{1}/video/{2}",
"endpoint": "https://www.tiktok.com/oembed"
},
{
"name": "TikTok",
"templates": [
Expand Down

0 comments on commit e443492

Please sign in to comment.