mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-02-04 17:42:22 +05:30
feat: added support for embedding auto-generated subtitles #10
This commit is contained in:
@@ -31,6 +31,9 @@ export interface RawVideoInfo {
|
||||
subtitles: {
|
||||
[subtitle_id: string]: VideoSubtitle[];
|
||||
};
|
||||
automatic_captions: {
|
||||
[subtitle_id: string]: VideoSubtitle[];
|
||||
};
|
||||
formats: VideoFormat[];
|
||||
requested_downloads: VideoFormat[];
|
||||
requested_subtitles: {
|
||||
|
||||
Reference in New Issue
Block a user