Listen to news from All India Radio using this Java Application
This application uses a slightly modified version of an open source python based web crawler Spider to crawl the homepage of News On Air to gather links of all .mp3 files. The application then filters through the links to get the relevant working url's for the player. This is crucial because the format of links keeps on changing. Currently, it provides options for English News only. Addition of other languages in the coming commits. Also, the mp3 file is streamed directly, instead of storing it and then playing the same.

