mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 05:40:27 -05:00
[GH-ISSUE #254] Make a CLI version of cobalt #6006
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 @RGBCube on GitHub (Nov 25, 2023).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/254
A simple CLI tool that is used like
cobalt <url>would be great, used for downloading stuff to the cli. it would print the contents of the video/thing there at the url to stdout so it could integrate with the shell better.plus it would be all local for speed and to not rely on external services.
@jackra1n commented on GitHub (Dec 17, 2023):
why not use yt-dlp?
@RGBCube commented on GitHub (Dec 17, 2023):
does that support Instagram / Twitter / etc etc?
@jackra1n commented on GitHub (Dec 17, 2023):
@RGBCube yes. it supports hundreds if not thousands of websites: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md
@RGBCube commented on GitHub (Dec 17, 2023):
Oh, I did not know that. Then this issue is resolved. Thanks a lot
@dumbmoron commented on GitHub (Dec 17, 2023):
could you reopen this issue please? while the above might solve your use case, this is a feature that I think is worthwhile to implement for cobalt.
@falcie1337 commented on GitHub (Jan 21, 2024):
duuude i was just thinking into trying to make something like that, so i scoured through the issues and found this, i totally agree with this, it would only make the project better overall in my honest opinion
@lostdusty commented on GitHub (Jan 25, 2024):
I think I could do one.
@lostdusty commented on GitHub (Jan 25, 2024):
Done, check it out: https://github.com/princessmortix/cobalt/releases/tag/v1.0.1
@falcie1337 commented on GitHub (Feb 2, 2024):
holy shit this one is really well done, good job! :)
@lostdusty commented on GitHub (Feb 2, 2024):
Thanks! (if you like the project, consider giving it one ⭐ ;)
@falcie1337 commented on GitHub (Feb 3, 2024):
i've already did so, i'm thinking into trying to mantain it as a AUR package too, i think it would be pretty cool to have it on there, never did it before so it would be a cool learning experience
@lostdusty commented on GitHub (Feb 4, 2024):
Sure, I'd be awesome. I think I'll add to scoop once it reaches 50 stars (I think thats the minimum).
@authorisation commented on GitHub (May 4, 2024):
Wasn't able to find an AUR package for it, so I made one
https://aur.archlinux.org/packages/cobalt-cli-git
@lostdusty commented on GitHub (May 4, 2024):
Thank you!
@crckrberries commented on GitHub (May 7, 2024):
could you also add it to Homebrew?