|
PODCAST DOWNLOADER |
|
Here we have 2 versions available. Download a single Podcast file and download multiple Podcasts from different Feeds. The "multiple" version is incomplete, thus lacking a config panel for the reference file. However the reference file can be setup by using a standard text editor. The program parses a rss/feed page and downloads the first reference to an mp3 file. ---- For the single file download, the ini is self explaining. Under
URL= specify the path to the rss/feed page. ---- The
multiple downloader is able to download podcasts specified in the reference
file one by one. The config file (.ini) just contains the ShellExec and InhibitProcess keys as described on the downloader page. The reference file (Podcasts.lst) is setup as follows: http://www.podcast.id/podcast/feedname.xml ; C:\myLocalPath\myLocalFilename.mp3 ; KEEP ; Quotes The first value contains the reference to the rss/feedpage. The second value contains the local path and filename where the file should be stored. The third parameter specifies what to do if the download fails. Valid
entries are: So here's an example with the 3 possibilities: http://www.podcast.id/feed1.xml
; C:\localpath\file1.mp3 ; KEEP ; Quotes The fourth parameter specifies the parsing method. In the respective XML code, some rss sites first refer to an itunes download reference. This reference is without quotes. Some other feeds reference the download location within quotes. In order to parse the correct download loacation, have a look at the xml source code of the rss page in order to determine the correct parsing method. Trial and error would be another opportunity to find this out. (*) Added "Quotes" / "NoQuotes" parameter to the reference file.
|