mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-11 17:34:13 -05:00
[PR #455] [MERGED] internal streams + youtube range wrapper #1153
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/455
Author: @wukko
Created: 4/27/2024
Status: ✅ Merged
Merged: 4/27/2024
Merged by: @dumbmoron
Base:
current← Head:istream📝 Commits (10+)
66e58d2feat: internal streams5f1dc89stream/types: attempt to pass through headers only if they existec746f5stream/manage: pass service name to internal stream49eaa7dstream: extract headers to shared file6eb4af1stream/internal: special youtube stream handling3d3a717stream/internal: also copy content-length where applicabledd56ae6stream/internal: don't copy Host header from request66b3697youtube: update stub handlingd09e6a3localization: update strings related to youtube656c0a3stream: add semicolons to imports📊 Changes
9 files changed (+250 additions, -73 deletions)
View changed files
📝
src/core/api.js(+20 -9)📝
src/localization/languages/en.json(+3 -4)📝
src/localization/languages/ru.json(+5 -6)📝
src/modules/processing/services/youtube.js(+12 -7)➕
src/modules/stream/internal.js(+101 -0)📝
src/modules/stream/manage.js(+50 -1)➕
src/modules/stream/shared.js(+21 -0)📝
src/modules/stream/stream.js(+4 -1)📝
src/modules/stream/types.js(+34 -45)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.