[PR #514] [MERGED] tiktok: use new cookie for each request #1182

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/514
Author: @dumbmoron
Created: 5/22/2024
Status: Merged
Merged: 5/23/2024
Merged by: @wukko

Base: currentHead: tiktok-cookie-refactor


📝 Commits (2)

  • 6f016e7 api: allow passing headers from service handler
  • b03d8c7 tiktok: use new cookie for each request

📊 Changes

5 files changed (+39 additions, -22 deletions)

View changed files

📝 src/core/api.js (+5 -2)
📝 src/modules/processing/matchActionDecider.js (+2 -0)
📝 src/modules/processing/services/tiktok.js (+30 -16)
📝 src/modules/stream/manage.js (+2 -0)
📝 src/modules/stream/shared.js (+0 -4)

📄 Description

No description provided


🔄 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/514 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/23/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `tiktok-cookie-refactor` --- ### 📝 Commits (2) - [`6f016e7`](https://github.com/imputnet/cobalt/commit/6f016e7c29c7a2f7b685ee198f3bad3711ee54c2) api: allow passing headers from service handler - [`b03d8c7`](https://github.com/imputnet/cobalt/commit/b03d8c74fffe56426e8542e42660320a1cce53e1) tiktok: use new cookie for each request ### 📊 Changes **5 files changed** (+39 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `src/core/api.js` (+5 -2) 📝 `src/modules/processing/matchActionDecider.js` (+2 -0) 📝 `src/modules/processing/services/tiktok.js` (+30 -16) 📝 `src/modules/stream/manage.js` (+2 -0) 📝 `src/modules/stream/shared.js` (+0 -4) </details> ### 📄 Description _No description provided_ --- <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:32 -06:00
Sign in to join this conversation.