| Hi,
Is it possible to grab the source of an jPlayer?E.g. if a website contains the
following script, is it possible to download the website with the mp3 source
so that I can listen to it offline?
$("#jquery_jplayer").jPlayer({
ready: function() {
$(this).jPlayer("setMedia", {
mp3: "SOME URL"
});
}, ...some other stuff
I can do it manually, but there are many on many pages that I need.
Thanks. | |