-
1 Attachment(s)
Trying to download an embedded private Vimeo video
I'm trying to download a private Vimeo video and I've tried the method of looking for the .mp4 link in the source, but there's isn't one, just other data for the video. Could someone help me download it? I've attached the source. Thanks in advance
EDIT: Sorry, I just saw the thread about only posting requests to public videos. I can delete this if the source isn't helpful
-
Re: Trying to download an embedded private Vimeo video
change master.json to master.mpd
and download with yt-dlp
Code:
yt-dlp "https://128vod-adaptive.akamaized.net/exp=1648654881~acl=%2Fef587ea2-163e-46c4-bd15-52283a025c3f%2F%2A~hmac=354c74a5908795746b20407f417f30567c89d40834b8c154b9f0524705120d4f/ef587ea2-163e-46c4-bd15-52283a025c3f/video/b057fc38,cd6e15ff,1397b0d6,eaf22bfc,f524d8c4/master.mpd?query_string_ranges=1&base64_init=1"
-
Re: Trying to download an embedded private Vimeo video
use this
Code:
yt-dlp -f 4928 "https://128vod-adaptive.akamaized.net/exp=1648654881~acl=%2Fef587ea2-163e-46c4-bd15-52283a025c3f%2F%2A~hmac=354c74a5908795746b20407f417f30567c89d40834b8c154b9f0524705120d4f/ef587ea2-163e-46c4-bd15-52283a025c3f/video/1397b0d6,b057fc38,cd6e15ff,eaf22bfc,f524d8c4/master.m3u8?query_string_ranges=1&f=dash"
-
Re: Trying to download an embedded private Vimeo video
Thank you @lomero and @pkp! Both commands seem to have gotten the same file. I really appreciate it
-
Re: Trying to download an embedded private Vimeo video
Is it possible to only download the audio?
-
Re: Trying to download an embedded private Vimeo video
yes, you can
use my trick
then use yt-dlp -F .....
and you have full list of available audio and video
then to download use yt-dlp -f xx .... where xx is your audio format
now not work. link expired. need fresh one
-
1 Attachment(s)
Re: Trying to download an embedded private Vimeo video
Here's a new one. When I tried @pkp's command without the ID, I think I only saw video formats
-
Re: Trying to download an embedded private Vimeo video
yes video only. confirmed
-
Re: Trying to download an embedded private Vimeo video
Gotcha. Thanks again for the help
-
1 Attachment(s)
Re: Trying to download an embedded private Vimeo video
Hi, I have the exact same issue. Cannot find the mp4 file after checking Inspect and Sources, and this doesn't work as well. How can I download the VIMEO video embedded?
-
Re: Trying to download an embedded private Vimeo video
yt-dlp have a built extractor for vimeo
so, use simply yt-dlp https://link
if your video required a passw to play use yt-dlp --video-password [your_passw] https://link
-
Re: Trying to download an embedded private Vimeo video
Quote:
Originally Posted by
silver_wings90
Hi, I have the exact same issue. Cannot find the mp4 file after checking Inspect and Sources, and this doesn't work as well. How can I download the VIMEO video embedded?
In your file, there's this
Code:
https://143vod-adaptive.akamaized.net/exp=1665328067~acl=%2Fb654d08f-4fcc-460c-b793-5919272fe376%2F%2A~hmac=bca4edef3fad663835910da0ed32fcc20c61c821716edb90e0ea67477c0ab338/b654d08f-4fcc-460c-b793-5919272fe376/sep/video/bc281826,8d9f0e66,75e5271b,3f883015,7177cefa/audio/8076cacc,944c82a2,1501f77c/master.json?query_string_ranges=1&base64_init=1
But currently it gives 410: gone error. Probably the hmac expired or something.
So, get a fresh link like this, and change master.json to master.mpd.
Then use yt-dlp to download.
-
Re: Trying to download an embedded private Vimeo video
Thank you all.
I have the link, but I can't seem to get yt-dlp to work on my windows, is it possible for you to extract the video for me?
https://143vod-adaptive.akamaized.net/exp=1665845536~acl=%2Fb654d08f-4fcc-460c-b793-59...&base64_init=1
-
Re: Trying to download an embedded private Vimeo video
Quote:
Originally Posted by
silver_wings90
is it possible for you to extract the video for me?
Yes.
And hopefully it won't take you a week this time to reply because I'm probably deleting it in few days.
https://drive.google.com/file/d/1ezDgt-fKSn4Y-S65XyOhQ-wF0eLHpXyo/view?usp=sharing
-
Re: Trying to download an embedded private Vimeo video
Thank you sincerely for the extract and upload! I will download it within today. Have a great week ahead!
-
Re: Trying to download an embedded private Vimeo video
***HERE IS THE LINK https://player.vimeo.com/video/795760685
***I HAVE FOLLOWED THE INSTRUCTIONS IN THE THREAD WITH THE FOLLOWING VIDEO BELOW...COULD SOMEONE GIVE SOME DIRECTIONS PLS OF WHERE TO GO NEXT AS IT DID NOT WORK.
TIA.
"https://142vod-adaptive.akamaized.net/exp=1679371521~acl=%2F84f8429b-d361-4515-8371-7b7e3f1f6e2d%2F%2A~hmac=3f8ee1654356c0b999256955b4 804e34735dc0b4e54ac1d5cc84a07fa29d9081/84f8429b-d361-4515-8371-7b7e3f1f6e2d/sep/video/55da3af2,e64cbabe/audio/47970507,c72df638,fb7b5c64/master.json?base64_init=1\u0026query_string_ranges =1","origin":"gcs","url":"https://142vod-adaptive.akamaized.net/exp=1679371521~acl=%2F84f8429b-d361-4515-8371-7b7e3f1f6e2d%2F%2A~hmac=3f8ee1654356c0b999256955b4 804e34735dc0b4e54ac1d5cc84a07fa29d9081/84f8429b-d361-4515-8371-7b7e3f1f6e2d/sep/video/55da3af2,e64cbabe/audio/47970507,c72df638,fb7b5c64/master.json?base64_init=1\u0026query_string_ranges =1"
***THIS IS THE COMMAND ENTERED BELOW & THE RESULTS BELOW....
COULD SOMEONE GIVE SOME DIRECTIONS PLS OF WHERE TO GO NEXT.
>yt-dlp "https://68vod-adaptive.akamaized.net/exp=1679366250~acl=%2F7a11b755-a3dd-4239-975c-5a0debf41c73%2F%2A~hmac=9f222912faaf9f9965ca48e428 f2dc9cab74f26d76651beaf993d7a2307bf672/7a11b755-a3dd-4239-975c-5a0debf41c73/sep/video/12087b65,55c564f3/audio/3c51fc93,f8986fac,14dc4e01/master.mpd?base64_init=1\u0026query_string_ranges= 1"
[generic] Extracting URL: https://68vod-adaptive.akamaized.net/exp=1679366250~acl=%2F7a11b755-a3dd-4239-975c-5a0...tring_ranges=1
[generic] master.mpd?base64_init=1\u0026query_string_ranges= 1: Downloading webpage
[redirect] Following redirect to https://68vod-adaptive.akamaized.net/exp=1679366250~acl=%2F7a11b755-a3dd-4239-975c-5a0...tring_ranges=1
[generic] Extracting URL: https://68vod-adaptive.akamaized.net/exp=1679366250~acl=%2F7a11b755-a3dd-4239-975c-5a0...tring_ranges=1
[generic] master: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] master: Extracting information
[info] master: Downloading 1 format(s): video-55c564f3+audio-3c51fc93
ERROR: unable to download video data: HTTP Error 403: Forbidden
-
Re: Trying to download an embedded private Vimeo video
Post the actual link where the video can be watched.
-
Re: Trying to download an embedded private Vimeo video
@vegata - updated post with link - thanks.
-
Re: Trying to download an embedded private Vimeo video
-
Re: Trying to download an embedded private Vimeo video
Thank you @LZAA - I appreciate the video.
I have a series of these to do so I would like to be able to carry it out as they get release.
Could you give me directions as to what I was doing wrong with my command in the original post?
Thank you.
-
Re: Trying to download an embedded private Vimeo video
Code:
https://68vod-adaptive.akamaized.net/exp=1679366250~acl=%2F7a11b755-a3dd-4239-975c-5a0debf41c73%2F%2A~hmac=9f222912faaf9f9965ca48e428f2dc9cab74f26d76651beaf993d7a2307bf672/7a11b755-a3dd-4239-975c-5a0debf41c73/sep/video/12087b65,55c564f3/audio/3c51fc93,f8986fac,14dc4e01/master.mpd?base64_init=1\u0026query_string_ranges=1
your problem is in the query string
Code:
base64_init=1\u0026query_string_ranges=1
you need to decode the unicode '\u0026' back to '&' and it should download fine.
Code:
https://68vod-adaptive.akamaized.net/exp=1679366250~acl=%2F7a11b755-a3dd-4239-975c-5a0debf41c73%2F%2A~hmac=9f222912faaf9f9965ca48e428f2dc9cab74f26d76651beaf993d7a2307bf672/7a11b755-a3dd-4239-975c-5a0debf41c73/sep/video/12087b65,55c564f3/audio/3c51fc93,f8986fac,14dc4e01/master.mpd?base64_init=1&query_string_ranges=1
(obviously with a fresh link)
-
Re: Trying to download an embedded private Vimeo video
-
Re: Trying to download an embedded private Vimeo video
Thanks for all your input so far.
I am using the yt-dlp & works well.
So far it seems to dl the highest video format so it takes a while.
To reduce the amount of data ( & time) is there an option to choose the lowest quality format in the command?
or any suggestions / alternatives exe to improve speed.
TIA.
-
Re: Trying to download an embedded private Vimeo video
Yt-dlp has a great help file
https://github.com/yt-dlp/yt-dlp
To increase speed try increasing the number of threads or a higher number.
-
Re: Trying to download an embedded private Vimeo video
-
1 Attachment(s)
Re: Trying to download an embedded private Vimeo video
I'm currently trying to work with 'yt-dlp', a command-line program to download videos from Vimeo and other video sites. However, I'm facing some difficulties understanding the application's functions and making the most out of it.
Would someone be able to help me with this? Any assistance or guidance on how to effectively download videos using yt-dlp would be greatly appreciated.
I'm looking forward to your response.
-
Re: Trying to download an embedded private Vimeo video
Hi all!
I am trying to download the below video. I have the latest yt-dlp. At first I tried downloading it but it gave me just the video and no audio. So based on another persons response I downloaded ffmpeg which I put into the system. That didn't work so on another persons suggestion I put the exe file into yt-dlp folder. That didn't work.
So, my question is how do I download with the audio? Thanks for your help in advance!:)
Link with adding MPD and &:
https://123vod-adaptive.akamaized.net/exp=1688308584~acl=%2Fef800525-0537-4b86-9624-a3...tring_ranges=1
Original link to video:
https://123vod-adaptive.akamaized.net/exp=1688308584~acl=%2Fef800525-0537-4b86-9624-a3...tring_ranges=1
-
Re: Trying to download an embedded private Vimeo video
use mpd link in N_m3u8DL-RE "https://mpd" and select audio only
then merge audio + video with ffmpeg
-
Re: Trying to download an embedded private Vimeo video
-
Re: Trying to download an embedded private Vimeo video
Hello,
I am having a problem (403 error like PolyHubbard) with downloading this link:
https://35vod-adaptive.akamaized.net/exp=1695393230~acl=^%^2F7b889612-2fdb-42e1-89d4-54123dcd2db2^%^2F^%^2A~hmac=007a39b673bc5fc4bb05fb f077a496f55bd688e57334808da643b71db2835b72/7b889612-2fdb-42e1-89d4-54123dcd2db2/sep/video/74e68a98,8ef8866e,b5d6ea43,cb3b0861,e9a9a9ba/audio/10425791,39a37433,d638d944/master.json?base64_init=1&query_string_ranges=1
Example #1:
H:\>yt-dlp "https://35vod-adaptive.akamaized.net/exp=1695393230~acl=^%^2F7b889612-2fdb-42e1-89d4-54123dcd2db2^%^2F^%^2A~hmac=007a39b673bc5fc4bb05fb f077a496f55bd688e57334808da643b71db2835b72/7b889612-2fdb-42e1-89d4-54123dcd2db2/sep/video/74e68a98,8ef8866e,b5d6ea43,cb3b0861,e9a9a9ba/audio/10425791,39a37433,d638d944/master.mpd?base64_init=1&query_string_ranges=1"
[generic] Extracting URL: https://35vod-adaptive.akamaized.net/exp=1695393230~acl=^%^2F7b889612-2fdb-42e1-89d4-54123dcd2db2...uery_string_ranges=1
[generic] master: Downloading webpage
ERROR: [generic] None: Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
H:\>
Example #2:
Without the string ?base64_init=1&query_string_ranges=1, I get a little further.
H:\>yt-dlp https://35vod-adaptive.akamaized.net/exp=1695393230~acl=^%^2F7b889612-2fdb-42e1-89d4-54123dcd2db2^%^2F^%^2A~hmac=007a39b673bc5fc4bb05fb f077a496f55bd688e57334808da643b71db2835b72/7b889612-2fdb-42e1-89d4-54123dcd2db2/sep/video/74e68a98,8ef8866e,b5d6ea43,cb3b0861,e9a9a9ba/audio/10425791,39a37433,d638d944/master.mpd
[generic] Extracting URL: https://35vod-adaptive.akamaized.net/exp=1695393230~acl=%2F7b889612-2fdb-42e1-89d4-541...944/master.mpd
[generic] master: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] master: Extracting information
[info] master: Downloading 1 format(s): video-74e68a98+audio-d638d944
ERROR: unable to download video data: HTTP Error 403: Forbidden
H:\>
Can someone help? Thank you.