@lzwme/m3u8-dl
Version:
A free, open-source, and powerful m3u8 video batch downloader with multi-threaded downloading, play-while-downloading, WebUI management, video parsing, and more.
118 lines (117 loc) • 3.1 kB
TypeScript
declare const _default: {
cli: {
command: {
download: {
description: string;
};
server: {
description: string;
};
search: {
description: string;
};
};
option: {
silent: string;
debug: string;
filename: string;
threadNum: string;
force: string;
noProgress: string;
play: string;
cacheDir: string;
saveDir: string;
noDelCache: string;
noConvert: string;
ffmpegPath: string;
headers: string;
type: string;
ignoreSegments: string;
port: string;
token: string;
url: string;
apidir: string;
lang: string;
};
};
api: {
error: {
unauthorized: string;
configSaveFailed: string;
unknown: string;
downloadFailed: string;
accessDenied: string;
invalidUrl: string;
notFound: string;
invalidParams: string;
taskNotFound: string;
onlyRenameCompleted: string;
invalidFilename: string;
fileNotFound: string;
fileExists: string;
renameFailed: string;
duplicateDownload: string;
};
success: {
configUpdated: string;
queueCleared: string;
downloadStarted: string;
paused: string;
resumed: string;
noResumableTasks: string;
deleted: string;
renamed: string;
};
};
download: {
status: {
starting: string;
fileExists: string;
completed: string;
failed: string;
retry: string;
parseFailed: string;
segmentsIgnored: string;
tsDownloadError: string;
retryTimes: string;
totalSegments: string;
parallelJobs: string;
segmentsFailed: string;
downloadFailedRetry: string;
mergingVideo: string;
mergeFailed: string;
downloadFailedWithMessage: string;
};
error: {
parseFailed: string;
downloadFailed: string;
retryFailed: string;
};
};
error: {
download: {
failed: string;
parseFailed: string;
};
unknown: string;
};
prompt: {
search: {
keyword: string;
selectVideo: string;
continueDownload: string;
playWhileDownload: string;
noResults: string;
getVideoInfoFailed: string;
noPlayUrl: string;
reSearch: string;
allDownload: string;
};
};
common: {
exit: string;
cancel: string;
confirm: string;
};
};
export default _default;