diff --git a/new_torrents_fetcher/src/main.rs b/new_torrents_fetcher/src/main.rs index 14bacb0..98f158e 100644 --- a/new_torrents_fetcher/src/main.rs +++ b/new_torrents_fetcher/src/main.rs @@ -168,7 +168,8 @@ fn leetx() { .children() .nth(0) .unwrap() - .text(); + .text() + .replace(",", "");; let size_bytes = convert_to_bytes(size); let created_unix = SystemTime::now()