I was intrigued by your use of the menu entry Copy Response. I went back to that German
video & found the item named player.js that I had found. I tried several menu
selections, including Copy Response, and what I got was not useful in every case, except
for Save All As HAR. But when I went to the entry you found in domain player.vimeo.com,
the Copy Response gave me something that was useful, meaning it included the URLs of the
HLS manifests. Comparing Save All As HAR with Copy Response on this object shows that
there is a bunch more stuff obtained with Save All As HAR, but the additional stuff is
not actually useful. The useful stuff is retrieved with Copy Response for the object
you found. Copy Response retrieves 2 lines, & the second line is empty. Mind you, that
first line is thousands of characters long. Save All As HAR retrieves thousands of
lines, but only the 1 line in there is useful, & that line is the same one I got with
Copy Response.
So it seems that those menu functions retrieve different things depending on the type of
object you're looking at in the Network Monitor. Your object was HTML, mine was js, but
the two objects gave different results for the same menu functions. Something to keep in
mind for future reference.
--
You received this message because you are subscribed to a topic in the Google Groups "Video DownloadHelper Q&A" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/video-downloadhelper-q-and-a/sNfTCMYfiTU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to video-downloadhelper...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/video-downloadhelper-q-and-a/646ee8ba.050a0220.dd5a3.04b8%40mx.google.com.
There have been a number reports of downloaded videos where the video speeds by very quickly as though it is on fast forward. Then for the remainder a frozen frame with audio Only. Some of these reports sound like the problem is with private Vimeo videos embedded on other sites. Video Downloadhelper appears to download the video only from a dash manifest regarding Vimeo videos. The problem could be with video hosted elsewhere.This post proposes possible solutions or workarounds for too fast video. First lets deal with Vimeo. If it isn't working in VDH even after checking every video resolution then it sounds like a problem with the dash manifest. So lets avoid that and try other options.Try these tutorials on YouTube, they're of course done in Chrome but can also be done inFirefox in a slightly different way.Example 1:Example 2:In example 1 for Firefox , you right click on the url and click or hover over Copy Value then click Copy Response. As seen in image :Now paste what you copied in a rich text editor such as WordPad or something similar.To get an mp4 link of the video use the find function and type mp4 then click find next.Keep clicking find next to get the resolution you want. You'll see width:1920 , and after that a url. This is the 1080p resolution.Copy this url as seen in image and open it in a new tab , right click save video as. Choose name and directory to save video.In example video 2 for Firefox , find the script part shown in the video and right click on it. Then click or hover over Copy then click Inner HTML.
Paste what was copied in a rich text editor like before then repeat the step to find the mp4 url as shown in the first example to download video.I'll post another way using youtube-dl for Vimeo.
In the filter type master.json , then reload the video page. If the url doesn't show , some interaction with the video is required like mousing over the video, clicking gear icon or clicking play. Then it should appear. Right click on it , mouse on Copy --> Copy URL
Paste in text editor and remove json , replace with m3u8 then copy this url. Paste in browser then press enter. A prompt with pop up to save manifest, save it on computer as it will be needed. Along with this prompt VDH will detect the streams for this manifest.
A quick download gives the file name new tab, on the secondary menu clicking download will allow to enter your file name.
It
looks like the what we are after , but after choosing a resolution it
turns out to be video without
the audio. Open the master manifest that was saved as it will be used to get
the audio.
Paste master.m3u8 url still in your system clipboard on a separate line underneath the master manifest. There are two partial audio manifest urls, a medium & high up the top. Copy the one you want like so : /audio/1cb9cc2b/playlist.m3u8
Go to your master manifest link and there is a part of the highlighted url to remove :
119vod-adaptive.akamaized.net/exp=1688999583~acl=%2F450f9560-1604-4a28-9a2f-030f2e61855e%2F%2A~hmac=d907d2bcbbcaad1fa88273eb100a9cbd00d18f8855edff649fc591d9b4fe8608/450f9560-1604-4a28-9a2f-030f2e61855e/sep/video/1cb9cc2b,294213ec,35f2a976,52c6d17b,cfce786b,eaebe860,f04043d6/master.m3u8?base64_init=1
Now add the partial url to the manifest url :
119vod-adaptive.akamaized.net/exp=1688999583~acl=%2F450f9560-1604-4a28-9a2f-030f2e61855e%2F%2A~hmac=d907d2bcbbcaad1fa88273eb100a9cbd00d18f8855edff649fc591d9b4fe8608/450f9560-1604-4a28-9a2f-030f2e61855e/sep/audio/1cb9cc2b/playlist.m3u8
Copy & paste this completed audio manifest into browser then press enter. VDH detects the audio stream that you can download.