Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit df39e21

Browse files
authored
Final update
1 parent b8c79ec commit df39e21

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,26 @@
33
[![GitHub Release](https://img.shields.io/github/v/release/khyerdev/tcobalt)](https://github.com/khyerdev/tcobalt/releases/)
44
[![GitHub License](https://img.shields.io/github/license/khyerdev/tcobalt)](https://github.com/khyerdev/tcobalt/blob/main/LICENSE)
55
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/khyerdev/tcobalt/auto_tests.yml?label=tests)](https://github.com/khyerdev/tcobalt/actions)
6-
[![Evil Purged](https://img.shields.io/badge/evil-purged-red)]()
6+
[![Evil Purged](https://img.shields.io/badge/working-nah-red)]()
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.
719

820
# tcobalt Command Line Utility
921

1022
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.
1123
<img src=https://github.com/OSCH2008/tcobalt/assets/82794982/f12acec9-c668-4b8b-819c-1256fe802915 style="width: 100%"></img>
1224
Stop using random websites to download videos, just use [cobalt.tools](https://cobalt.tools), or the unofficial command-line version, tcobalt.
1325

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-
1626
## Features
1727
* tcobalt allows you to download videos and audios just as easily as you can with [cobalt.tools](https://cobalt.tools) with `tcb get`
1828
* 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
162172
163173
I have reinvented the wheel for things that are possible for me to do without dependencies, like parsing json
164174
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-
171175
## License
172176
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).
173177

0 commit comments

Comments
 (0)