Skip to content

Commit 0bb2314

Browse files
committed
Support for new streaming method, bugfixes, better logging
1 parent 8709617 commit 0bb2314

File tree

4 files changed

+312
-160
lines changed

4 files changed

+312
-160
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
Cargo.lock

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[package]
22
name = "scdownload"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["Bence <business@mail.zeunig.hu>"]
66

7+
[profile.release]
8+
strip = true
9+
710
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
811

912
[dependencies]
13+
ffmpeg-sidecar = "2.0.6"
1014
id3 = "1.7.0"
1115
regex = "1.9.5"
12-
reqwest = {version="0.11.20",features = ["rustls-tls","blocking"]}
16+
reqwest = {version="0.11.20",features = ["rustls-tls","blocking"]}

0 commit comments

Comments
 (0)