mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Support specifying download type in prefilled auto-start URLs #841
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 @qomarhsn on GitHub (May 29, 2025).
describe the feature you'd like to see
Cobalt already supports prefilled URLs and can auto-start downloads based on them, which is fantastic!
It would be even better if the prefill system could also support specifying the desired download type (video with audio, audio-only, or video-only) via the hash part of the URL.
For example:
#audioto auto-start audio-only download#videoto auto-start video-only download#defaultfor video with audio (default)This addition would make the prefill and auto-download experience more flexible and user-friendly.
Thanks for considering this!
additional context
No response