Videogamer555 - 2015-10-21

I'm not sure what's wrong with this compiler, but the EXE file doesn't work like the original PHP script, in fact it crashes and doesn't continue to run, and therefore doesn't work at all.

The script is one called AdobeHDS.php and is designed to rip video files from websites that stream their video in chunks that are files that have a .f4f file extension, based on the info found in the file on the website that has a .f4m file extension. The correct command line for using the php file is
php.exe adobehds.php --manifest xxxxx

Where xxxxx is the full URL to the f4m file on the website. If your program worked correctly, the resulting EXE file should be able to be run like this
adobehds.exe --manifest xxxxx

The script itself (if you need to view it, in order to incorporate compatibility for it in your PHP to EXE converter) is found at https://raw.githubusercontent.com/K-S-V/Scripts/master/AdobeHDS.php

Please fix your PHP compiler so that it will generate a working EXE file from this PHP file. Thanks in advance.