mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
fix(scraper): truncate to post count
This commit is contained in:
parent
6a18ea17ec
commit
a301afc383
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ async fn main() {
|
||||||
std::io::stdout().flush().unwrap();
|
std::io::stdout().flush().unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
posts.truncate(final_count);
|
||||||
|
|
||||||
match format {
|
match format {
|
||||||
Format::Json => {
|
Format::Json => {
|
||||||
let filename: String = output.unwrap_or_else(|| format!("{sub}.json"));
|
let filename: String = output.unwrap_or_else(|| format!("{sub}.json"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue