more cleanup
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
use htmlentity::entity::decode;
|
||||
use htmlentity::entity::ICodedDataTrait;
|
||||
use ntex::http::header;
|
||||
use ntex::util::Buf;
|
||||
use ntex::web;
|
||||
use ntex::web::HttpRequest;
|
||||
use ntex::web::HttpResponse;
|
||||
use serde_json::json;
|
||||
use serde_json::Value;
|
||||
use std::collections::HashMap;
|
||||
|
||||
use crate::providers::perverzija::PerverzijaProvider;
|
||||
use crate::{providers::*, status::*, videos::*};
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
use ntex_files as fs;
|
||||
|
||||
use ntex::web;
|
||||
use ntex::web::HttpResponse;
|
||||
use serde::Deserialize;
|
||||
use serde_json::{json};
|
||||
use std::thread;
|
||||
use std::time::Duration;
|
||||
mod api;
|
||||
mod status;
|
||||
mod videos;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use crate::videos::{Video_Item, Videos};
|
||||
use crate::videos::{Video_Item};
|
||||
|
||||
pub mod perverzija;
|
||||
pub trait Provider{
|
||||
|
||||
Reference in New Issue
Block a user