This commit is contained in:
986
Cargo.lock
generated
986
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,15 +6,13 @@ use nostr_sdk::prelude::DataVendingMachineStatus;
|
|||||||
use nostr_sdk::{serde_json, Client, EventBuilder, Kind, Tag};
|
use nostr_sdk::{serde_json, Client, EventBuilder, Kind, Tag};
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use std::env::temp_dir;
|
use std::env::temp_dir;
|
||||||
use std::fmt::format;
|
|
||||||
use std::fs::create_dir_all;
|
use std::fs::create_dir_all;
|
||||||
use std::future::Future;
|
use std::future::Future;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::Path;
|
||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
use yt_dlp::executor::Executor;
|
||||||
use yt_dlp::fetcher::deps::Libraries;
|
use yt_dlp::fetcher::deps::Libraries;
|
||||||
use yt_dlp::utils::executor::Executor;
|
|
||||||
use yt_dlp::Youtube;
|
|
||||||
|
|
||||||
/// Basic DVM which clones videos from TikTok and posts them as kind 22 shorts
|
/// Basic DVM which clones videos from TikTok and posts them as kind 22 shorts
|
||||||
pub struct TikTokDvm {
|
pub struct TikTokDvm {
|
||||||
|
Reference in New Issue
Block a user