mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 15:24:14 -05:00
add support for downloading youtube community posts #382
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 @kenziewebm on GitHub (Aug 7, 2024).
describe the feature you'd like to see
add support for downloading youtube community posts (afaik cobalt doesnt support this yet. tried pasting the url below and got an error)
additional context
i managed to create a bash oneliner to successfully download a youtube community post image, so i think this will help somewhat :3
its not the best, but it works
tested only on posts with animated content, not static images
FYI - the animated posts use some custom animated webp thing? ffmpeg doesnt support it and refuses to convert. imagemagick however does, thats why i use it here.