implemented spankbang

This commit is contained in:
Simon
2025-06-09 13:08:26 +00:00
parent 0496954f41
commit 673d9aad5b
8 changed files with 338 additions and 96 deletions

View File

@@ -17,6 +17,7 @@ mod videos;
type DbPool = r2d2::Pool<ConnectionManager<SqliteConnection>>;
static USER_AGENT: &str = "Mozilla/5.0 (iPhone; CPU iPhone OS 14_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.0 Mobile/15E148 Safari/605.1.15";
#[ntex::main]
async fn main() -> std::io::Result<()> {
// std::env::set_var("RUST_BACKTRACE", "1");