mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-01 09:35:28 +00:00
add comment
This commit is contained in:
parent
776de04c1d
commit
feb3a2d519
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ fn crawl(db: &mut Mysql, channel_config: &config::Channel) -> Result<()> {
|
||||||
.is_empty()
|
.is_empty()
|
||||||
);
|
);
|
||||||
let _content_id = db.insert_content(channel_item_id, None, title, description)?;
|
let _content_id = db.insert_content(channel_item_id, None, title, description)?;
|
||||||
|
// @TODO preload media
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue