Hi,
Looking for some help to download this video with subs -- Flash based videoCode:https://areena.yle.fi/1-437480
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
+ Reply to Thread
Results 1 to 11 of 11
-
-
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.srtLast edited by Alex_ander; 25th Dec 2017 at 08:20.
-
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 -
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.
-
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. -
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.
-
Alex_ander,
Can you post a few key screenshots showing how you used DownThemAll and AdobeHDS to download the video. -
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
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. -
@ 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
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
-
@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.
Similar Threads
-
Download f4m with encrypted content
By NataliK in forum Video Streaming DownloadingReplies: 29Last Post: 13th Nov 2016, 13:46 -
Help downloading manifest.f4m through VPN?
By nobodyhome in forum Video Streaming DownloadingReplies: 0Last Post: 15th Jan 2016, 07:28 -
will someone help me download a .f4m file video? many thanks guys!
By T.P.9 in forum Video Streaming DownloadingReplies: 14Last Post: 1st Jun 2014, 19:10 -
manifest.f4m and ffmpeg?...
By Pasarel in forum Video Streaming DownloadingReplies: 5Last Post: 2nd Feb 2014, 19:28