VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 22 of 22
Thread
  1. https://vix.com/es-es/video/video-4271912
    i have managed to download separated video and audio from the link above using N_m3u8DL-RE with mozila, but i can't get PSSH + License + Headers
    the problem is when i enter the developer tool in google chrome and go to network and filter search widevine i get nothing, it's empty
    same when i filter search "gene" in console i get this message: (Failed to generate PAL nonce, resuming without) , see this picture:

    Image
    [Attachment 68982 - Click to enlarge]


    i'm not asking to give me the Widevine Request credentials, i'd like to know how to do it myself because i will download more episodes
    i used to easily get these information in other streaming services but this is the first time i use VIX
    Tampermonkey is correctly installed and enabled, and i'm using a vpn.

    ALSO, please show me how to download subtitle only from this site, what command line should i use? thanks so much.
    Quote Quote  
  2. Type "drm" in the filter.

    Image
    [Attachment 68983 - Click to enlarge]


    Image
    [Attachment 68984 - Click to enlarge]


    PSSH

    Code:
    AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIARIQAZzHhVRagXfcv2o788x7uw==
    you can also find the PSSH in the mpd
    Quote Quote  
  3. Originally Posted by cedric8528 View Post
    Type "drm" in the filter.
    you can also find the PSSH in the mpd
    thanks a lot for your time, but i'm so sorry i really couldn't find the PSSH
    what exactly do you mean "i find the PSSH in the mpd"
    i filter searched "mpd" and nothing came up
    it would be easier if you show me where to go
    your explanation on "drm" was clear enough for a newbie like me
    but the second picture does not show where exactly did you find the PSSH

    +
    also do you have any idea how to download the spanish subtitle from the same site, i'd so much appreciate it.
    Quote Quote  
  4. Member
    Join Date
    Dec 2020
    Location
    Croatia
    Search PM
    try eme logger:
    https://greasyfork.org/en/scripts/373903-eme-logger

    play the video and in the console in developer tools find "Init Data Type: cenc", pssh should be the "Init Data" string
    Quote Quote  
  5. Originally Posted by ampersand View Post
    try eme logger:
    play the video and in the console in developer tools find "Init Data Type: cenc", pssh should be the "Init Data" string
    ok see the picture please here is what i find, now which part exactly is the PSSH, where is the "Init Data" , bear with me please.
    Image
    [Attachment 68985 - Click to enlarge]
    Quote Quote  
  6. Member
    Join Date
    Dec 2020
    Location
    Croatia
    Search PM
    that doesn't look like the output I get from EME logger
    I can't access the video because my VPN (surfshark) is crap so I can't do anything more
    Quote Quote  
  7. Originally Posted by user10thousand View Post
    Originally Posted by ampersand View Post
    try eme logger:
    play the video and in the console in developer tools find "Init Data Type: cenc", pssh should be the "Init Data" string
    ok see the picture please here is what i find, now which part exactly is the PSSH, where is the "Init Data" , bear with me please.
    You are incorrectly filtering the url for cenc.

    Don't filter the url for anything, leave blank in Dev Tools > Console tab

    You should see something similar to this (this isn't your pssh):

    Image
    [Attachment 68986 - Click to enlarge]
    Quote Quote  
  8. the pssh didnt show for me in the console tab for this site (for some reason).
    just grab it from the mpd response.

    once you have dev tools open, refresh the page, filter for mpd and copy the pssh from the response
    Image
    [Attachment 68987 - Click to enlarge]


    oh btw, windscribe USA vpn works - spain vpn doesnt

    also, enable subtitles on the browser player and then in devtools filter for "xml"
    should be something like this:
    Code:
    https://m110601-dcdn.mp.lura.live/captionupl/666/36F/66636F2FB54AB53EC490199C2A3BD961_dfxp.xml?Expires=1675216722&KeyName=mcpkey1&Signature=XFICsOtCmwPYqQ8n8vtADlOt-U0
    download that, its in ttml format.
    you can convert that to srt with subtitle edit or other programs.
    Last edited by ElCap; 31st Jan 2023 at 20:43.
    Quote Quote  
  9. Filter on captionupl for subtitles

    <p begin="00:38:38:16" end="00:38:46:01"> en el campo se da,</p>
    <p begin="00:38:46:01" end="00:38:50:07"> que supera cualquier temporal.</p>
    <p begin="00:38:54:16" end="00:39:05:06"> María es la flor más hermosa</p>
    <p begin="00:38:54:16" end="00:39:05:06"> que hay por su amor a la--*.</p>


    Filter on cenc for license url


    Filter on manifest for the mainfest (mpd)


    From manifest copy the pssh


    Code:
     (AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIARIQAJzHhVRagXfcv2o788x7uw==)

    With pssh and lic_url get decryption keys


    Code:
    019cc785545a8177dcbf6a3bf3cc7bbb:6cdea2d34c1c68bf6eb5517c88d482be
    009cc785545a8177dcbf6a3bf3cc7bbb:4a33608a5bcdbc790f2bf55e4636cf2a
    029cc785545a8177dcbf6a3bf3cc7bbb:7668fa52786000abc269bbb841980d67
    Quote Quote  
  10. Final Update:
    i have successfully encrypted audio and video, also i got the subtitle in srt
    thank you so much to everyone for helping, this place has never failed me, i so much appreciate everyone's time
    Quote Quote  
  11. How can I download subtitles from the video? https://vix.com/es-es/video/video-4190726
    Quote Quote  
  12. Originally Posted by Alexandros Kallergiσ View Post
    How can I download subtitles from the video? https://vix.com/es-es/video/video-4190726
    When you open developer tools, network tab, and when you click in the video player to show the subtitles, an element like this will pop up.
    Image
    [Attachment 70051 - Click to enlarge]

    It contains an .xml version of the subtitles.
    Copy the contents of the response, paste them in notepad, save it as bla.xml, open with with Subtitle edit and you can save it as a .srt or whatever you need.
    Quote Quote  
  13. How can I download videos from the site?
    Quote Quote  
  14. Originally Posted by Alex10kall View Post
    How can I download videos from the site?
    Spend a few days reading this sub-forum, especially the sticky threads, use the search function, etc.
    Then come back, show us you did some work, and ask specific questions.
    Quote Quote  
  15. Member
    Join Date
    Apr 2023
    Location
    Indonesia
    Search Comp PM
    Hey i finally download the subtitle on vix, but when i convert to .srt the position got switch like in the picture ( the blackscreen one is correct position, the second is wrong)
    do you know how to fix it?
    Image Attached Thumbnails Click image for larger version

Name:	Screenshot (84).png
Views:	20
Size:	108.2 KB
ID:	70454  

    Click image for larger version

Name:	Screenshot (85).png
Views:	23
Size:	1.62 MB
ID:	70455  

    Quote Quote  
  16. Originally Posted by Bobiaj View Post
    Hey i finally download the subtitle on vix, but when i convert to .srt the position got switch like in the picture ( the blackscreen one is correct position, the second is wrong)
    do you know how to fix it?
    https://www.vlchelp.com/how-to-change-subtitle-position-in-vlc/
    Quote Quote  
  17. Member
    Join Date
    Apr 2023
    Location
    Indonesia
    Search Comp PM
    no change
    Quote Quote  
  18. Member
    Join Date
    Apr 2023
    Location
    Indonesia
    Search Comp PM
    and this is the .srt
    this is different episode but the opening song subtitle is same
    Image Attached Files
    • File Type: srt 1.srt (41.6 KB, 36 views)
    Quote Quote  
  19. Originally Posted by Bobiaj View Post
    and this is the .srt
    this is different episode but the opening song subtitle is same
    Interesting problem. I love this.
    Okay, so, try regular expression. Open Subtitle Edit, go to edit -> multiple replace
    Click the regular expression radio button.
    In find type
    Code:
    ^(.+)\r\n(- )?(.+)
    in replace type
    Code:
    $2$3\r\n$1
    I think this should work.
    Quote Quote  



Similar Threads

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