mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 23:41:28 +03:00
Added the ability to download (export) archives from subscriptions
This commit is contained in:
@@ -29,4 +29,11 @@ export class SubscriptionInfoDialogComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
downloadArchive() {
|
||||
this.postsService.downloadArchive(this.sub).subscribe(res => {
|
||||
const blob: Blob = res;
|
||||
saveAs(blob, 'archive.txt');
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user