Commit Graph

3 Commits

Author SHA1 Message Date
Mike Small 217d36215e frfac: loosen regex strictness on mp3 file name
This goes with the rfi's changes causing the change
a couple commits back.
2020-11-26 12:16:34 -05:00
Mike Small e4d88b439c frfac: loosen episode link regex
Variation in link urls had me miss episodes. They changed from...

http://www.rfi.fr/fr/podcasts/20201117-journal-en-fran%C3%A7ais-facile-17112020-20h00-gmt

... to ...

http://www.rfi.fr/fr/podcasts/journal-en-fran%C3%A7ais-facile/20201123-journal-en-fran%C3%A7ais-facile-23-11-2020-20h00-gmt
2020-11-26 11:15:37 -05:00
Mike Small 69348dc2d4 Handle Slackware 14.2 in a cleaner way via pkgsrc
Didn't like the hack I was using to work around an old perl before. So
when I noticed that using pkgsrc in Slackware pretty soon puts down a
recent perl as a dependency to many things I decided that using that
would be better than overlaying a newer List::Util version on perl 5.22.

This change detects the newest perl on the system at install time and
puts that in the script interpreter line. It removes the wrapper that
included a library tree with new versions of core Perl modules.
2020-07-03 11:51:57 -04:00