Code refactoring and set up format selection
Set up format selection and archive download for next releases
This commit is contained in:
14
server/src/interfaces/IDownloadInfo.ts
Normal file
14
server/src/interfaces/IDownloadInfo.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
interface IDownloadInfo {
|
||||
formats: Array<IDownloadInfoSection>,
|
||||
best: IDownloadInfoSection,
|
||||
thumbnail: string,
|
||||
title: string,
|
||||
}
|
||||
|
||||
interface IDownloadInfoSection {
|
||||
format_id: string,
|
||||
format_note: string,
|
||||
fps: number,
|
||||
resolution: string,
|
||||
vcodec: string,
|
||||
}
|
||||
Reference in New Issue
Block a user