VideoHelp Forum
+ Reply to Thread
Page 4 of 4
FirstFirst ... 2 3 4
Results 91 to 111 of 111
Thread
  1. Thank you so much for your quick help! I will try this.
    Quote Quote  
  2. Thanks
    Last edited by Piksel; 17th Nov 2021 at 00:00.
    Quote Quote  
  3. Member
    Join Date
    Nov 2021
    Location
    Europe
    Search Comp PM
    Really thanks Vegeta!

    Can you please tell me how did you that? I need to extract many videos from that page... I have youtube-dl installed on my Mac.

    Thanks again
    Quote Quote  
  4. Originally Posted by bueyfx View Post
    Can you please tell me how did you do that?
    I hate MACs.
    If I remember correctly, most of the tools I tried, failed (I don't have IDM so try that).

    I downloaded the audio with Video Downloadhelper add-on.
    For the video, I downloaded the segments that load up in developer tool's network tab and merged them with type command in Windows (I explained this in some of latest posts for another video, I think it was the Facebook thread one).
    Also, I think the init file was missing in the network tab so I had to find the master.json file, check the response, copy the base64 of the init, use a site that converts base64 to file (base64 guru something)... I went through a lot of trouble!
    Then I merged with ffmpeg.

    Oh, I found an easy way
    Code:
    ytdlp.exe --referer "https://www.artofthetitle.com/" "https://player.vimeo.com/video/39355651"
    Last edited by [ss]vegeta; 17th Nov 2021 at 05:28.
    Quote Quote  
  5. Member
    Join Date
    Nov 2021
    Location
    Europe
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    Originally Posted by bueyfx View Post
    Can you please tell me how did you do that?
    I hate MACs.
    If I remember correctly, most of the tools I tried, failed (I don't have IDM so try that).

    I downloaded the audio with Video Downloadhelper add-on.
    For the video, I downloaded the segments that load up in developer tool's network tab and merged them with type command in Windows (I explained this in some of latest posts for another video, I think it was the Facebook thread one).
    Also, I think the init file was missing in the network tab so I had to find the master.json file, check the response, copy the base64 of the init, use a site that converts base64 to file (base64 guru something)... I went through a lot of trouble!
    Then I merged with ffmpeg.

    Oh, I found an easy way
    Code:
    ytdlp.exe --referer "https://www.artofthetitle.com/" "https://player.vimeo.com/video/39355651"
    hahha you are a crack Vegeta! Thanks Really




    Simple Vimeo Downloader works perfect, thank you very much ))
    Quote Quote  
  6. Hmm, guys, has Vimeo started using another name than ~MPD for the manifest, lately? I'm trying to retrieve a Vimeo video that does not appear to be DRM-protected, I can fetch it using free web utilities such as savethevideo.com/ without any problems, so I sort of have it worked out already, but just out of pure stubbornness, I'd like to know that I can process it manually, too, using nothing but a web browser and ffmpeg binary for utilities. However, running the Developer debugger in my browser, watching the Network section, I get all these segment-<no>.m4s files spitted, but when I filter for "mpd" I get nothing, so I'm kind of dazed and confused at the moment Ideas?
    Drop dead gorgeous!
    Quote Quote  
  7. Originally Posted by Gew View Post
    Hmm, guys, has Vimeo started using another name than ~MPD for the manifest, lately? I'm trying to retrieve a Vimeo video that does not appear to be DRM-protected, I can fetch it using free web utilities such as savethevideo.com/ without any problems, so I sort of have it worked out already, but just out of pure stubbornness, I'd like to know that I can process it manually, too, using nothing but a web browser and ffmpeg binary for utilities. However, running the Developer debugger in my browser, watching the Network section, I get all these segment-<no>.m4s files spitted, but when I filter for "mpd" I get nothing, so I'm kind of dazed and confused at the moment Ideas?
    Vimeo never really had clearly visible mpds.
    You can find out the mpds if you use Fiddler and ytdlp -F "link".
    Image
    [Attachment 62935 - Click to enlarge]

    You should definitely switch to using ytdlp for downloading.
    Last edited by [ss]vegeta; 16th Jan 2022 at 15:28.
    Quote Quote  
  8. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    go and find filter = "config" in network tab, open in new tab so you can see m3u8 links there
    Quote Quote  
  9. Originally Posted by [ss]vegeta View Post
    Vimeo never really had clearly visible mpds.
    You can find out the mpds if you use Fiddler and ytdlp -F "link".
    You should definitely switch to using ytdlp for downloading.
    I have understood that this piece of free software is widely used and considered neat in all ways.
    I will start using it for sure, but I still like to know if there's a way to get the MPD link manually.
    Fiddler is not freeware and I'd rather just use GNU/GPL stuff for my workflow.
    However, I guess Developer console in Firefox or Chrome would work as well?

    Originally Posted by iamghost View Post
    go and find filter = "config" in network tab, open in new tab so you can see m3u8 links there
    Thanks, filtering on "config" gives me 5-10 hits, tried all of them but none of them are accepted as direct ffmpeg input! :/
    Some of them gives me 404 Unauthorized for response (command-line), is this due to some not-DRM-but-other link protection?
    Drop dead gorgeous!
    Quote Quote  
  10. Originally Posted by Gew View Post
    Fiddler is not freeware
    I'm not talking about Fiddler Everywhere.
    Fiddler Classic is freeware and that's what I use.
    Originally Posted by Gew View Post
    However, I guess Developer console in Firefox or Chrome would work as well?
    Not sure about that, I couldn't find MPDs via the developer tools. They are probably there, somewhere, but hidden inside something else.
    Last edited by [ss]vegeta; 25th Jul 2023 at 01:54. Reason: typo
    Quote Quote  
  11. Hello, i would like to download a video with several m4s segment in network but i can't find any mpd file on it to download it with youtube-dl...
    Image
    [Attachment 63109 - Click to enlarge]


    Here is the video link : https://numadeo.com/machine-typ50654536

    Thank you very much
    Quote Quote  
  12. Please, I have tried to no avail to get this video. I want to be pointed to the right direction cos i keep getting different errors.

    [vimeo] 116316317: Downloading webpage
    ERROR: [vimeo] 116316317: Unable to download webpage: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
    Press any key to continue . . .

    I tried, the youtube gui, the youtube cmd mode and also tvdownloader.

    all to no avail.
    There are tutorials i want from there.

    i tried

    youtube-dl -f bestvideo+bestaudio https://player.vimeo.com/video/116316317
    youtube-dl -f bestvideo+bestaudio https://vimeo.com/video/116316317
    youtube-dl https://player.vimeo.com/video/116316317
    youtube-dl https://vimeo.com/video/116316317
    youtube-dl.exe https://player.vimeo.com/video/116316317
    youtube-dl.exe https://vimeo.com/video/116316317

    thanks in anticipation
    Quote Quote  
  13. You need to provide the referer field to download that video. You get that from the web page you got the vimeo url.

    Code:
    yt-dlp --referer "https://some.other.web.site" https://player.vimeo.com/video/116316317
    Last edited by jagabo; 23rd May 2022 at 08:57.
    Quote Quote  
  14. Hello thanks for your response. By the referer do you mean the site I am watching the video from? If so, this is where I am watching it from

    https://ihatetomatoes.net/module-1/anatomy-html-css/

    So how do I put the referer. Mind you, I have to be logged in before I can view the video though.

    Thanks
    Quote Quote  
  15. You have to look at the request header to be sure. But with that video, yes it's simply the url of requesting site:

    Code:
    yt-dlp --referer https://ihatetomatoes.net https://player.vimeo.com/video/116316317
    Quote Quote  
  16. Thanks. Downloading now
    Quote Quote  
  17. Hello has anyone approved my previous request?
    Quote Quote  
  18. Originally Posted by jagabo View Post
    I saw the mdp links via MS Edge's Developer Tools (F12). For example with the 8086 pipelining video:

    Code:
    https://bae.sgp1.digitaloceanspaces.com/videos/32/dash/9ceb48714eeefc9389979e51fecd5f69.mpd
    Using youtube-dl:

    Code:
    youtube-dl https://bae.sgp1.digitaloceanspaces.com/videos/32/dash/9ceb48714eeefc9389979e51fecd5f69.mpd
    got a ~123 MB, 960x540 mp4 file. There are also 854x480, 640x360, and 426x240 versions.

    Does this method works in 2023? I need to download from bharatacharyaeducation dot com.
    Quote Quote  
  19. Vimeo has changed their code significantly since this original post. They are using several JS scripts, encrypted streams and a CDN. Other than a plugin that can intercept these calls within the actual authenticated browser, I don't see a way that yt-dlp could download a protected Vimeo video; that is, a video someone produces for a subscription and it's hidden behind these.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!