patch for funny filenames
Brought to you by:
jasonswan
Hi, the feed I use now has funny filenames containing ()[], so they need to be escaped by quotes when they are given to wget or the configured client. Just run
patch -p0 < tvrss-quotes.patch
in the directory containing tvrss.pl to apply the quotes around the url and filename. Or take a look at the patch (you should, anyway ;) ) and add the " or \" at the appropriate places yourself.
Kind regards
Sebastian
patch for tvrss which addes quotes for escaping funny filenames