Automatically Download New Music from the Web

Hi frnds today i'm going to tell you  how to download new music files from web automatically. These days, tons of directories, aggregators, filters, and weblogs point to interesting types of media.
You can use wget to create a text-file list of your favorite sites that, link to MP3 music files, and schedule it to automatically download any newly added MP3s from those sites each day to your computer.
Steps:
1. Create a text file called newmp3_sites.txt and list URLs of your favorite sources of music online (such as http://example.com), one per line.
2. wget -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off -i newmp3_sites.txt
    Type the wget command in a text file and save the file with a .bat extension, such as getnewmp3.bat.
3. To set for automatic downloads go to Windows Task Scheduler. In Windows Task Scheduler, browse to getnewmp3.bat in the Programs section, and set the schedule as usual.
Automatically Download New Music from the Web Automatically Download New Music from the Web Reviewed by My Views on 17:06 Rating: 5

No comments:

Powered by Blogger.