mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[PR #1391] [CLOSED] feat: Add placeholder support for Terabox service #1397
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/1391
Author: @aarvndhNG
Created: 7/11/2025
Status: ❌ Closed
Base:
main← Head:feat/add-terabox-service📝 Commits (1)
8ca989efeat: 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.