Hi all, for those interested in downloading all the tracks from http://www.start-ab.com/trax04/remixe-yello-2004.html I have found an easy way. This works fine with IE 6 on Windows XP. Open http://www.start-ab.com/trax04/remixe-yello-2004.html in Internet Explorer Add this page to your favourites list Check the "Make availabable offline" box Set links radio buttom to Yes Set "Download pages 1 links deep from this page" Chose "Manual synchronize" You should get a "Synchronizing" window, indicating that all the MP3s get downloaded to your cache directory. Once this is finished (it may take a while), you can save the MP3s easily one by another from the webpage quickly. Advanced users will find a way to locate the MP3s in the cache directly. Select synchronize from the Tools menu in IE to update the cache. Regards Franz
Klonk Tue, 15 Jun 2004 08:30:56 +0200 veschprigt mroktar "Franz Gall" <franz.gall@gmx.de> [re: [Yello] start-ab tracks easy download]:
for those interested in downloading all the tracks from http://www.start-ab.com/trax04/remixe-yello-2004.html I have found an easy way.
Even easier: wget -x -p http://www.start-ab.com/trax04/remixe-yello-2004.html Done, and bang! And as new files are posted to the page, just run the same command from your perfect CLI adding the switch "-nc". And for you Windows sufferers, an even better solution than farting around with IE would be: Go get Mozilla from Mozilla.org and be free! Native & intelligent popup blocking, no mystery software installations behind your back, tabbed browsing....!!! Then wander over to getright.com and use it to grab the page. Drag 'n' drop the URL to get right and let it do the work. Easy as pie, though not as easy as wget! --gcr, your GNU/Linux elitist for the day.
Hi! ohc> Even easier: ohc> wget -x -p http://www.start-ab.com/trax04/remixe-yello-2004.html ohc> Done, and bang! And as new files are posted to the page, just run ohc> the same command from your perfect CLI adding the switch ohc> "-nc". Well, that only downloads the index page with some graphics for me. But to get the tracks and just that, this little script should work, if you have perl installed ;) Will also work under windows with an installed cygwin environment. To update the tracks when new ones are added, just run it again. #!/bin/sh wget http://www.start-ab.com/trax04/remixe-yello-2004.html cat remixe-yello-2004.html | perl -n -e'if (m/^.*?(\d+\.mp3).*$/i) {print "http://www.music-by.net/04/tracks_remix/"; print $1; print "\n";}' > trackfiles wget -nc -i trackfiles rm trackfiles remixe-yello-2004.html -- Justin ICQ 37456745 Jabber jastice@amessage.de
J> #!/bin/sh J> wget http://www.start-ab.com/trax04/remixe-yello-2004.html J> cat remixe-yello-2004.html | perl -n -e'if (m/^.*?(\d+\.mp3).*$/i) J> {print "http://www.music-by.net/04/tracks_remix/"; print $1; print J> "\n";}' > trackfiles J> wget -nc -i trackfiles J> rm trackfiles remixe-yello-2004.html Oops error. That won't work for all the tracks, but this should: #!/bin/sh wget http://www.start-ab.com/trax04/remixe-yello-2004.html cat remixe-yello-2004.html | perl -n -e'if (m/(http:.*?\d+\.mp3)/i) {print $1; print "\n";}' > trackfiles wget -nc -i trackfiles rm -f trackfiles remixe-yello-2004.html -- Justin ICQ 37456745 Jabber jastice@amessage.de
Next Sunday, the 17th, will be my birthday (all day long). What was my surprise when I opened the mailbox today this morning, some days in advance... ??? To know it : www.gr3g.net/yello/happy_birthday_072004.jpg Thanks Mélanie :) A great present for a true fan she knows I am... GREG
for those who use getright, use it's server syncronizer. that way you just get the mp3's and not the other rubbish anyone have anywhere us who where/are to slow can got our hands on these samples yet? i'm hanging out to have a play about with them Shaun -----Original Message----- From: yello-bounces+sajt=tvsched.com@mailman.xmission.com [mailto:yello-bounces+sajt=tvsched.com@mailman.xmission.com]On Behalf Of Franz Gall Sent: Tuesday, 15 June 2004 4:31 PM To: Yello@mailman.xmission.com Subject: [Yello] start-ab tracks easy download Hi all, for those interested in downloading all the tracks from http://www.start-ab.com/trax04/remixe-yello-2004.html I have found an easy way. This works fine with IE 6 on Windows XP. Open http://www.start-ab.com/trax04/remixe-yello-2004.html in Internet Explorer Add this page to your favourites list Check the "Make availabable offline" box Set links radio buttom to Yes Set "Download pages 1 links deep from this page" Chose "Manual synchronize" You should get a "Synchronizing" window, indicating that all the MP3s get downloaded to your cache directory. Once this is finished (it may take a while), you can save the MP3s easily one by another from the webpage quickly. Advanced users will find a way to locate the MP3s in the cache directly. Select synchronize from the Tools menu in IE to update the cache. Regards Franz
THANKS!!! Thanks to everybody for you help! I don't quite know how I stumbled into it, but in attempting to follow these directions I managed... I jumped up and down with glee! Mwa! (that's one of those marilyn monroe kisses) -----Original Message----- From: yello-bounces+tourguide=austexecotours.com@mailman.xmission.com [mailto:yello-bounces+tourguide=austexecotours.com@mailman.xmission.com] On Behalf Of Franz Gall Sent: Tuesday, June 15, 2004 1:31 AM To: Yello@mailman.xmission.com Subject: [Yello] start-ab tracks easy download Hi all, for those interested in downloading all the tracks from http://www.start-ab.com/trax04/remixe-yello-2004.html I have found an easy way. This works fine with IE 6 on Windows XP. Open http://www.start-ab.com/trax04/remixe-yello-2004.html in Internet Explorer Add this page to your favourites list Check the "Make availabable offline" box Set links radio buttom to Yes Set "Download pages 1 links deep from this page" Chose "Manual synchronize" You should get a "Synchronizing" window, indicating that all the MP3s get downloaded to your cache directory. Once this is finished (it may take a while), you can save the MP3s easily one by another from the webpage quickly. Advanced users will find a way to locate the MP3s in the cache directly. Select synchronize from the Tools menu in IE to update the cache. Regards Franz
participants (6)
-
Franz Gall -
Justin -
organism@hydrophilus.com -
Shaun Turner -
Tasha -
VIALLE Grégory