Okay I see some misunderstandings here so I will try to explain...
Quote:
Originally Posted by jDoX
Wow! Many thanks! But the downloaded video is "HLSPlaylist.m3u8" instead of the expected "001 - cant_enable_file_sharing_mac_mini_2012_on_macos.mp4".
|
Yes and no.
At this moment, such .m3u8 links are handled by our generic .m3u8 crawler so they're not processed by the reddit crawler.
I also wouldn't know how to create a connection between:
v.redd.it/723t5hqvpt891/HLSPlaylist.m3u8
... and the initial reddit post:
reddit.com/r/MacOS/comments/voixki/cant_enable_file_sharing_mac_mini_2012_on_macos
The same applies to those .mp4 URLs.
If you're just adding the URL to that post you will get the expected filenames.
Why are you adding the ".m3u8" URL directly to JD?
Quote:
Originally Posted by jDoX
instead of the expected
.../DASH_480.mp4
|
Looks like this is misunderstanding part two(?)
As explained in my reply #5, JDownloader is internally downloading the HLS streaming version of the video (URL ending with ".m3u8").
Why should JD then expose a link that it never touches (your "/DASH_480.mp4" URL)?
I could for sure update the settings to be able to use this as an output but to me it doesn't make any sense as that .mp4 URL is never used anywhere in JDownloader.
Quote:
Originally Posted by jDoX
Or maybe am I doing something wrong?
|
No. So far all I can see here is a bunch of misunderstandings but I'm sure we'll get there.
Just to clarify one crucial thing, quoting your first post again:
Quote:
Originally Posted by jDoX
It would be useful if jDownloader allowed to show and copy the real movie link, which is
|
There is no single
real movie link.
Coming back to your example again:
Post link:
/r/MacOS/comments/voixki/cant_enable_file_sharing_mac_mini_2012_on_macos
DASH streaming link:
v.redd.it/723t5hqvpt891/DASH_480.mp4
HLS streaming link:
v.redd.it/723t5hqvpt891/HLSPlaylist.m3u8
--> Each reddit selfhosted video is available via two different streaming protocols resulting in two different "direct-URLs".
JDownloader is downloading the HLS/.m3u8 URL while browsersd seem to be playing the DASH/.mp4 streaming variant.