tried yt-dlp, with browser cookies. Tried the developer tools trick too (network serction). None has worked
If the page uses the built-in player, right click and save as should work. If right click is disabled, get an extension to force enable it.
you can shift+right click on a page to force it, no extension needed
option isn’t there
Can you give us the URL?
didn’t want to publish specific link cuz I thought it would break community’s rules
here: https://www.aljazeera360.com/video/751778?t=0
you will need to sign inThey seem to use MPEG-DASH, which shows as a series of MP4 files each returning 206 Partial Content. I tried https://github.com/emarsden/dash-mpd-cli to download it using the MPD XML file, which you can find by filtering for “master” in your browsers network log. But that didn’t work. Still, you might want to spend more time on it than I have at the moment.
I use this https://www.downloadhelper.net/. Not to download but to get the video URL and download using other tools.
it gives and error because it wants to download using their desktop addon, but via the dots you can select to copy the URL. In the Addon settings you can change copy URL to the default. the URL you get will work with yt-dlp
I think the DRM did not allow access to the link
Video DownloadHelper?
What was the error you got when you ran
yt-dlp
?[generic] Extracting URL: https://www.aljazeera360.com/video/742807 [generic] 742807: Downloading webpage WARNING: [generic] Falling back on generic information extractor [generic] 742807: Extracting information ERROR: Unsupported URL: https://www.aljazeera360.com/video/742807
Try How do I pass cookie to yt-dlp.
As install YT-dlp on your command line, (including ffmpeg). Log in to your site, and use this section to pass the cookie to your YT-dlp command with your video link.
I always try yt-dlp first with the website URL. If that doesn’t work I either try the URL shown in the network tab in the debug menu or try to find a video source URL by inspecting the video html container.
Once I’ve found a URL using one of those methods I again throw it at yt-dlp
Dumb question, but does the page source show where the video is contained?
hmm, I tried view page source, on the opened page I found only one occurrence of word “video”:
<meta property="og:url" content="/video/751778"/>
Most of the time you can check your network tab in the dev console. If it’s not there, throw the url at jdownloader.
Can you watch the video on the page? If so I would use OBS Studio to screen record it. If not, no idea, good luck!
Does that work? I suspect the DRM content would not show.
Some streaming is not possible even when you can view it on the monitor.
I suspect that happens on the video driver or Windows rendering subsystem - where OBS would capture. I had issues like that trying to stream to my TV IIRC.
A quick search on OBS gives me - supporting my suspicion - https://obsproject.com/forum/threads/unable-to-record-hulu-and-other-drm-digital-rights-media-protected-content.130979/
Ahhh makes sense, I couldn’t tell what the OP was trying to record but OBS might not work for it after all
Searching “github download webpage video” gives this and more results to try.
I think OBS will not work for this DRM stuff, you need a video capture card and directly record the video signal.
@zaknenou try cobalt.tools
deleted by creator