mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
(feat): now pytubepp helper can install required packages via install buttons using winget and pip
This commit is contained in:
12
src/types.ts
12
src/types.ts
@@ -1,16 +1,20 @@
|
||||
export interface InstalledPrograms {
|
||||
winget: {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
};
|
||||
python: {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
};
|
||||
pip: {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
};
|
||||
ffmpeg: {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
};
|
||||
pytubefix: {
|
||||
installed: boolean
|
||||
version: string | null;
|
||||
};
|
||||
pytubepp: {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
|
||||
Reference in New Issue
Block a user