mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-08 23:04:20 -05:00
[PR #1454] feat: add support for Sora service #1415
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/1454
Author: @Hk-Gosuto
Created: 10/4/2025
Status: 🔄 Open
Base:
main← Head:feat/add-sora-service📝 Commits (3)
815db82feat: add support for Sora service41b7e6doptimize(sora): improve video extraction and use sora.chatgpt.com0959b1bfix(sora): resolve CodeQL double escaping security issue📊 Changes
6 files changed (+180 additions, -0 deletions)
View changed files
📝
api/src/processing/match-action.js(+1 -0)📝
api/src/processing/match.js(+9 -0)📝
api/src/processing/service-config.js(+4 -0)📝
api/src/processing/service-patterns.js(+3 -0)➕
api/src/processing/services/sora.js(+157 -0)📝
api/src/processing/url.js(+6 -0)📄 Description
Added support for downloading videos from Sora (sora.com)
test:
https://sora.chatgpt.com/p/s_68deacf22a84819192c0c8f05a30ae01
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.