snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 442 forks source link

Invalid URL error thrown when downloading links from other's personal recordings' shared space #447

Open bks84 opened 2 years ago

bks84 commented 2 years ago

I went through previous issues and found that they suggested to try the v3 (aria2c) and also https://github.com/snobu/destreamer/tree/sharepoint

I can confirm that I am still getting the same error on all the three variants I have tried: https://github.com/snobu/destreamer/ https://github.com/snobu/destreamer/tree/sharepoint and https://github.com/snobu/destreamer/blob/aria2c_forRealNow/

My URL looks like this

https://ORG-my.sharepoint.com/:v:/r/personal/USER/Documents/Recordings/FILENAME-20220512_110219-Meeting Recording.mp4

* Ignore that peace emoji. It was meant to read as colon v colon**

Any suggestions to download such files please? This is same issue as https://github.com/snobu/destreamer/issues/405#issuecomment-944871305

Error:

_Parsing video/group urls Downloading SharePoint videos...

Launching headless Chrome to perform the OpenID Connect dance... Navigating to login page... Waiting for target! We are logged in. At this point Chromium's job is done, shutting it down...

[ERROR] Invalid url 'https://ORG-my.sharepoint.com/:v:/r/personal/USER/Documents/Recordings/FILENAME-20220512_110219-Meeting Recording.mp4', skipping..._

Any help, please?

sannett-idealsys commented 2 years ago

The only way that worked for me is to use the method explained in the first section "Force downlaod from Share Point" here: https://vball.fun/2021/12/10/download-view-only-video-from-microsoft-sharepoint/

It would be good if this functionality was added to destreamer

gabo4299 commented 2 years ago

same error :c , the Force download from Sharepoint or https://vball.fun/2021/12/10/download-view-only-video-from-microsoft-sharepoint/ , neither work

DavidCDreher commented 1 year ago

Same issue here!

ahmedmeid commented 1 year ago

I have exactly the same issue

yukinwoo commented 1 year ago

Same issue for me.

vladimirzind commented 1 year ago

I have faced the same issue, however instructions from https://vball.fun/2021/12/10/download-view-only-video-from-microsoft-sharepoint/ worked for me. There was a lot of errors thrown by ffmpeg like:

Invalid NAL unit size (175237 > 169754). missing picture in access unit with size 169758 Packet corrupt

BUT, the file was downloaded successfully.

hakt0-r commented 1 year ago

This has been fixed in a pull request #490, comments can be found here #489.

albert-tomanek commented 7 months ago

I have faced the same issue, however instructions from https://vball.fun/2021/12/10/download-view-only-video-from-microsoft-sharepoint/ worked for me. There was a lot of errors thrown by ffmpeg like:

Invalid NAL unit size (175237 > 169754). missing picture in access unit with size 169758 Packet corrupt

BUT, the file was downloaded successfully.

Unfortunately my Network tab doesn't contain a videomanifest request on the new (I believe) sharepoint, so I'm not able to use this solution