mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-03 13:01:28 +03:00
Added the ability to download (export) archives from subscriptions
This commit is contained in:
@@ -120,6 +120,10 @@ export class PostsService {
|
||||
{responseType: 'blob'});
|
||||
}
|
||||
|
||||
downloadArchive(sub) {
|
||||
return this.http.post(this.path + 'downloadArchive', {sub: sub}, {responseType: 'blob'});
|
||||
}
|
||||
|
||||
getFileInfo(fileNames, type, urlMode) {
|
||||
return this.http.post(this.path + 'getVideoInfos', {fileNames: fileNames, type: type, urlMode: urlMode});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user