Commit Graph

10 Commits

Author SHA1 Message Date
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
9fdc9e5eb1 Correct the synopis in the README to fit both scripts. 2020-09-27 15:04:48 -04:00
d1ff573ea5 Merge branch 'master' of http://git.sdf.org:3000/smallm/getshows
Also add entry in README for getviaphone
2020-09-27 15:01:25 -04:00
1ed954976c getviaphone: download using phone 2020-09-27 14:48:53 -04:00
536ae29b60 Correct (lack of) accent 2020-09-27 14:20:00 -04: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
Mike Small
04d4063eaf Provide me a way to run in Slackware 14.2
This is probably a silly way to deal with uniq
not being in the older List::Util vs. providing
an implementation. But 15 is just around the corner
anyway?

Also add an uninstall target.
2020-06-21 11:45:18 -04:00
d3447ded0c Stop hardcoding perl path. 2020-06-16 10:49:09 -04:00
d6532488f8 sudo (or doas) should be outside Makefile 2020-06-16 10:31:12 -04:00
424801df90 Initial commit. Francais facile script. 2020-06-15 19:31:19 -04:00