kylon / Sharedown

Electron application to download Sharepoint videos (especially meant for students)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New pattern: 'SP.List.GetListDataAsStream?listFullUrl'

wangyuantao opened this issue · comments

Currently in runPuppeteerGetVideoData, we only detect 2 patterns: 'RenderListDataAsStream?@A1=', 'RenderListDataAsStream?@listUrl'
Now there is a new pattern 'SP.List.GetListDataAsStream?listFullUrl' for some of the videos.

The response is compatible and _makeVideoManifestFetchURL still can extract the all we need.