lowercase url

This commit is contained in:
yggverse 2025-08-05 20:12:00 +03:00
parent 70edde7cc7
commit b2a21f5c12
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# btracker # btracker
![Linux](https://github.com/YGGverse/btracker/actions/workflows/linux.yml/badge.svg) ![Linux](https://github.com/yggverse/btracker/actions/workflows/linux.yml/badge.svg)
[![Dependencies](https://deps.rs/repo/github/YGGverse/btracker/status.svg)](https://deps.rs/repo/github/YGGverse/btracker) [![Dependencies](https://deps.rs/repo/github/yggverse/btracker/status.svg)](https://deps.rs/repo/github/yggverse/btracker)
[![crates.io](https://img.shields.io/crates/v/btracker.svg)](https://crates.io/crates/btracker) [![crates.io](https://img.shields.io/crates/v/btracker.svg)](https://crates.io/crates/btracker)
βtracker is a BitTorrent aggregator based on the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) API and [Rocket](https://rocket.rs) web-framework βtracker is a BitTorrent aggregator based on the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) API and [Rocket](https://rocket.rs) web-framework

View file

@ -8,7 +8,7 @@ use url::Url;
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
#[command(version, about, long_about = None)] #[command(version, about, long_about = None)]
pub struct Config { pub struct Config {
/// Path to the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) file storage /// Path to the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) file storage
#[arg(long, short)] #[arg(long, short)]
pub storage: PathBuf, pub storage: PathBuf,