From e4fe46c4a7ae4e0ee6cc65db2da3eee6e22f407c Mon Sep 17 00:00:00 2001 From: Luca Armaroli Date: Fri, 15 Oct 2021 22:33:53 +0200 Subject: [PATCH] SharePoint download video via DASH manifest --- src/ApiClient.ts | 30 ++++++++++---- src/Downloaders.ts | 97 ++++++++++++++++++++++++++++++++++++++++++++- src/LoginModules.ts | 9 ++--- src/Utils.ts | 4 +- src/VideoUtils.ts | 23 +++++++---- 5 files changed, 140 insertions(+), 23 deletions(-) diff --git a/src/ApiClient.ts b/src/ApiClient.ts index fb99856..1bd4af7 100644 --- a/src/ApiClient.ts +++ b/src/ApiClient.ts @@ -161,7 +161,7 @@ export class ShareApiClient { } - public async getVideoInfo(filePath: string, outDir: string): Promise