Skip to content

Files

Latest commit

5be560c · Apr 11, 2015

History

History
16 lines (12 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 429 Bytes

japanesepod-dl

Perl script to download the contents of JapanesePod101.com RSS files in a clean folder hierarchy.

Change the configuration values in the %conf hash and run it.

Only works in Linux (and probably other Unixes) due to Unicode problems in some modules in Windows.

Read the beginning of the script to know more.

Modules used:

  • IO::File
  • File::Path
  • Time::Piece
  • Unicode::Collate
  • LWP::UserAgent
  • XML::Simple