[PR #407] [MERGED] fix tiktok downloads #4076

Closed
opened 2026-04-13 12:27:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/407
Author: @wukko
Created: 3/29/2024
Status: Merged
Merged: 3/29/2024
Merged by: @wukko

Base: currentHead: fix-tiktok


📝 Commits (9)

  • a1c5a4d tiktok: update domain & force device info
  • c2c62c1 docs/run-an-instance: add TIKTOK_DEVICE_INFO description
  • bcd8ca1 loc/en: remove extra comma in ContactLink
  • 5438eb4 cobalt.css: stretch error popup content to full width
  • 79772d4 package: bump version to 7.12.2
  • 18545e7 tiktok: clean up
  • 299b46e tiktok: replace filter with find
  • 5dcbe39 tiktok: default to h264 but fall back to h265
  • acdb22c tiktok: more cleaning up

📊 Changes

6 files changed (+55 additions, -49 deletions)

View changed files

📝 docs/run-an-instance.md (+23 -0)
📝 package.json (+1 -1)
📝 src/front/cobalt.css (+1 -0)
📝 src/localization/languages/en.json (+1 -1)
📝 src/modules/processing/match.js (+0 -2)
📝 src/modules/processing/services/tiktok.js (+29 -45)

📄 Description

closes #396 and #294

remake of #401


🔄 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/407 **Author:** [@wukko](https://github.com/wukko) **Created:** 3/29/2024 **Status:** ✅ Merged **Merged:** 3/29/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `fix-tiktok` --- ### 📝 Commits (9) - [`a1c5a4d`](https://github.com/imputnet/cobalt/commit/a1c5a4da7204f75e7e37eadfb2b454ef1320e89e) tiktok: update domain & force device info - [`c2c62c1`](https://github.com/imputnet/cobalt/commit/c2c62c1bc29bff24f2cbd762a4c584baf8c760c6) docs/run-an-instance: add TIKTOK_DEVICE_INFO description - [`bcd8ca1`](https://github.com/imputnet/cobalt/commit/bcd8ca14b0bcaa8d2390a6cc0b6dba2f1a197c35) loc/en: remove extra comma in ContactLink - [`5438eb4`](https://github.com/imputnet/cobalt/commit/5438eb4405d5ebac64cafbc2bc46339a43655370) cobalt.css: stretch error popup content to full width - [`79772d4`](https://github.com/imputnet/cobalt/commit/79772d45d7a8e65fe67ee9324d4255ed08181fe3) package: bump version to 7.12.2 - [`18545e7`](https://github.com/imputnet/cobalt/commit/18545e7c910976d1c376713e10bdf93d289effbd) tiktok: clean up - [`299b46e`](https://github.com/imputnet/cobalt/commit/299b46e940bf98fd45ad5b0865dcf058f72cbc31) tiktok: replace filter with find - [`5dcbe39`](https://github.com/imputnet/cobalt/commit/5dcbe397dc06f936b44a5307befb6b410b83a4f9) tiktok: default to h264 but fall back to h265 - [`acdb22c`](https://github.com/imputnet/cobalt/commit/acdb22c41bc03f2b6f900c711cab3b4bdf89a865) tiktok: more cleaning up ### 📊 Changes **6 files changed** (+55 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `docs/run-an-instance.md` (+23 -0) 📝 `package.json` (+1 -1) 📝 `src/front/cobalt.css` (+1 -0) 📝 `src/localization/languages/en.json` (+1 -1) 📝 `src/modules/processing/match.js` (+0 -2) 📝 `src/modules/processing/services/tiktok.js` (+29 -45) </details> ### 📄 Description closes #396 and #294 remake of #401 --- <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-13 12:27:32 -05:00
Sign in to join this conversation.