Difference between revisions of "Podcasts Downloader"
From Wiki4Intranet
(Новая страница: «Simple command line utility for downloading audio podcasts from given list. The format of podcasts list is consistent with MediaWiki markup, ;directory-to-downloa...») |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Here in sample: | Here in sample: | ||
[[/sample]] | [[/sample]] | ||
+ | |||
+ | This list can be in file, or located somewere in web. | ||
+ | |||
+ | |||
+ | == Usage == | ||
+ | |||
+ | Usage: podcasts_downloader.exe [options] | ||
+ | |||
+ | Options: | ||
+ | -h, --help show this help message and exit | ||
+ | -s URL, --source-url=URL | ||
+ | URL for source list with podcasts | ||
+ | -t DIRECTORY, --target-dir=DIRECTORY | ||
+ | Target directory | ||
+ | -p HTTP_PROXY, --proxy=HTTP_PROXY | ||
+ | Http proxy in standard format | ||
+ | -n regexp for exclude proxy, --no-proxy=regexp for exclude proxy | ||
+ | exclusion list for proxy | ||
+ | |||
+ | For example, | ||
+ | podcasts_downloader -s http://wiki.4intra.net/Podcasts_Downloader/sample?action=raw | ||
+ | |||
+ | |||
+ | == Source == | ||
+ | * https://launchpad.net/podcasts-downloader |
Latest revision as of 17:53, 22 October 2012
Simple command line utility for downloading audio podcasts from given list.
The format of podcasts list is consistent with MediaWiki markup,
;directory-to-download: url-of-podcasts-rss
Here in sample: /sample
This list can be in file, or located somewere in web.
Usage
Usage: podcasts_downloader.exe [options]
Options: -h, --help show this help message and exit -s URL, --source-url=URL URL for source list with podcasts -t DIRECTORY, --target-dir=DIRECTORY Target directory -p HTTP_PROXY, --proxy=HTTP_PROXY Http proxy in standard format -n regexp for exclude proxy, --no-proxy=regexp for exclude proxy exclusion list for proxy
For example,
podcasts_downloader -s http://wiki.4intra.net/Podcasts_Downloader/sample?action=raw