mirror of
https://github.com/imputnet/cobalt.git
synced 2026-07-16 12:02:23 -05:00
[PR #1065] [MERGED] api: itunnel transplants #27970
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/1065
Author: @dumbmoron
Created: 1/20/2025
Status: ✅ Merged
Merged: 1/20/2025
Merged by: @wukko
Base:
10.6← Head:transplant📝 Commits (7)
0378a1aapi/youtube: fix error when downloading stuff from WEBec0d773api/youtube: use Math.min instead of ternary operator035825bapi: cache original request parameters in stream7767a5fapi/youtube: add support for pinning client/itag19ade7capi/youtube: return internal metadata for replaying requestc07940bapi/itunnel: pass itunnel object by reference600c769api/stream: implement itunnel transplants📊 Changes
7 files changed (+115 additions, -16 deletions)
View changed files
📝
api/src/core/api.js(+1 -1)📝
api/src/misc/utils.js(+4 -0)📝
api/src/processing/match-action.js(+2 -1)📝
api/src/processing/services/youtube.js(+28 -10)📝
api/src/stream/internal.js(+11 -1)📝
api/src/stream/manage.js(+68 -2)📝
api/src/stream/stream.js(+1 -1)📄 Description
sometimes, the url that we are downloading from stops working.
a transplant takes note of this, and attempts to re-request the url in hopes of it working again
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.