more cleanup

This commit is contained in:
Simon
2025-05-31 09:47:30 +00:00
parent 20bf6b745b
commit 5b9a1b351c
3 changed files with 1 additions and 13 deletions

View File

@@ -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::*};

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
use crate::videos::{Video_Item, Videos};
use crate::videos::{Video_Item};
pub mod perverzija;
pub trait Provider{