Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing downloaded for a site with a complicated URL structure #95

Open
subnet142 opened this issue Jun 10, 2017 · 1 comment
Open

Nothing downloaded for a site with a complicated URL structure #95

subnet142 opened this issue Jun 10, 2017 · 1 comment

Comments

@subnet142
Copy link

subnet142 commented Jun 10, 2017

I was trying to process via AdobeHDS.php a video on site:
http://www.cecc.gov/events/hearings/tiananmen-at-25-enduring-influence-on-us-china-relations-and-china%E2%80%99s-political

The file name part of the fragment GETs issued by the flash player as noted on Firefox are quite messy. AdobeHDS.php fails with debug messages for all fragments similarly as:
//
Adding fragment 280122615 to download queue
Fragment 280122615 doesn't exist, Status: 404
Skipping failed fragment 280122615
//
Many thanks for the help.

@subnet142
Copy link
Author

subnet142 commented Jun 10, 2017

Oops, I am able to make a quick and dirty fix at the addDownload function:
//
function addDownload($url, $id)
{
$url = $url . '?hdcore=3.10.0&plugin=aasp-3.10.0.29.11';
......
//
I added the constant part of the dynamic URL string that I got from Firefox Tools network window. A sample full string:
//
https://srs-f.akamaihd-staging.net/z/cecc052014_1@76486/348_7e773c0ddc9a2e6d-p_Seg1-Frag280122754?als=302.8,300,2502.5,0,342,885016,14.96,79,0,91,f,391.63,7770.7,f,s,PBDLSRAMGRME,3.10.0,91&hdcore=3.10.0&plugin=aasp-3.10.0.29.11
//
Not sure what's the correct fix though...

Hope it helps and thanks for a great tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant