Quote:
Originally Posted by Quaraxkad
I used to be able to download these (link below) with no problem by providing only the manifest URL, but now I'm getting a 403 on the manifest: "Access Denied! Unable to download the manifest.". I've tried many of the tricks I've seen throughout this and other threads and can't seem to download it anymore. Any tips?
http://www.amc.com/shows/talking-dea...ad-episode-601
|
It worked for me. This was the manifest link that I extracted:
Code:
http://amc350888def-vh.akamaihd.net/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839,63_mp4_video_960x540_1200000_primary_audio_4,61_mp4_video_640x360_568000_primary_audio_3,58_mp4_video_480x270_400000_primary_audio_2,53_mp4_video_416x234_168000_primary_audio_1,.mp4.csmil/manifest.f4m?hdnea=st=1449512902~exp=1449512992~acl=/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839*~hmac=a32d1d9b65dad277787b5226c2f3fbd94201669df8f5685518b7caaf694b6b64&g=KRCLVOFELTEB&hdcore=3.5.0
It could also be a timed manifest so once you get the link you probably have a few mins to start downloading it. This was the command line I used in a batch file:
Code:
php "E:\Documents\Hacks\CTV\AdobeHDS.php" --outfile "Bonus Scene - Talking Dead - Episode 601" --delete --manifest "http://amc350888def-vh.akamaihd.net/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839,63_mp4_video_960x540_1200000_primary_audio_4,61_mp4_video_640x360_568000_primary_audio_3,58_mp4_video_480x270_400000_primary_audio_2,53_mp4_video_416x234_168000_primary_audio_1,.mp4.csmil/manifest.f4m?hdnea=st=1449512902~exp=1449512992~acl=/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839*~hmac=a32d1d9b65dad277787b5226c2f3fbd94201669df8f5685518b7caaf694b6b64&g=KRCLVOFELTEB&hdcore=3.5.0"
Which created a 45MB file called "Bonus Scene - Talking Dead - Episode 601.flv"
Hope this helps,
-Pete