You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,13 @@
14
14
<a href="https://discord.gg/pQPt8HBUPu">
15
15
💬 community discord server
16
16
</a>
17
+
<br/>
17
18
<a href="https://x.com/justusecobalt">
18
19
🐦 twitter
19
20
</a>
21
+
<a href="https://bsky.app/profile/cobalt.tools">
22
+
🦋 bluesky
23
+
</a>
20
24
</p>
21
25
<br/>
22
26
</div>
@@ -34,11 +38,10 @@ this monorepo includes source code for api, frontend, and related packages:
34
38
it also includes documentation in the [docs tree](/docs/):
35
39
-[cobalt api documentation](/docs/api.md)
36
40
-[how to run a cobalt instance](/docs/run-an-instance.md)
37
-
-[how to protect a cobalt instance](/docs/protect-an-instance.md)
38
-
-[how to configure a cobalt instance for youtube](/docs/configure-for-youtube.md)
41
+
-[how to protect a cobalt instance](/docs/protect-an-instance.md) (recommended if you host a public instance)
39
42
40
43
### thank you
41
-
cobalt is sponsored by [royalehosting.net](https://royalehosting.net/?partner=cobalt) and the main processing servers are hosted on their network. we really appreciate their kindness and support!
44
+
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!
42
45
43
46
### ethics
44
47
cobalt is a tool that makes downloading public content easier. it takes **zero liability**.
@@ -50,7 +53,7 @@ it can only download free & publicly accessible content.
50
53
same content can be downloaded via dev tools of any modern web browser.
51
54
52
55
### contributing
53
-
thank you for considering making a contribution to cobalt! please check the [contributing guidelines here](/CONTRIBUTING.md) before making a pull request.
56
+
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.
54
57
55
58
### licenses
56
59
for relevant licensing information, see the [api](api/README.md) and [web](web/README.md) READMEs.
@@ -39,12 +36,13 @@ this list is not final and keeps expanding over time. if support for a service y
39
36
| twitter/x | ✅ | ✅ | ✅ | ➖ | ➖ |
40
37
| vimeo | ✅ | ✅ | ✅ | ✅ | ✅ |
41
38
| vk videos & clips | ✅ | ❌ | ✅ | ✅ | ✅ |
39
+
| xiaohongshu | ✅ | ✅ | ✅ | ➖ | ➖ |
42
40
| youtube | ✅ | ✅ | ✅ | ✅ | ✅ |
43
41
44
42
| emoji | meaning |
45
43
| :-----: | :---------------------- |
46
44
| ✅ | supported |
47
-
| ➖ |impossible/unreasonable |
45
+
| ➖ | unreasonable/impossible|
48
46
| ❌ | not supported |
49
47
50
48
### additional notes or features (per service)
@@ -71,36 +69,35 @@ as long as you:
71
69
- provide a link to the license and indicate if changes to the code were made, and
72
70
- release the code under the **same license**
73
71
74
-
## acknowledgements
72
+
## open source acknowledgements
75
73
### ffmpeg
76
-
cobalt heavily relies on ffmpeg for converting and merging media files. it's an absolutely amazing piece of software offered for anyone for free, yet doesn't receive as much credit as it should.
74
+
cobalt relies on ffmpeg for muxing and encoding media files. ffmpeg is absolutely spectacular and we're privileged to have an ability to use it for free, just like anyone else. we believe it should be way more recognized.
77
75
78
76
you can [support ffmpeg here](https://ffmpeg.org/donations.html)!
79
77
80
-
#### ffmpeg-static
81
-
we use [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static) to get binaries for ffmpeg depending on the platform.
82
-
83
-
you can support the developer via various methods listed on their github page! (linked above)
84
-
85
78
### youtube.js
86
-
cobalt relies on [youtube.js](https://github.com/LuanRT/YouTube.js) for interacting with the innertube api, it wouldn't have been possible without it.
79
+
cobalt relies on **[youtube.js](https://github.com/LuanRT/YouTube.js)** for interacting with youtube's innertube api, it wouldn't have been possible without this package.
87
80
88
-
you can support the developer via various methods listed on their github page! (linked above)
81
+
you can support the developer via various methods listed on their github page!
82
+
(linked above)
89
83
90
84
### many others
91
-
cobalt also depends on:
92
-
93
-
-[content-disposition-header](https://www.npmjs.com/package/content-disposition-header) to simplify the provision of `content-disposition` headers.
94
-
-[cors](https://www.npmjs.com/package/cors) to manage cross-origin resource sharing within expressjs.
95
-
-[dotenv](https://www.npmjs.com/package/dotenv) to load environment variables from the `.env` file.
96
-
-[express](https://www.npmjs.com/package/express) as the backbone of cobalt servers.
97
-
-[express-rate-limit](https://www.npmjs.com/package/express-rate-limit) to rate limit api endpoints.
98
-
-[hls-parser](https://www.npmjs.com/package/hls-parser) to parse `m3u8` playlists for certain services.
99
-
-[ipaddr.js](https://www.npmjs.com/package/ipaddr.js) to parse ip addresses (for rate limiting).
100
-
-[nanoid](https://www.npmjs.com/package/nanoid) to generate unique (temporary) identifiers for each requested stream.
101
-
-[psl](https://www.npmjs.com/package/psl) as the domain name parser.
102
-
-[set-cookie-parser](https://www.npmjs.com/package/set-cookie-parser) to parse cookies that cobalt receives from certain services.
103
-
-[undici](https://www.npmjs.com/package/undici) for making http requests.
104
-
-[url-pattern](https://www.npmjs.com/package/url-pattern) to match provided links with supported patterns.
85
+
cobalt-api also depends on:
86
+
87
+
-**[content-disposition-header](https://www.npmjs.com/package/content-disposition-header)** to simplify the provision of `content-disposition` headers.
88
+
-**[cors](https://www.npmjs.com/package/cors)** to manage cross-origin resource sharing within expressjs.
89
+
-**[dotenv](https://www.npmjs.com/package/dotenv)** to load environment variables from the `.env` file.
90
+
-**[express](https://www.npmjs.com/package/express)** as the backbone of cobalt servers.
91
+
-**[express-rate-limit](https://www.npmjs.com/package/express-rate-limit)** to rate limit api endpoints.
92
+
-**[ffmpeg-static](https://www.npmjs.com/package/ffmpeg-static)** to get binaries for ffmpeg depending on the platform.
93
+
-**[hls-parser](https://www.npmjs.com/package/hls-parser)** to parse HLS playlists according to spec (very impressive stuff).
94
+
-**[ipaddr.js](https://www.npmjs.com/package/ipaddr.js)** to parse ip addresses (used for rate limiting).
95
+
-**[nanoid](https://www.npmjs.com/package/nanoid)** to generate unique identifiers for each requested tunnel.
96
+
-**[set-cookie-parser](https://www.npmjs.com/package/set-cookie-parser)** to parse cookies that cobalt receives from certain services.
97
+
-**[undici](https://www.npmjs.com/package/undici)** for making http requests.
98
+
-**[url-pattern](https://www.npmjs.com/package/url-pattern)** to match provided links with supported patterns.
99
+
-**[zod](https://www.npmjs.com/package/zod)** to lock down the api request schema.
100
+
-**[@datastructures-js/priority-queue](https://www.npmjs.com/package/@datastructures-js/priority-queue)** for sorting stream caches for future clean up (without redis).
101
+
-**[@imput/psl](https://www.npmjs.com/package/@imput/psl)** as the domain name parser, our fork of [psl](https://www.npmjs.com/package/psl).
105
102
106
103
...and many other packages that these packages rely on.
0 commit comments