mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 05:40:27 -05:00
file length #143
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 @syrian-dev on GitHub (Dec 9, 2023).
can you please add file length to api ?
@dumbmoron commented on GitHub (Dec 9, 2023):
where the file length is known, it will be provided using the
content-lengthheader when you request the stream URL provided inurl. otherwise if that header is absent, the content length is not known as the file is generated on the fly@wukko commented on GitHub (Dec 10, 2023):
i could only make the api give you approximate file size, but that's far from ideal