1
1
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:
2026-01-04 20:42:29 +05:30
Verified
parent da806b21e9
commit 01f4e96101
6 changed files with 29 additions and 9 deletions

View File

@@ -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: {