mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-08 19:56:34 +01:00
60 lines
2.3 KiB
Markdown
60 lines
2.3 KiB
Markdown
<div align="center">
|
|
<br/>
|
|
<p>
|
|
<img src="web/static/favicon.png" title="cobalt" alt="cobalt logo" width="100" />
|
|
</p>
|
|
<p>
|
|
best way to save what you love
|
|
<br/>
|
|
<a href="https://cobalt.tools">
|
|
cobalt.tools
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a href="https://discord.gg/pQPt8HBUPu">
|
|
💬 community discord server
|
|
</a>
|
|
<br/>
|
|
<a href="https://x.com/justusecobalt">
|
|
🐦 twitter
|
|
</a>
|
|
<a href="https://bsky.app/profile/cobalt.tools">
|
|
🦋 bluesky
|
|
</a>
|
|
</p>
|
|
<br/>
|
|
</div>
|
|
|
|
cobalt is a media downloader that doesn't piss you off. it's friendly, efficient, and doesn't have ads, trackers, paywalls or other nonsense.
|
|
|
|
paste the link, get the file, move on. that simple, just how it should be.
|
|
|
|
### cobalt monorepo
|
|
this monorepo includes source code for api, frontend, and related packages:
|
|
- [api tree & readme](/api/)
|
|
- [web tree & readme](/web/)
|
|
- [packages tree](/packages/)
|
|
|
|
it also includes documentation in the [docs tree](/docs/):
|
|
- [cobalt api documentation](/docs/api.md)
|
|
- [how to run a cobalt instance](/docs/run-an-instance.md)
|
|
- [how to protect a cobalt instance](/docs/protect-an-instance.md) (recommended if you host a public instance)
|
|
|
|
### thank you
|
|
cobalt is sponsored by [royalehosting.net](https://royalehosting.net/?partner=cobalt). a part of our infrastructure is hosted on their network. we really appreciate their kindness and support!
|
|
|
|
### ethics
|
|
cobalt is a tool that makes downloading public content easier. it takes **zero liability**.
|
|
the end user is responsible for what they download, how they use and distribute that content.
|
|
cobalt never caches any content, it [works like a fancy proxy](/api/src/stream/).
|
|
|
|
cobalt is in no way a piracy tool and cannot be used as such.
|
|
it can only download free & publicly accessible content.
|
|
same content can be downloaded via dev tools of any modern web browser.
|
|
|
|
### contributing
|
|
if you're considering contributing to cobalt, first of all, thank you! check the [contribution guidelines here](/CONTRIBUTING.md) before getting started, they'll help you do your best right away.
|
|
|
|
### licenses
|
|
for relevant licensing information, see the [api](api/README.md) and [web](web/README.md) READMEs.
|
|
unless specified otherwise, the remainder of this repository is licensed under [AGPL-3.0](LICENSE).
|