mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[PR #1370] [MERGED] 11.2: subtitles, music covers, local processing for everyone, and more #1391
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/1370
Author: @wukko
Created: 6/27/2025
Status: ✅ Merged
Merged: 6/28/2025
Merged by: @github-actions[bot]
Base:
main← Head:develop📝 Commits (10+)
dbb83b9web/i18n/settings: remove unused stringseb90843web/pagenav: use pop() instead of at(-1)a06baa4web: add uuid() function with fallback if randomUUID is missing81c8dafweb/storage: robuster er opfs availability checkd0298dbweb/i18n/dialog: remove unused stringsace654eweb/i18n/dialog: remove even more unused strings863d39dweb/i18n/about: remove an unused string5ea170aweb: deprecate youtube HLS, enable it only via env variable507fab8web/workers/ffmpeg: proper error code for missing audio channel errore18575fweb/i18n/error/api: update youtube.no_matching_format📊 Changes
71 files changed (+1301 additions, -766 deletions)
View changed files
📝
api/package.json(+2 -2)📝
api/src/core/api.js(+7 -3)📝
api/src/core/env.js(+18 -1)➕
api/src/misc/language-codes.js(+53 -0)📝
api/src/processing/match-action.js(+46 -9)📝
api/src/processing/match.js(+31 -11)📝
api/src/processing/request.js(+10 -2)📝
api/src/processing/schema.js(+14 -5)📝
api/src/processing/service-config.js(+7 -6)📝
api/src/processing/service-patterns.js(+1 -1)📝
api/src/processing/services/loom.js(+43 -1)📝
api/src/processing/services/rutube.js(+13 -0)📝
api/src/processing/services/soundcloud.js(+6 -0)📝
api/src/processing/services/tiktok.js(+20 -2)📝
api/src/processing/services/twitter.js(+48 -7)📝
api/src/processing/services/vimeo.js(+21 -2)📝
api/src/processing/services/vk.js(+13 -1)📝
api/src/processing/services/youtube.js(+120 -34)📝
api/src/processing/url.js(+11 -8)📝
api/src/security/api-keys.js(+36 -2)...and 51 more files
📄 Description
closes #368
closes #1196
closes #1001
closes #1219
closes #1358
closes #1280
closes #1216
closes #1048
closes #863
closes #72
closes #1301
closes #1354
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.