diff --git a/new_torrents_fetcher/src/main.rs b/new_torrents_fetcher/src/main.rs index b6be744..e4f6535 100644 --- a/new_torrents_fetcher/src/main.rs +++ b/new_torrents_fetcher/src/main.rs @@ -70,8 +70,8 @@ fn skytorrents() { .expect("Time went backwards") .as_secs(); - let seeders = row.find(Name("td")).nth(4).unwrap().text(); - let leechers = row.find(Name("td")).nth(5).unwrap().text(); + let seeders = row.find(Name("td")).nth(4).unwrap().text().replace(",",""); + let leechers = row.find(Name("td")).nth(5).unwrap().text().replace(",",""); // infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date