1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-04 17:42:22 +05:30

feat: added cookies support

This commit is contained in:
2025-08-24 00:01:14 +05:30
Verified
parent 31f7118602
commit 4184b4b779
4 changed files with 137 additions and 7 deletions

View File

@@ -22,6 +22,10 @@ export interface Settings {
embed_video_metadata: boolean;
embed_audio_metadata: boolean;
embed_audio_thumbnail: boolean;
use_cookies: boolean;
import_cookies_from: string;
cookies_browser: string;
cookies_file: string;
// extension settings
websocket_port: number;
}