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
Page 2 of 2
FirstFirst 1 2
Results 31 to 54 of 54
Thread
  1. Originally Posted by alba77 View Post

    But there is, inside the site mediaset, a video that has 2 audio tracks: Italian and English.
    When I download the parts with this command yt-dlp --allow-u LINK.mpd - it downloads 2 parts - one video and one audio. But the audio track is only one and not 2 and the audio track is the English one and it doesn't download the Italian one.
    Excuse me guys, no one knows how to manage videos with more audio tracks?
    Quote Quote  
  2. Hello all again.
    This is what I mean_
    This video has 2 audios English and Italian - with the method you gave me it downloads only the English audio but non the Italian one.
    Does anyone know how to extract the 2ond (Italian) audio track?

    The link is this - I have only 7 days up to now to download it because it expires:
    Code:
    https://mediasetinfinity.mediaset.it/movie/tolkien/tolkien_F309922501000102
    The mpd is
    Code:
    https://vod06.msf.cdn.mediaset.net/farmunica/2022/11/1181790_184c8571516f89/dashrcenc/hd_wv_mpl.mpd
    and the key is
    Code:
    d383bf0aab59ddcd9377baf1e8a0d1ce:a680dbd259b898d644595230476c83af
    Last edited by alba77; 6th Oct 2023 at 18:50.
    Quote Quote  
  3. Member
    Join Date
    Dec 2021
    Location
    england
    Search PM
    italian audio
    Code:
    yt-dlp --allow-u -f dash-0_0-1 -i "https://mediasetinfinity.mediaset.it/movie/tolkien/tolkien_F309922501000102"
    Quote Quote  
  4. Originally Posted by iamghost View Post
    italian audio
    Code:
    yt-dlp --allow-u -f dash-0_0-1 -i "https://mediasetinfinity.mediaset.it/movie/tolkien/tolkien_F309922501000102"
    Thank you very much.
    Up to now I learned how to find the codes, the mpd urls but please teach me ho can I find for other vides the italian audio track when there is a double audio or in other words the 2ond or maybe the 3rd audio track.

    Do I have to use the debug to find codes or some software?
    Quote Quote  
  5. Originally Posted by alba77 View Post
    Originally Posted by iamghost View Post
    italian audio
    Code:
    yt-dlp --allow-u -f dash-0_0-1 -i "https://mediasetinfinity.mediaset.it/movie/tolkien/tolkien_F309922501000102"
    Thank you very much.
    Up to now I learned how to find the codes, the mpd urls but please teach me ho can I find for other vides the italian audio track when there is a double audio or in other words the 2ond or maybe the 3rd audio track.

    Do I have to use the debug to find codes or some software?

    I sow, now with the PC, that link after yt-dlp --allow-u -f dash-0_0-1 -i "....." is the same as the url link of the video

    now I'm trying to do the same with another video but it doesn't download the Italian language.



    The link of the video is:
    Code:
    https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-uccidere_F004473201000104
    and Im trying the command:
    Code:
    yt-dlp --allow-u -f dash-0_0-1 -i "https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-uccidere_F004473201000104"
    Please help me
    Last edited by alba77; 7th Oct 2023 at 19:26.
    Quote Quote  
  6. Member
    Join Date
    Dec 2021
    Location
    england
    Search PM
    it need login to be member to view video.
    if you are the member so it might need add cookies in cmd
    Code:
    yt-dlp --allow-u --cookies-from-browser chrome --list-formats https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-uccidere_F004473201000104
    pick format code (-f XXXXXX) for italian audio

    Code:
    yt-dlp --allow-u --cookies-from-browser chrome -f XXXXXXX https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-uccidere_F004473201000104
    Last edited by iamghost; 7th Oct 2023 at 16:51.
    Quote Quote  
  7. Originally Posted by iamghost View Post
    it need login to be member to view video.
    if you are the member so it might need add cookies in cmd
    Code:
    yt-dlp --allow-u --cookies-from-browser chrome --list-formats https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-uccidere_F004473201000104
    pick format code (-f XXXXXX) for italian audio

    Code:
    yt-dlp --allow-u --cookies-from-browser chrome -f XXXXXXX https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-uccidere_F004473201000104
    Thank you for your priceless help.

    so, I find to do the 1srt command with list and the url inside the " url " and it works with the previous video called Toliken.



    The same command with the last video "Programmato per Uccidere" doesn't work, even I'm legged in with Google Chrome and with firefox.

    The error that I copied with the command from the Prompt is the following:
    Code:
    yt-dlp --allow-u --cookies-from-browser chrome --list-formats "https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-uccidere_F004473201000104"
    WARNING: You have asked for UNPLAYABLE formats to be listed/downloaded. This is
    a developer option intended for debugging.
    If you experience any issues while using this option, DO NOT open a bug
    report
    Extracting cookies from chrome
    Extracted 731 cookies from chrome
    [Mediaset] Extracting URL: https://mediasetinfinity.mediaset.it/movie/programmatoperuccidere/programmato-per-ucci...04473201000104

    [Mediaset] F004473201000104: Downloading JSON metadata
    [Mediaset] F004473201000104: Downloading MPEG4 SMIL data
    [Mediaset] F004473201000104: Downloading MPEG-DASH SMIL data
    [Mediaset] F004473201000104: Downloading M3U SMIL data
    ERROR: [Mediaset] F004473201000104: This video is DRM protected
    Edit: What I understood is that
    The previous video "Tolkien" doesn't need the login because it's a free contant
    The last one is a premium content and it start only after login - maybe the yt-dlp isn't able to make the login and so to read the data, even I'm already logged in with chrome
    Last edited by alba77; 7th Oct 2023 at 17:46.
    Quote Quote  
  8. Member
    Join Date
    Oct 2023
    Location
    italia
    Search Comp PM
    HELP ME! Hello everyone I am a girl living in Italy and I am new to this site. Having a problem for days, I did some research on the internet and found this page from which I found some answers I learned. I make a brief explanation of the problem. At first, the episodes of a TV series that I currently watch, I used to download them on the site "Pastylynk" I will put you the link -> https://pasty.info/ Now, however, on pastylynk the episodes don't download them anymore because I get this message " Bad news! This video is DRM protected. It cannot be downloaded." I tried a few steps using the (command prompt) and downloading these files -> (yt-dlp / ffmpeg / dash-mpd-cli / Bento4-SDK / 7-Zip). The TV series is called " Terra Amara" I put the website link here. -> https://mediasetinfinity.mediaset.it/fiction/bitterlands/episodi_SE000000001766,ST0000...81,sb100018308

    these are the steps I did: (example download Terra Amara episode 413)
    step 1:
    Image
    [Attachment 74480 - Click to enlarge]

    step 2:
    Image
    [Attachment 74481 - Click to enlarge]

    step 3:
    Image
    [Attachment 74482 - Click to enlarge]
    Image
    [Attachment 74483 - Click to enlarge]
    Then I go to Windows Explorer/Local Disk (C / yt-dlp folder and I get these 2 files
    Image
    [Attachment 74484 - Click to enlarge]

    from this step on i don't know how i have to do to download the videos anymore. i ask please if there is someone so kind if you can explain me the different steps i have to do and if you can kindly put some videos or pictures so that i can see how i have to do. thank you very much
    Quote Quote  
  9. already reply with PM

    this user contact me through PM. so, solved

    (and really idk why he send me PM when also ask help here ... weird world)
    Last edited by lomero; 22nd Oct 2023 at 14:06.
    Quote Quote  
  10. Originally Posted by Noemi2195 View Post
    I am a girl
    Now that would make this problem of upmost importance!
    I don't know what we would do if this information wasn't present. Crucial.
    Also, we can't just assume your gender over the internet.
    Quote Quote  
  11. Originally Posted by [ss]vegeta View Post
    Originally Posted by Noemi2195 View Post
    I am a girl
    Now that would make this problem of upmost importance!
    I don't know what we would do if this information wasn't present. Crucial.
    Also, we can't just assume your gender over the internet.
    mate, do you really believe this? or maybe, as you says, it's a poor trick to get a quick response
    Quote Quote  
  12. I also need to download Terra Amara. Since 16 oct 2023 are DRM protected. The episodes are daily. Does each episode have a different decryption key? That would be really tedious.

    What's the correct procedure?

    Command:
    Code:
    yt-dlp -F --allow-u https://mediasetinfinity.mediaset.it/video/terraamara/episodio-416_F312445101006404
    Result:
    Code:
    [Mediaset] Extracting URL: https://mediasetinfinity.mediaset.it/video/terraamara/episodio-416_F312445101006404
    [Mediaset] F312445101006404: Downloading JSON metadata
    [Mediaset] F312445101006404: Downloading MPEG4 SMIL data
    [Mediaset] F312445101006404: Downloading MPEG-DASH SMIL data
    [Mediaset] F312445101006404: Downloading MPD manifest
    [Mediaset] F312445101006404: Downloading MPD manifest
    [Mediaset] F312445101006404: Downloading M3U SMIL data
    [Mediaset] F312445101006404: Downloading m3u8 information
    [Mediaset] F312445101006404: Downloading m3u8 information
    [Mediaset] F312445101006404: Downloading JSON metadata
    [info] Available formats for F312445101006404:
    ID              EXT RESOLUTION |   FILESIZE   TBR PROTO | VCODEC        VBR ACODEC     ABR ASR MORE INFO
    ------------------------------------------------------------------------------------------------------------------------------
    imagestream-1-0 fs  unknown    |                  https | images                               SMIL storyboards
    imagestream-1-1 fs  unknown    |                  https | images                               SMIL storyboards
    hls-audio-ita   mp4 audio only |                  m3u8  | audio only        unknown            [ita] DRM, ita
    hls-68          mp4 audio only | ~ 25.84MiB   68k m3u8  | audio only        mp4a.40.5  68k     DRM
    dash-0_0-0      m4a audio only | ~ 25.84MiB   68k dash  | audio only        mp4a.40.5  68k 48k [ita] DRM, DASH audio, m4a_dash
    dash-0_0-1      m4a audio only | ~ 25.84MiB   68k dash  | audio only        mp4a.40.5  68k 48k [ita] DRM, DASH audio, m4a_dash
    hls-1075        mp4 unknown    | ~407.83MiB 1076k m3u8  | avc1.64001e 1076k video only         DRM
    hls-1675        mp4 unknown    | ~635.25MiB 1675k m3u8  | avc1.64001f 1675k video only         DRM
    hls-2275        mp4 unknown    | ~862.65MiB 2275k m3u8  | avc1.640020 2275k video only         DRM
    hls-2874        mp4 unknown    | ~  1.06GiB 2875k m3u8  | avc1.640028 2875k video only         DRM
    hls-4073        mp4 unknown    | ~  1.51GiB 4074k m3u8  | avc1.640028 4074k video only         DRM
    hls-5272        mp4 unknown    | ~  1.95GiB 5273k m3u8  | avc1.640028 5273k video only         DRM
    dash-1_1-0      mp4 768x432    | ~381.99MiB 1007k dash  | avc1.64001e 1007k video only         DRM, DASH video, mp4_dash
    dash-1_1-1      mp4 768x432    | ~381.99MiB 1007k dash  | avc1.64001e 1007k video only         DRM, DASH video, mp4_dash
    dash-1_2-0      mp4 1024x576   | ~609.40MiB 1607k dash  | avc1.64001f 1607k video only         DRM, DASH video, mp4_dash
    dash-1_2-1      mp4 1024x576   | ~609.40MiB 1607k dash  | avc1.64001f 1607k video only         DRM, DASH video, mp4_dash
    dash-1_4-0      mp4 1280x720   | ~836.81MiB 2207k dash  | avc1.640020 2207k video only         DRM, DASH video, mp4_dash
    dash-1_4-1      mp4 1280x720   | ~836.81MiB 2207k dash  | avc1.640020 2207k video only         DRM, DASH video, mp4_dash
    dash-1_5-0      mp4 1920x1080  | ~  1.04GiB 2806k dash  | avc1.640028 2806k video only         DRM, DASH video, mp4_dash
    dash-1_5-1      mp4 1920x1080  | ~  1.04GiB 2806k dash  | avc1.640028 2806k video only         DRM, DASH video, mp4_dash
    dash-1_6-0      mp4 1920x1080  | ~  1.48GiB 4005k dash  | avc1.640028 4005k video only         DRM, DASH video, mp4_dash
    dash-1_6-1      mp4 1920x1080  | ~  1.48GiB 4005k dash  | avc1.640028 4005k video only         DRM, DASH video, mp4_dash
    dash-1_7-0      mp4 1920x1080  | ~  1.93GiB 5205k dash  | avc1.640028 5205k video only         DRM, DASH video, mp4_dash
    dash-1_7-1      mp4 1920x1080  | ~  1.93GiB 5205k dash  | avc1.640028 5205k video only         DRM, DASH video, mp4_dash
    Quote Quote  
  13. use N_m3u8DL-RE to download instead yt-dlp
    Code:
    https://mediasetinfinity.mediaset.it/video/terraamara/episodio-416_F312445101006404
    mpd: https://vod06.msf.cdn.mediaset.net/farmunica/2023/10/1447685_18b3d982237d01/dashrcenc/hd_wv_mpl.mpd
    key: 4d9f1fa6d9de25a93bcbd727c8c4d056:3a945a8a01cba0027f310b51ba1e3c06
    Quote Quote  
  14. Member
    Join Date
    Oct 2023
    Location
    italia
    Search Comp PM
    hello sorry how do i find the keys for DRM videos. i don't know what to download and how to use it. can you kindly explain me the steps of how should i do it... thank you very much for all the help and your helpfulness.
    Quote Quote  
  15. Member
    Join Date
    Oct 2022
    Location
    Behind You
    Search PM
    Originally Posted by Noemi2195 View Post
    hello sorry how do i find the keys for DRM videos. i don't know what to download and how to use it. can you kindly explain me the steps of how should i do it... thank you very much for all the help and your helpfulness.
    Read the pinned threads.
    I help all that ask.
    Telegram: https://t.me/MagicianNulled
    Quote Quote  
  16. I read all three sticky treads. The problem is that I will never be able to get the decryption keys because:
    1: I don't have a cell phone to sacrifice nor an Android set-top-box to use for this purpose. Also needs to be rooted.
    2: I don't have a PC with at least 12GB of free RAM that I can use for Android Studio.

    If in the future I manage to have one of the two I will return, it will certainly be interesting to try and learn how to download DRM protected videos.

    For the moment I'm using the Amazon Firestick connected to the TV and I'll watch them that way.
    Quote Quote  
  17. In that case: look at User @Karoolus signature an follow the links in it; which will render 1: and 2: mostly unnecessary.
    Quote Quote  
  18. Search, Learn, Download!
    Join Date
    Oct 2022
    Location
    Belgium
    Search Comp PM
    Originally Posted by Obo View Post
    In that case: look at User @Karoolus signature an follow the links in it; which will render 1: and 2: mostly unnecessary.
    sssstt!!
    The CDMs in my signature are a well kept public secret
    Quote Quote  
  19. Well, I took a random zip and, with those credentials found inside, I can generate the decryption keys myself with wks-key. Everything works and I decrypt every episode. Let's hope it lasts. But it's very cumbersome.

    However, I think that in the long run I will prefer to watch them directly on the firestick. I'm obviously very grateful for the assist.
    Quote Quote  
  20. Hello,
    I'm new here , thank you to all of you for this forum .
    I'm trying do download some DRM videos like this:
    https://mediasetinfinity.mediaset.it/video/casavianello5/ep-1-molestie-sessuali_F009069301000101
    https://vod06.msf.cdn.mediaset.net/farmunica/2021/11/1004010_17d33764c6a708/dashrcenc/sd_wv_mpl.mpd
    Using your instructions I downloaded encrypted video and audio and I found pssh in the .mpd file (using network+filter doesn't work).
    The problem is that I can't find lic url, network+filter lic,wv,etc... doesn't show anything.
    Can you help?
    Thank you.
    Quote Quote  
  21. use this mpd to download
    Code:
    https://vod06.msf.cdn.mediaset.net/farmunica/2021/11/1004010_17d33764c6a708/dashrcenc/sd_wv_mpl.mpd
    and then use this key
    Code:
    430423e8e8ba64236fb96d1c67f5392f:5083663c2f358432f13c3fa864b6c751
    Quote Quote  
  22. Originally Posted by lomero View Post
    use this mpd to download
    Code:
    https://vod06.msf.cdn.mediaset.net/farmunica/2021/11/1004010_17d33764c6a708/dashrcenc/sd_wv_mpl.mpd
    and then use this key
    Code:
    430423e8e8ba64236fb96d1c67f5392f:5083663c2f358432f13c3fa864b6c751
    Thank you for the key.
    The problem is that I have about 60 episodes to download, so I need to be able to retrieve the keys by myself.
    Have you found the lic url or do you used another way to have the key?
    Thank you
    Quote Quote  
  23. Originally Posted by EVV9000 View Post
    Have you found the lic url or do you used another way to have the key?
    Thank you
    Example with with Firefox, press F12 and set the filter, load or reload the page:
    Quote Quote  
  24. Originally Posted by bruraschi View Post
    Originally Posted by EVV9000 View Post
    Have you found the lic url or do you used another way to have the key?
    Thank you
    Example with with Firefox, press F12 and set the filter, load or reload the page:
    Thank you very much, I was using F12 and filter when the video was already playing, reloading resolved the problem.
    Quote Quote  



Similar Threads

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