mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
implement option to export index collected as the static rss feed, set save_torrents as false by default
This commit is contained in:
parent
c206a06c25
commit
738fee1a88
6 changed files with 272 additions and 72 deletions
7
src/index.rs
Normal file
7
src/index.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use chrono::{DateTime, Utc};
|
||||
|
||||
pub struct Index {
|
||||
pub time: DateTime<Utc>,
|
||||
pub node: u64,
|
||||
pub name: Option<String>,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue