[PR #13] [MERGED] Support for tiktok's /t/ URLs. #8378

Closed
opened 2026-04-21 20:29:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/13
Author: @coolvrdude
Created: 8/1/2022
Status: Merged
Merged: 8/3/2022
Merged by: @wukko

Base: currentHead: current


📝 Commits (1)

  • eb6fa6d Support for tiktok's /t/ URLs.

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/modules/services/_config.json (+1 -1)

📄 Description

When sharing from TikTok via the app, some URLs show up as:

https://www.tiktok.com/t/:ID/?k=1, similar to vm.tiktok.com/:ID urls, cobalt doesn't recognize the first style of links.
This should fix that, I think.

Edit: I've tested this with multiple videos, it works.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/13 **Author:** [@coolvrdude](https://github.com/coolvrdude) **Created:** 8/1/2022 **Status:** ✅ Merged **Merged:** 8/3/2022 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `current` --- ### 📝 Commits (1) - [`eb6fa6d`](https://github.com/imputnet/cobalt/commit/eb6fa6dd948fec74e8a3051e7fe9fe180b3882d3) Support for tiktok's /t/ URLs. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/services/_config.json` (+1 -1) </details> ### 📄 Description When sharing from TikTok via the app, some URLs show up as: https://www.tiktok.com/t/:ID/?k=1, similar to vm.tiktok.com/:ID urls, cobalt doesn't recognize the first style of links. This should fix that, I think. Edit: I've tested this with multiple videos, it works. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 20:29:19 -05:00
Sign in to join this conversation.