commit 20ec158052fb064f179c8d54fb32c29077e2dcc0
parent 9cd65286bfec4b76a0d50fe3c0e747c4de19359e
Author: egor-achkasov <eaachkasov@gmail.com>
Date: Mon, 23 Feb 2026 10:21:20 +0000
Fix typos
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "archivarch-downloader"
-description = "Download threads from arhivach, including media."
+name = "arhivarch-downloader"
+description = "Download threads from arhivach."
version = "0.1.0"
edition = "2024"
diff --git a/src/file.rs b/src/file.rs
@@ -4,7 +4,7 @@ pub struct File {
pub name_orig: String,
/// timestampname, "17699100670710.mp4"
pub name_timestamp: String,
- /// thumbnail url, "https://archivach.vc/storage/t/aeaa7825f8d8ffe3f07f242a59b7761c.thumb"
+ /// thumbnail url, "https://arhivach.vc/storage/t/aeaa7825f8d8ffe3f07f242a59b7761c.thumb"
pub url_thumb: String,
/// url, "https://i.arhivach.vc/storage/a/ea/aeaa7825f8d8ffe3f07f242a59b7761c.mp4"
pub url: String,