mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-08 06:15:06 -05:00
[GH-ISSUE #1122] Some questions about instance hosting #8079
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?
Originally created by @shengchenyang on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1122
problem description
I have some questions, These are not bugs:
API_EXTERNAL_PROXY
when I configure API_EXTERNAL_PROXY, the service that cobalt returns the youtube video download link uses this proxy. So when I download it, will cobalt still use this proxy?
How to parse youtube stably, API_EXTERNAL_PROXY or cookies?
Is it more stable to use API_EXTERNAL_PROXY dynamic proxy?
The documentation still has an example of youtube_oauth, but it doesn't work. Could you include an example of cookies?
If using cookie,what is the validity period of cookies, how to add multiple cookies? Can I update cookies less frequently like yt-dlp?
your instance configuration
@shengchenyang commented on GitHub (Feb 22, 2025):
I have already found the answer in Discord and historical issues.