-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request feature for the upcoming version of destreamer: downloading all videos from a group #241
Comments
We already do that :P I forgot to add it to the docs but I already implemented that like 2 months ago Just run it against the same folder (leaving there the videos) and use the --skip option to skip downloading existing files and you are all done |
Thats really awesome :D |
Yes it should |
Did it work @FraH90? |
YES! It seems to perfectly work, that's great! Just a thing unrelated with this stuff.. after a while (I guess like after it does expire an hour from when you've started the download of the group) it returns an HTTP 401 error or something like that. That is related to the token-cache thing that needs to be updated after an hour? There is a way of automatically refreshing the token cache? Because I see that you have implemented a mechanism that doesn't require putting in the password again (I'm using -k parameter), you just need to open the browser again and it automatically refresh the acces. |
We sure can |
Hi guys, like I've written on the title I'm thinking from a lot of time of a feature that could be very, very helpful to me (and other too I think) for the upcoming version of destreamer (whatever we'll choose to name it)
Specifically, I'd like to download all the videos listed from a group, without manually entering every single URL of every single video in a text file (that's what I do now to download a bunch of videos from a single subject; in my university every subject has a different group for example, so the past semester every week or two I downloaded the new videos created in the week, but it was a long, long process to just copy/paste the links, figure it out which one you've downloaded and which one you've not, etcetera).
So I think that it will be very, very usefull if destreamer could automatically retrive all the URLs in a MS Stream group, from a link like this:
https://web.microsoftstream.com/group/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx?view=videos
and let us choose which video we want to download and which not (or maybe just download them all, and skip the ones that are already find in the specified download directory)
What do you think? It's a possible thing?
PS Obviously this is a feature-request, not an issue, I don't know how to mark this as a feature-req on github
The text was updated successfully, but these errors were encountered: