View Single Post
  #6  
Old 01-14-2014, 01:13 AM
shantiq shantiq is offline
shan
 
Join Date: Jan 2012
Posts: 33
shantiq is on a distinguished road
Default

keep a video from france5.fr on Ubuntu


thank you Hasomaso finally understood it


FIRST to install

Code:
sudo apt-get install php5-curl   php5-cli
if all good

place script named AdobeHDS.php from https://raw.github.com/K-S-V/Scripts...r/AdobeHDS.php in ~/bin


AND install https://addons.mozilla.org/en-US/fir...ector/?src=api in Mozilla Firefox


================


then


Quote:
To get the manifest, use a recent version of Mozilla Firefox. Surf to http://pluzz.francetv.fr/videos/la_g...,94667327.html of course use the address of video you seek, and hit Ctrl+Shift+K to enable Firefox’ built-in website debugger. In the filter box, enter manifest and press enter. Find your video in the web browser panel, and start it. Let it play for a second or five, and the URL to the manifest should appear in the debugger window. Click on the match and copy the url.

Now just call the merge script with the manifest url. Add the delete option to get rid of the fragments after merging. Use quotes to avoid problems with special characters like ‘?’ and ‘&’.

example

php ~/bin/AdobeHDS.php --quality high --delete --manifest 'http://ftvodhdsecz-f.akamaihd.net//z/streaming-adaptatif/2014/S02/J4/94667327-20140109-,398,632,934,k.mp4.csmil/manifest.f4m?hdnea=exp=1389685310~acl=/z/streaming-adaptatif/2014/S02/J4/94667327-20140109-*~hmac=03c90dd50edb1b92cdc277727ba22a1ec6cd4e3425c 396f1381ff9a8d76fed8d&hdcore=2.11.3&g=GJNGOKQAILPP '



KSV Adobe HDS Downloader

Processing manifest info....
Quality Selection:
Available: 833 577 304
Selected : 833
Downloading 599/599 fragments
Found 599 fragments
Finished


from info


an image to explain more clearly:





Thanx again for all advice

Last edited by shantiq : 01-15-2014 at 12:53 AM.
Reply With Quote