mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 22:07:52 -05:00
[PR #1033] [CLOSED] Fix yt cookies and api error idea (or example) #1301
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/1033
Author: @vsecoder
Created: 1/3/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
4284661Also provide mediaMetadata7c7c60cGet rid of variable92db295Added title to mediaMetadata, improved twitter mediaMetadata building096066bFix docs12e1fa6Fix docs spacingef6bf10Remove console.log29ee3a6Added support of VK for mediaMetadataf03188fMerge commit 'refs/pull/613/head' of https://github.com/imputnet/cobalt4a53a4aRevert "Merge commit 'refs/pull/613/head' of https://github.com/imputnet/cobalt"ecf8896Reapply "Merge commit 'refs/pull/613/head' of https://github.com/imputnet/cobalt"📊 Changes
11 files changed (+813 additions, -668 deletions)
View changed files
📝
api/package.json(+2 -1)📝
api/src/processing/match-action.js(+1 -0)📝
api/src/processing/match.js(+2 -1)📝
api/src/processing/request.js(+2 -1)📝
api/src/processing/services/twitter.js(+30 -61)📝
api/src/processing/services/youtube.js(+46 -461)📝
docs/api.md(+60 -143)➕
src/modules/processing/matchActionDecider.js(+200 -0)➕
src/modules/processing/request.js(+164 -0)➕
src/modules/processing/services/vk.js(+61 -0)➕
src/modules/processing/services/youtube.js(+245 -0)📄 Description
I tried to rewrite from youtubei to ytdl, which helped get rid of the need for cookies, but created a few other problems.:
But with all this, the output is a beautiful link with a redirect to the file, and there are no problems with cookies.
Example answer:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.