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

Commit

Permalink
Update cobalt api link && bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khyerdev committed Jun 6, 2024
1 parent e710a2e commit e722f35
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
13 changes: 12 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tcobalt"
version = "1.2.0"
version = "1.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,6 +10,9 @@ futures = { version = "0.3.30", default-features = false, features = ["alloc"] }
reqwest = "0.11.26"
tokio = { version = "1.37.0", default-features = false, features = ["rt-multi-thread", "macros", "fs"] }

[target.'cfg(target_arch = "aarch64")'.dependencies]
openssl = { version = "0.10.29", features = ["vendored"] }

[profile.release]
opt-level = "s"
lto = true
Expand Down
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ debug:
cargo fetch --locked --target "$$(rustc -vV | sed -n 's/host: //p')"
cargo build --frozen --all-features

arm:
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target

cargo fetch --locked --target aarch64-unknown-linux-gnu
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc \
cargo build --frozen --all-features --target aarch64-unknown-linux-gnu --release


release: tcobalt

install:
Expand Down
11 changes: 6 additions & 5 deletions src/strings/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The code and license is available at https://github.com/khyerdev/tcobalt
[supported]
bilibili.com & bilibili.tv
dailymotion videos
instagram reels, posts & stories
instagram reels, posts & stories (rarely works)
ok video (full video+audio only)
pinterest videos & stories
reddit videos & gifs
Expand Down Expand Up @@ -37,13 +37,14 @@ tt-h265 = false
dublang = none
no-metadata = false
fname-style = classic
instance = co.wuk.sh
instance = api.cobalt.tools

\[default.instances]
co.wuk.sh
co-api.mae.wtf
api.cobalt.tools
capi.oak.li
co.eepy.today
co.tskau.team
cobalt.wither.ing
cobalt.canine.tools

wukko.wolfdo.gg
cobalt.misike.eu
2 changes: 1 addition & 1 deletion src/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.1

0 comments on commit e722f35

Please sign in to comment.