The place where everyone hangs out, chats, gossips, and argues
#229156
Don't know if it's just me, but I can't actually take away copies of the beds in the 'Be Moyles' section of the site, it only lets be stream them to Windows Media Player or sommat. Figure it's probably been done deliberately, but it means I can't make a happy playlist of them on the ipod, and it's a bit of a ballache hearing them at all seen as I'm on a dial-up connection over here...
User avatar
By Console
#229157
It's the way you've got your browser set up. At some point you've told it to open all media files directly instead of downloading and storing them first. Now, I assume you're using IE, so I won't be able to help put the setting back, as I have no idea how, so I'll give you this instead:-

Code: Select alljavascript:a="";b=document.getElementsByTagName('input');for(c=0;c<b.length;c++) if(b[c].type=="hidden" && b[c].name=="url") a+="<br /><a href=\""+b[c].value+"\">"+b[c].value.replace(/.*file=Be_Moyles_/,"").replace(/\.mp3/,"")+"</a>";void(document.body.innerHTML=a);


Put that into your address bar, when you're on the 'Be Moyles' page, and it'll show you all the links which you can right click on to download.
User avatar
By Sidders
#229167
That's well impressive. Where do you learn these things?
User avatar
By Console
#229168
To be honest, I have absolutely no idea. I've been doing things like the above for so long now it's pratically second nature.
User avatar
By MK Chris
#229169
If you read it though, it just seems so simple... It's often the simplest things that have the best effect.