overhault to fix warnings etc
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use std::vec;
|
||||
use async_trait::async_trait;
|
||||
use error_chain::error_chain;
|
||||
use htmlentity::entity::{decode, ICodedDataTrait};
|
||||
use futures::future::join_all;
|
||||
@@ -253,6 +254,7 @@ impl MissavProvider {
|
||||
}
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl Provider for MissavProvider {
|
||||
async fn get_videos(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user