VideoHelp Forum
Closed Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Jan 2024
    Location
    italy
    Search Comp PM
    Hello! I'm new to the community, and I was wondering if anyone is able to download this full video from study.com or to get the full subtitles. I have already tried to get the lesson transcript by inspecting the elements and editing them, but the unblured and unlocked transcript only covers part of the video.

    this is the video in question: https://study.com/academy/lesson/the-role-of-the-proverb-in-16th-century-art-erasmus-bruegel.html

    thank you in advance!

  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Are these the subtitles you want? It covers only those 6 minutes. I don't know if it's the full video.
    https://fast.wistia.net/embed/captions/21knzt6ao9.vtt

    Edit: The video can be found at: https://embed-ssl.wistia.com/deliveries/11f5fccb0aab69a9994d49a68e88edf9b9978664/file.mp4
    But they added a black screen half of the video. Maybe with another video ID you could get the real video and not the one on the page edited for paywall.
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 15th Jan 2024 at 10:08.

  3. when stream the video
    OFF SUB
    then
    ON SUB

    filter 'https://fast.wistia.net/embed' on network Tab

  4. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    So, I don't know how you can get past the paywall without the help of someone with an account but there is a way for older courses/lessons.
    Example: https://study.com/academy/lesson/building-an-alu-using-logisim.html

    Right-click and View the page source of the page. Search for "data-wistiaoptions". You will get something like:
    Code:
    {
      "sample": false,
      "isAutoplayable": true,
      "hashSeekEnabled": true,
      "tracking": 2263391,
      "hasPreroll": false,
      "stillUrl": "/cimages/videopreview/videopreview-full/7qi5g77nex.jpg"
    }
    You are interested in the ID of "videopreview-full": 7qi5g77nex . Using that ID you can get the full video (notice that you can't directly access the link):
    Code:
    yt-dlp.exe http://fast.wistia.net/embed/iframe/7qi5g77nex
    and full subtitles (available as .vtt as well by changing the extension): https://fast.wistia.net/embed/captions/7qi5g77nex.srt

    So all you have to do is get that "videopreview-full" ID. However, when you do these steps for your page you get:
    Code:
    {
      "sample": false,
      "isAutoplayable": true,
      "hashSeekEnabled": true,
      "tracking": 174748,
      "hasPreroll": false,
      "stillUrl": "/cimages/videopreview/videopreview-full/screen_shot_2015-07-13_at_10.55.36_am_174748.jpg"
    }
    And that secret ID is hashed and generated by Wistia when the creator first uploaded a video (more information here: https://docs.wistia.com/docs/javascript-player-api). The hashed ID always has 10 characters and it isn't exactly known how it's computed. If it's obtained by using exactly the contents of the preview full image (https://study.com/cimages/videopreview/videopreview-full/screen_shot_2015-07-13_at_10...._am_174748.jpg) and the file name (screen_shot_2015-07-13_at_10.55.36_am_174748.jpg), then you could deduce it on your own (guess it). But if it's done by some dynamic parameters like time/date etc. Then without the help of someone with an account, it's getting kinda hard bypassing that paywall.




Similar Threads

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