So I just downloaded and installed PHP for the first time (never used it before). Nobody told me where to save the Script so I just saved it in a subfolder of the PHP Folder, and changed to that directory within Command Prompt before running the script.
So for my First Time, I am trying to download a Video From this site (Video #76 from the drop down menu within the Media Player):
Code:
http://multfilmchik.ru/multserials/292-gufi-i-ego-komanda-goof-troop-2-sezon.html
Using the HDS Link Detector I get the following Command to run:
Code:
php AdobeHDS.php --manifest "http://multfilmchik.ru/video/673fa91a96c64740/R3BEaHFTUUwvME5qMFRkRWJHdUdtNzhKalpRSmlrQU45eHNBUFJlK1lmdHhhbHJ1bzZxdzNCKzFPMlB0SmZJRFVyNGpGKzhPY1hkWmp4NGVINE1wUHJ1S2l3WXFCQ0ZWTlhtU1Nha2liZHEzOE9sODlDNDV6Q0NacE9CNnhuTm9ld3llZ3BKUExaYWQrUEIyakt0OWhiM3VPbjM0bjYxdGJRVWhhNHpqR2tNSUFTQS90ZDZiVENwbGd3UHJRdzFsZDRhMGJEd3oveHc5NWhyTm1yaEg1Zz09/1/manifest.f4m" --delete
However when I run this I Get the Following:
Code:
C:\PHP\AdobeHDS>php AdobeHDS.php --manifest "http://multfilmchik.ru/video/673fa9
1a96c64740/R3BEaHFTUUwvME5qMFRkRWJHdUdtNzhKalpRSmlrQU45eHNBUFJlK1lmdHhhbHJ1bzZxd
zNCKzFPMlB0SmZJRFVyNGpGKzhPY1hkWmp4NGVINE1wUHJ1S2l3WXFCQ0ZWTlhtU1Nha2liZHEzOE9sO
DlDNDV6Q0NacE9CNnhuTm9ld3llZ3BKUExaYWQrUEIyakt0OWhiM3VPbjM0bjYxdGJRVWhhNHpqR2tNS
UFTQS90ZDZiVENwbGd3UHJRdzFsZDRhMGJEd3oveHc5NWhyTm1yaEg1Zz09/1/manifest.f4m" --de
lete
KSV Adobe HDS Downloader
Processing manifest info....
Warning: simplexml_load_string(): Entity: line 9: parser error : Opening and end
ing tag mismatch: meta line 6 and head in C:\PHP\AdobeHDS\AdobeHDS.php on line 5
82
Warning: simplexml_load_string(): </head> in C:\PHP\AdobeHDS\AdobeHDS.php on
line 582
Warning: simplexml_load_string(): ^ in C:\PHP\AdobeHDS\AdobeHDS.php on
line 582
Warning: simplexml_load_string(): Entity: line 168: parser error : Opening and e
nding tag mismatch: head line 3 and html in C:\PHP\AdobeHDS\AdobeHDS.php on line
582
Warning: simplexml_load_string(): </html> in C:\PHP\AdobeHDS\AdobeHDS.php on lin
e 582
Warning: simplexml_load_string(): ^ in C:\PHP\AdobeHDS\AdobeHDS.php on li
ne 582
Warning: simplexml_load_string(): Entity: line 168: parser error : Premature end
of data in tag html line 2 in C:\PHP\AdobeHDS\AdobeHDS.php on line 582
Warning: simplexml_load_string(): </html> in C:\PHP\AdobeHDS\AdobeHDS.php on lin
e 582
Warning: simplexml_load_string(): ^ in C:\PHP\AdobeHDS\AdobeHDS.php on li
ne 582
Failed to load xml
C:\PHP\AdobeHDS>
So What exactly am I doing Wrong?