mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 04:31:29 +03:00
Fixed bug that prevented video download or archive download from occuring
This commit is contained in:
@@ -144,11 +144,11 @@ export class PostsService {
|
|||||||
subscriptionName: subscriptionName,
|
subscriptionName: subscriptionName,
|
||||||
subPlaylist: subPlaylist
|
subPlaylist: subPlaylist
|
||||||
},
|
},
|
||||||
{responseType: 'blob', headers: this.httpOptions.headers});
|
{responseType: 'blob', params: this.httpOptions.params});
|
||||||
}
|
}
|
||||||
|
|
||||||
downloadArchive(sub) {
|
downloadArchive(sub) {
|
||||||
return this.http.post(this.path + 'downloadArchive', {sub: sub}, {responseType: 'blob', headers: this.httpOptions.headers});
|
return this.http.post(this.path + 'downloadArchive', {sub: sub}, {responseType: 'blob', params: this.httpOptions.params});
|
||||||
}
|
}
|
||||||
|
|
||||||
getFileInfo(fileNames, type, urlMode) {
|
getFileInfo(fileNames, type, urlMode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user