[PR #503] [MERGED] tiktok: use webapp-based downloading method #1176

Closed
opened 2025-11-09 10:07:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/503
Author: @otomir23
Created: 5/18/2024
Status: Merged
Merged: 5/21/2024
Merged by: @wukko

Base: currentHead: fix/tiktok-downloads


📝 Commits (10+)

  • 7189ea2 tiktok: implement new webapp-based downloading method
  • 66546ff tiktok: fix author username missing in filename
  • 97850e0 tiktok: improve link parsing
  • 6e8af30 tiktok: improve web-app parsing error handling
  • 606eb62 stream/shared: improve reducer readability
  • d801d57 tiktok: remove unnecessary username from the download process
  • cb55dcd tiktok: fix wrong string method name
  • a0fe86b tiktok: fix picker audio missing extension
  • 3e4c374 tiktok: add original audio functionality back
  • 9faccc0 tiktok: use original audio if video isnt available

📊 Changes

3 files changed (+68 additions, -52 deletions)

View changed files

📝 src/modules/processing/matchActionDecider.js (+19 -11)
📝 src/modules/processing/services/tiktok.js (+42 -40)
📝 src/modules/stream/shared.js (+7 -1)

📄 Description

fixes #497

test instance available at web.eepy.today


🔄 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/503 **Author:** [@otomir23](https://github.com/otomir23) **Created:** 5/18/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `fix/tiktok-downloads` --- ### 📝 Commits (10+) - [`7189ea2`](https://github.com/imputnet/cobalt/commit/7189ea21bc40f7d4e6abb2722ad55ee5d30e0a18) tiktok: implement new webapp-based downloading method - [`66546ff`](https://github.com/imputnet/cobalt/commit/66546ff79bae58b9331726c391a37211449421ee) tiktok: fix author username missing in filename - [`97850e0`](https://github.com/imputnet/cobalt/commit/97850e08af9b7b0af1b1cf64340202d76ca2bfd7) tiktok: improve link parsing - [`6e8af30`](https://github.com/imputnet/cobalt/commit/6e8af30227879bf2d1d5ca61bb943f712408ac1d) tiktok: improve web-app parsing error handling - [`606eb62`](https://github.com/imputnet/cobalt/commit/606eb6212d4d47f7a5ec498f7dc760975cadd6bd) stream/shared: improve reducer readability - [`d801d57`](https://github.com/imputnet/cobalt/commit/d801d57a65b35b999ccdb733a70cf218ce276763) tiktok: remove unnecessary username from the download process - [`cb55dcd`](https://github.com/imputnet/cobalt/commit/cb55dcdc14a62748d56ef0e826bee6b5e5c35e9e) tiktok: fix wrong string method name - [`a0fe86b`](https://github.com/imputnet/cobalt/commit/a0fe86bcc0360dfbd04ba63f94dbf393d658c78c) tiktok: fix picker audio missing extension - [`3e4c374`](https://github.com/imputnet/cobalt/commit/3e4c374feb028623f7c47a9592c7498e14f63ee4) tiktok: add original audio functionality back - [`9faccc0`](https://github.com/imputnet/cobalt/commit/9faccc0a90cd482267bb5794bec6163d7bf2bcd6) tiktok: use original audio if video isnt available ### 📊 Changes **3 files changed** (+68 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/matchActionDecider.js` (+19 -11) 📝 `src/modules/processing/services/tiktok.js` (+42 -40) 📝 `src/modules/stream/shared.js` (+7 -1) </details> ### 📄 Description fixes #497 test instance available at [web.eepy.today](https://web.eepy.today) --- <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 2025-11-09 10:07:23 -06:00
Sign in to join this conversation.