Skip to content

Instantly share code, notes, and snippets.

@paveljurca
Created December 17, 2017 19:03
Show Gist options
  • Save paveljurca/33dc2f69d5edb2bd5839626463129fb3 to your computer and use it in GitHub Desktop.
Save paveljurca/33dc2f69d5edb2bd5839626463129fb3 to your computer and use it in GitHub Desktop.
use v5.18;
my $i;
for (qw{
http://prehravac.rozhlas.cz/audio/3501884
http://prehravac.rozhlas.cz/audio/3501885
http://prehravac.rozhlas.cz/audio/3501886
http://prehravac.rozhlas.cz/audio/3501887
}) {
system 'wget', '-O', 'psano_kurzivou_hejdanek_' . ++$i . '.mp3', s/(prehravac|audio)/$1 eq 'audio' ? '_audio' : 'media'/egr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment