mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-02-04 17:42:22 +05:30
feat: added support for full-playlist/selective-batch downloading #9
This commit is contained in:
@@ -6,7 +6,7 @@ import { createContext, useContext } from 'react';
|
||||
export interface FetchVideoMetadataParams {
|
||||
url: string;
|
||||
formatId?: string;
|
||||
playlistIndex?: string;
|
||||
playlistIndices?: string;
|
||||
selectedSubtitles?: string | null;
|
||||
resumeState?: DownloadState;
|
||||
downloadConfig?: DownloadConfiguration;
|
||||
@@ -19,6 +19,9 @@ export interface StartDownloadParams {
|
||||
selectedSubtitles?: string | null;
|
||||
resumeState?: DownloadState;
|
||||
playlistItems?: string;
|
||||
overrideOptions?: {
|
||||
[key: string]: any;
|
||||
}
|
||||
};
|
||||
|
||||
interface AppContextType {
|
||||
|
||||
Reference in New Issue
Block a user