I have been using IFTTT (if this then that) to notify me whenever some document gets uploaded on a CMS using RSS feeds, but the link that the CMS puts into the RSS feed has spaces and it interferes with the auto link shortening that IFTTT has. For example:
<div><b>Attachments:</b> <a href="http://blah.com/foo/bar/Important Announcement 5.doc">http://blah.com/foo/bar/Important Announcement 5.doc</a><br><a href=""></a></div>
gives me this in the IFTTT notifications:
Attachments: http://is.gd/abcdef Announcement 5.doc
I currently rehost the RSS feed using a bash script because IFTTT can't go through authenticated pages. How can I use sed to remove the spaces between those two string?