VideoHelp Forum
+ Reply to Thread
Results 1 to 11 of 11
Thread
  1. Hi,

    Looking for some help to download this video with subs -
    Code:
    https://areena.yle.fi/1-437480
    - Flash based video

    Tried FireFox Downloadhelper but the downloaded video is no good. Got the manifest URL off it and tried with AdobeHDS, livestreamer, youtube-dl but got "forbidden" error.

    Thanks
    Quote Quote  
  2. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Looks like just the .f4m file is protected from access outside of their player.
    Works for me with my usual method:
    1) downloading fragments (DownThemAll plugin, batch link),
    2) joining them with AdobeHDS (standalone version).

    P.S. Subtitles link worked for me:
    https://static.cdn.yle.fi/mk/subtitles/15/150040e627724d2ea98b3dc4a058d4fa/150040e6277...488144.fih.srt
    Last edited by Alex_ander; 25th Dec 2017 at 09:20.
    Quote Quote  
  3. How did you get that subtitle link? I played video with network tools and couldn't find link.
    I used Tubedigger ($15) and downloaded video and subtitles.
    Link to video (I chose 512x384):
    https://files.videohelp.com/u/61125/fi.mp4
    Link to subtitles:
    https://files.videohelp.com/u/61125/fi.srt
    Quote Quote  
  4. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    While playing the file, I used 'text' button and then selected Finnish language - the subtitles appeared on the screen and the link appeared in the AddBlock Plus (v. 2.9) sub-window.
    Quote Quote  
  5. Thank you guys! much appreciated!

    @Alex_ander - I couldn't find the SRT link in the AddBlock Plus but then I was using FF Quantum. Maybe some sort of plugin incompatibility I guess? Since the FF Quantum update, I know the new DH plugin isn't working as it used to. I guess I may have to use the pre-Quantum FF and use the DownThemAll plugin ( never used it before though ) and try the 640x480 video.

    @jimdagys - Thank you for downloading and uploading the video/srt on here.
    Quote Quote  
  6. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    I use FF 56, the last FF version compatible with the older AddBlock Plus 2.x. When you use DownThemAll for fragments in future, be sure to use its batch d/l option: take a link for any fragment and replace the FragX element in it with Frag[1:XXX] where XXX is the number of the last wanted fragment.
    Quote Quote  
  7. OK, got the subtitle link.
    Image Attached Thumbnails Click image for larger version

Name:	Clipboard01.jpg
Views:	341
Size:	191.3 KB
ID:	44139  

    Quote Quote  
  8. Alex_ander,
    Can you post a few key screenshots showing how you used DownThemAll and AdobeHDS to download the video.
    Quote Quote  
  9. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by vidblue View Post
    Hi,

    Looking for some help to download this video with subs -
    Code:
    https://areena.yle.fi/1-437480
    - Flash based video

    Tried FireFox Downloadhelper but the downloaded video is no good. Got the manifest URL off it and tried with AdobeHDS, livestreamer, youtube-dl but got "forbidden" error.

    Thanks
    If you take the complete f4m manifest url from the network traffic, AdobeHDS, livestreamer, and streamlink will work fine with it - so long as the link is used before it expires.

    Alternatively, progressive http mp4 link is available from the api:
    Code:
    https://player.yle.fi/api/v1/media.jsonp?id=6-150040e627724d2ea98b3dc4a058d4fa&protocol=PMD&client=areena-html5-player
    The returned url is encoded. To decode it, follow these simple steps;

    1. base64 decode the encoded url

    2. Take the first 16 bytes of the decoded url as $IV and the rest as $MESSAGE

    3. Create a cipher with AES/CBC/PKCS7Padding

    4. Initialize the cipher in decrypt mode with $SECRET (from player) and $IV

    5. Decrypt the $MESSAGE using the cipher

    There is also a tool "yle-dl" that automates these steps unless the video has drm (your example does not have drm).

    If some other video on yle has drm, you'll need to use getwidevine.sh code with the player running.
    Quote Quote  
  10. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    @ jimdagys

    1. Copy a link for any fragment. The version with the highest bitrate here has ...csmil/3_... within the url (Frag3 here):

    Code:
    http://areenahdworld-vh.akamaihd.net/z/world/66/667e4f0ef9e36af1a726b5ed4768f7da_,153600,400384,656384,1020928,.mp4.csmil/3_71509d41a0698db2_Seg1-Frag3?hdntl=exp=1514352513~acl=%2fz%2fworld%2f66%2f667e4f0ef9e36af1a726b5ed4768f7da_*~data=hdntl~hmac=918db92b8d092114ef778c1b06dae76388dcbdf37fcd51e84929be2aea557977&als=10.25,300,124.79,3,362,92496,25,0,0,29,f,1.74,5294.08,f,s,QPDJGOODDISM,3.8.0,29&hdcore=3.8.0&plugin=flowplayer-3.8.0.0
    2. Replace Frag3 with Frag[1:710] - the last number 710 is approximately the expected # of fragments, to estimate it, go to the end credits of the movie and find the link for the fragment with the highest number. Finally you get:

    Code:
    http://areenahdworld-vh.akamaihd.net/z/world/66/667e4f0ef9e36af1a726b5ed4768f7da_,153600,400384,656384,1020928,.mp4.csmil/3_71509d41a0698db2_Seg1-Frag[1:710]?hdntl=exp=1514352513~acl=%2fz%2fworld%2f66%2f667e4f0ef9e36af1a726b5ed4768f7da_*~data=hdntl~hmac=918db92b8d092114ef778c1b06dae76388dcbdf37fcd51e84929be2aea557977&als=10.25,300,124.79,3,362,92496,25,0,0,29,f,1.74,5294.08,f,s,QPDJGOODDISM,3.8.0,29&hdcore=3.8.0&plugin=flowplayer-3.8.0.0
    Copy that batch link and go to 'tools' menu in FF, select DownThemAll! Tools -> Manager -> use '+' button -> use 'Start' button (new tab) -> use Download Batch button (new tab). Download starts. In the end you join the fragments with AdobeHDS.
    Quote Quote  
  11. @ponens - Thank you for providing the alternative methods.

    @Alex_ander - Thank you providing the detailed steps.

    I'll put these methods in my notes. For this video, the FF v56 and the VideoDownloadHelper worked for me.

    Thanks again.
    Quote Quote  



Similar Threads

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