mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-26 18:59:54 +08:00
refactor: 重构部分代码,调整函数位置 (#154)
This commit is contained in:
@@ -3,7 +3,7 @@ use std::path::{Path, PathBuf};
|
||||
use std::pin::Pin;
|
||||
|
||||
use anyhow::{bail, Result};
|
||||
use bili_sync_entity::{page, video};
|
||||
use bili_sync_entity::*;
|
||||
use filenamify::filenamify;
|
||||
use futures::stream::{FuturesOrdered, FuturesUnordered};
|
||||
use futures::{Future, Stream, StreamExt};
|
||||
|
||||
Reference in New Issue
Block a user