mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-21 13:03:19 +03:00
Adds youtube dl args to simulated output
This commit is contained in:
@@ -885,6 +885,10 @@ export class MainComponent implements OnInit {
|
|||||||
full_string_array.push(...additional_params);
|
full_string_array.push(...additional_params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.use_youtubedl_archive) {
|
||||||
|
full_string_array.push('--download-archive', 'archive.txt');
|
||||||
|
}
|
||||||
|
|
||||||
if (globalArgsExists) {
|
if (globalArgsExists) {
|
||||||
full_string_array = full_string_array.concat(this.globalCustomArgs.split(' '));
|
full_string_array = full_string_array.concat(this.globalCustomArgs.split(' '));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user