imputnet / cobalt

best way to save what you love
https://cobalt.tools
GNU Affero General Public License v3.0
14.51k stars 1.16k forks source link

Make a CLI version of cobalt #254

Open RGBCube opened 10 months ago

RGBCube commented 10 months ago

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 9 months ago

why not use yt-dlp?

RGBCube commented 9 months ago

does that support Instagram / Twitter / etc etc?

jackra1n commented 9 months ago

does that support Instagram / Twitter / etc etc?

@RGBCube yes. it supports hundreds if not thousands of websites: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md

RGBCube commented 9 months ago

does that support Instagram / Twitter / etc etc?

@RGBCube yes. it supports hundreds if not thousands of websites: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md

Oh, I did not know that. Then this issue is resolved. Thanks a lot

dumbmoron commented 9 months ago

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 8 months ago

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 7 months ago

I think I could do one.

lostdusty commented 7 months ago

Done, check it out: https://github.com/princessmortix/cobalt/releases/tag/v1.0.1

falcie1337 commented 7 months ago

Done, check it out: https://github.com/princessmortix/cobalt/releases/tag/v1.0.1

holy shit this one is really well done, good job! :)

lostdusty commented 7 months ago

Thanks! (if you like the project, consider giving it one :star: ;)

falcie1337 commented 7 months ago

Thanks! (if you like the project, consider giving it one ⭐ ;)

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 7 months ago

Sure, I'd be awesome. I think I'll add to scoop once it reaches 50 stars (I think thats the minimum).

authorisation commented 4 months ago

Wasn't able to find an AUR package for it, so I made one

https://aur.archlinux.org/packages/cobalt-cli-git

lostdusty commented 4 months ago

Thank you!

crckrberries commented 4 months ago

could you also add it to Homebrew?