init
This commit is contained in:
6
src/providers/mod.rs
Normal file
6
src/providers/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use crate::videos::{Video_Item, Videos};
|
||||
|
||||
pub mod perverzija;
|
||||
pub trait Provider{
|
||||
async fn get_videos(&self, channel: String, sort: String, query: Option<String>, page: String, per_page: String, featured: String) -> Vec<Video_Item>;
|
||||
}
|
||||
Reference in New Issue
Block a user