implemented pornhub

This commit is contained in:
Simon
2025-07-16 17:51:41 +00:00
parent 0a60d12525
commit ae527041ae
4 changed files with 269 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ use std::env;
use error_chain::error_chain;
use futures::future::join_all;
use htmlentity::entity::{decode, ICodedDataTrait};
use wreq::Proxy;
use crate::db;
use crate::providers::Provider;
use crate::util::cache::VideoCache;