Naenara/KCCKP offers a catalog of hundreds of mp3 files that can only be downloaded in small amounts at a time. Clicking on a song title invokes mp3player.php and downloads a plaintext link to the mp3 file:

http://www.kcckp.net/mp3player.php?e+8

Going directly to mp3player.php will display Korean error messages and send you back 1 page in your history.

Is there any way to parse/coax mp3player.php into dumping a full list of mp3 links? I am sorry if this is a painfully easy or impossible task, I have not even begun to delve into php.

</newbiewhining>
link|improve this question
feedback

closed as off topic by quack quixote May 2 '10 at 4:41

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

Dunno. PHP stuff from outside the server is all black-box. There may be a way, but without the code or a rather extreme amount of luck there's no way to tell.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.