[PR #1391] [CLOSED] feat: Add placeholder support for Terabox service #12749

Closed
opened 2026-05-08 09:22:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1391
Author: @aarvndhNG
Created: 7/11/2025
Status: Closed

Base: mainHead: feat/add-terabox-service


📝 Commits (1)

  • 8ca989e feat: Add placeholder support for Terabox service

📊 Changes

4 files changed (+37 additions, -0 deletions)

View changed files

📝 api/src/processing/match.js (+5 -0)
📝 api/src/processing/service-config.js (+6 -0)
📝 api/src/processing/service-patterns.js (+3 -0)
api/src/processing/services/terabox.js (+23 -0)

📄 Description

I've registered Terabox as a new service with placeholder implementations for URL patterns and request handling.

Further work will be needed to implement the actual download logic for Terabox URLs.


🔄 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/1391 **Author:** [@aarvndhNG](https://github.com/aarvndhNG) **Created:** 7/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-terabox-service` --- ### 📝 Commits (1) - [`8ca989e`](https://github.com/imputnet/cobalt/commit/8ca989e6cbcd273d72cca2242c60e78d460fac26) feat: Add placeholder support for Terabox service ### 📊 Changes **4 files changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/match.js` (+5 -0) 📝 `api/src/processing/service-config.js` (+6 -0) 📝 `api/src/processing/service-patterns.js` (+3 -0) ➕ `api/src/processing/services/terabox.js` (+23 -0) </details> ### 📄 Description I've registered Terabox as a new service with placeholder implementations for URL patterns and request handling. Further work will be needed to implement the actual download logic for Terabox URLs. --- <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-05-08 09:22:31 -05:00
Sign in to join this conversation.