|
3 | 3 | [](https://github.com/khyerdev/tcobalt/releases/)
|
4 | 4 | [](https://github.com/khyerdev/tcobalt/blob/main/LICENSE)
|
5 | 5 | [](https://github.com/khyerdev/tcobalt/actions)
|
6 |
| -[]() |
| 6 | +[]() |
| 7 | + |
| 8 | +### NOTICE |
| 9 | + |
| 10 | +As of September 10th, the newest version of [cobalt.tools](https://cobalt.tools) contains breaking api changes. I made the changes necessary but ran into a "massive" issue that I do not feel motivated to fix. See [issue #1](https://github.com/khyerdev/tcobalt/issues/1) for more details. |
| 11 | + |
| 12 | +As of October 18th, I have decided to orphan this project simply because I have lost interest in it and do not want to fix the aformentioned issue. Below are 3 projects I recommend checking out that most likely do things better than tcobalt: |
| 13 | + |
| 14 | +* [lostdusty/cobalt](https://github.com/lostdusty/cobalt): Cobalt CLI written in golang |
| 15 | +* [lostdusty/gobalt](https://github.com/lostdusty/gobalt): Golang library for the Cobalt API |
| 16 | +* [tskau/tobalt](https://github.com/tskau/tobalt): Typescript library for the Cobalt API |
| 17 | + |
| 18 | +If you still wish to gain insight of what this project was like, feel free to read through this document, the code, and/or compile this yourself. |
7 | 19 |
|
8 | 20 | # tcobalt Command Line Utility
|
9 | 21 |
|
10 | 22 | tcobalt (or tcb) is a command-line tool for downloading your favorite videos and audios from the internet. This tool uses the api of [wukko](https://github.com/wukko)'s [cobalt.tools](https://cobalt.tools), which is an amazing website to save what you love without ads, trackers, or anything creepy.
|
11 | 23 | <img src=https://github.com/OSCH2008/tcobalt/assets/82794982/f12acec9-c668-4b8b-819c-1256fe802915 style="width: 100%"></img>
|
12 | 24 | Stop using random websites to download videos, just use [cobalt.tools](https://cobalt.tools), or the unofficial command-line version, tcobalt.
|
13 | 25 |
|
14 |
| -NOTICE: As of September 10th, the newest version of [cobalt.tools](https://cobalt.tools) contains breaking api changes. I made the changes necessary but ran into a massive issue that I do not feel motivated to fix. See [issue #1](https://github.com/khyerdev/tcobalt/issues/1) for more details. |
15 |
| - |
16 | 26 | ## Features
|
17 | 27 | * tcobalt allows you to download videos and audios just as easily as you can with [cobalt.tools](https://cobalt.tools) with `tcb get`
|
18 | 28 | * tcobalt also allows you to download multiple videos/audios at once with `tcb bulk get` and `tcb bulk execute`
|
@@ -162,12 +172,6 @@ The [tokio](https://crates.io/crates/tokio) runtime, for easily handling asynchr
|
162 | 172 |
|
163 | 173 | I have reinvented the wheel for things that are possible for me to do without dependencies, like parsing json
|
164 | 174 |
|
165 |
| -## Other Projects |
166 |
| -tcobalt is not original, and a few other projects have the same concept implemented in other languages. Check them out, see if you prefer them over this one. |
167 |
| -* [lostdusty/cobalt](https://github.com/lostdusty/cobalt): Cobalt CLI written in golang |
168 |
| -* [lostdusty/gobalt](https://github.com/lostdusty/gobalt): Golang library for the Cobalt API |
169 |
| -* [tskau/tobalt](https://github.com/tskau/tobalt): Typescript library for the Cobalt API |
170 |
| -
|
171 | 175 | ## License
|
172 | 176 | This project is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html), meaning you are allowed to freely use, modify, and distribute this project as long as you keep it as free and open-source as this project is, and as long as you include the same lisence and indicate your changes. More information about this license is [here (fossa.com)](https://fossa.com/blog/open-source-software-licenses-101-gpl-v3/) and [here (gnu.org)](https://www.gnu.org/licenses/quick-guide-gplv3.html).
|
173 | 177 |
|
|
0 commit comments