Adding replace lines.
This commit is contained in:
parent
5a3cd8f9c5
commit
e92cfc2d45
|
@ -70,8 +70,8 @@ fn skytorrents() {
|
||||||
.expect("Time went backwards")
|
.expect("Time went backwards")
|
||||||
.as_secs();
|
.as_secs();
|
||||||
|
|
||||||
let seeders = row.find(Name("td")).nth(4).unwrap().text();
|
let seeders = row.find(Name("td")).nth(4).unwrap().text().replace(",","");
|
||||||
let leechers = row.find(Name("td")).nth(5).unwrap().text();
|
let leechers = row.find(Name("td")).nth(5).unwrap().text().replace(",","");
|
||||||
|
|
||||||
// infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
|
// infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue