-
Notifications
You must be signed in to change notification settings - Fork 44
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
How it works, under the hood? #87
Comments
there is a guide on reddit how to use ffmpeg without any wrappers. I guess this is one of the scenarios. Also you can enable logging and check messages, there are steps described. |
the app is open source so all steps are in https://github.com/kylon/Sharedown/blob/main/preload.js |
yt-dlp -f- --allow-unplayable-format -o "output" "manifest url" and type the audioID+videoID without --allow-u it says that it is DRM protected. |
Hi. First of all, thanks for your efforts.
I've found Sharedown while I was searching on how to download video from Sharepoint. Incredibly, this seems the ONLY solution working I've found online, in either involving ffmpeg and yt-dlp.
I'm asking myself: what actually is Sharedown under the hood?
Can I have some detail on what's performed on the bold parts of the process?
Because I would truly like to massive download video/content using yt-dlp (or ffmpeg) but for the love of me I can't find any way to find the right video url to pass to yt-dlp
The text was updated successfully, but these errors were encountered: