mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +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();
|
||||
}
|
||||
|
||||
posts.truncate(final_count);
|
||||
|
||||
match format {
|
||||
Format::Json => {
|
||||
let filename: String = output.unwrap_or_else(|| format!("{sub}.json"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue